depot/third_party/nixpkgs/maintainers/maintainer-list.nix

24736 lines
577 KiB
Nix
Raw Normal View History

/*
List of NixOS maintainers.
```nix
handle = {
# Required
name = "Your name";
# Optional, but at least one of email, matrix or githubId must be given
email = "address@example.org";
matrix = "@user:example.org";
github = "GithubUsername";
githubId = your-github-id;
keys = [{
fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333";
}];
};
```
where
- `handle` is the handle you are going to use in nixpkgs expressions,
- `name` is a name that people would know and recognize you by,
- `email` is your maintainer email address,
- `matrix` is your Matrix user ID,
- `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`),
- `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`,
- `keys` is a list of your PGP/GPG key fingerprints.
Specifying a GitHub account ensures that you automatically:
- get invited to the @NixOS/nixpkgs-maintainers team ;
- once you are part of the @NixOS org, OfBorg will request you review
pull requests that modify a package for which you are a maintainer.
`handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient.
If `github` begins with a numeral, `handle` should be prefixed with an underscore.
```nix
_1example = {
github = "1example";
};
```
Add PGP/GPG keys only if you actually use them to sign commits and/or mail.
To get the required PGP/GPG values for a key run
```shell
gpg --fingerprint <email> | head -n 2
```
!!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth.
More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible.
When editing this file:
* keep the list alphabetically sorted, check with:
nix-instantiate --eval maintainers/scripts/check-maintainers-sorted.nix
* test the validity of the format with:
nix-build lib/tests/maintainers.nix
See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
When adding a new maintainer, be aware of the current commit conventions
documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions)
file located in the root of the Nixpkgs repo.
*/
{
_0b11stan = {
name = "Tristan Auvinet Pinaudeau";
email = "tristan@tic.sh";
github = "0b11stan";
githubId = 27831931;
};
_0david0mp = {
email = "davidmrpr@proton.me";
github = "0david0mp";
githubId = 54892055;
name = "David mp";
};
_0nyr = {
email = "onyr.maintainer@gmail.com";
github = "0nyr";
githubId = 47721040;
name = "Florian Rascoussier";
};
_0qq = {
email = "0qqw0qqw@gmail.com";
github = "0qq";
githubId = 64707304;
name = "Dmitry Kulikov";
};
_0x120581f = {
email = "nixpkgs@0x120581f.dev";
name = "0x120581f";
github = "0x120581f";
githubId = 130835755;
};
_0x3f = {
name = "0x3f";
github = "0x3fiona";
githubId = 178507884;
};
_0x4A6F = {
email = "mail-maintainer@0x4A6F.dev";
matrix = "@0x4a6f:matrix.org";
name = "Joachim Ernst";
github = "0x4A6F";
githubId = 9675338;
keys = [ { fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D"; } ];
};
_0x5a4 = {
email = "bej86nug@hhu.de";
name = "0x5a4";
github = "0x5a4";
githubId = 54070204;
};
_0xB10C = {
email = "nixpkgs@b10c.me";
name = "0xB10C";
github = "0xB10C";
githubId = 19157360;
};
_0xbe7a = {
email = "nix@be7a.de";
name = "Bela Stoyan";
github = "0xbe7a";
githubId = 6232980;
keys = [ { fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99"; } ];
};
_0xC45 = {
email = "jason@0xc45.com";
name = "Jason Vigil";
github = "0xC45";
githubId = 56617252;
matrix = "@oxc45:matrix.org";
};
_0xd61 = {
email = "dgl@degit.co";
name = "Daniel Glinka";
github = "0xd61";
githubId = 8351869;
};
_0xMRTT = {
email = "0xMRTT@proton.me";
name = "0xMRTT";
github = "0xMRTT";
githubId = 105598867;
matrix = "@0xmrtt:envs.net";
};
_1000101 = {
email = "b1000101@pm.me";
github = "1000101";
githubId = 791309;
name = "Jan Hrnko";
};
_1000teslas = {
name = "Kevin Tran";
github = "1000teslas";
githubId = 47207223;
};
_13r0ck = {
name = "Brock Szuszczewicz";
email = "bnr@tuta.io";
github = "13r0ck";
githubId = 58987761;
};
_1nv0k32 = {
name = "Armin";
email = "Armin.Mahdilou@gmail.com";
github = "1nv0k32";
githubId = 30079271;
};
_21CSM = {
name = "21CSM";
email = "21CSM@tutanota.com";
github = "21CSM";
githubId = 81891917;
};
_21eleven = {
name = "Noah Lidell";
email = "noahlidell@gmail.com";
github = "21eleven";
githubId = 8813855;
};
_2gn = {
name = "Hiram Tanner";
github = "2gn";
githubId = 101851090;
};
_360ied = {
name = "Brian Zhu";
email = "therealbarryplayer@gmail.com";
github = "360ied";
githubId = 19516527;
};
_365tuwe = {
name = "Uwe Schlifkowitz";
email = "supertuwe@gmail.com";
github = "365tuwe";
githubId = 10263091;
};
_3699n = {
email = "nicholas@nvk.pm";
github = "3699n";
githubId = 7414843;
name = "Nicholas von Klitzing";
};
_3JlOy-PYCCKUi = {
name = "3JlOy-PYCCKUi";
email = "3jl0y_pycckui@riseup.net";
github = "3JlOy-PYCCKUi";
githubId = 46464602;
};
_3noch = {
email = "eacameron@gmail.com";
github = "3noch";
githubId = 882455;
name = "Elliot Cameron";
};
_404wolf = {
email = "wolfmermelstein@gmail.com";
github = "404wolf";
githubId = 108041238;
name = "Wolf Mermelstein";
};
_414owen = {
email = "owen@owen.cafe";
github = "414owen";
githubId = 1714287;
name = "Owen Shepherd";
};
_4825764518 = {
email = "4825764518@purelymail.com";
matrix = "@kenzie:matrix.kenzi.dev";
github = "4825764518";
githubId = 100122841;
name = "Kenzie";
keys = [ { fingerprint = "D292 365E 3C46 A5AA 75EE B30B 78DB 7EDE 3540 794B"; } ];
};
_48cf = {
name = "czapek";
email = "czapek1337@gmail.com";
github = "48cf";
githubId = 32851089;
};
_4ever2 = {
email = "eske@cs.au.dk";
github = "4ever2";
githubId = 3417013;
name = "Eske Nielsen";
};
_6543 = {
email = "6543@obermui.de";
github = "6543";
githubId = 24977596;
name = "6543";
keys = [ { fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862"; } ];
};
_6AA4FD = {
email = "f6442954@gmail.com";
github = "6AA4FD";
githubId = 12578560;
name = "Quinn Bohner";
};
_71zenith = {
email = "71zenith@proton.me";
github = "71zenith";
githubId = 92977828;
name = "Mori Zen";
};
_8aed = {
email = "8aed@riseup.net";
github = "8aed";
githubId = 140662578;
name = "Huit Aed";
};
_8-bit-fox = {
email = "sebastian@markwaerter.de";
github = "8-bit-fox";
githubId = 43320117;
name = "Sebastian Marquardt";
};
_9999years = {
email = "rbt@fastmail.com";
github = "9999years";
githubId = 15312184;
name = "Rebecca Turner";
};
_999eagle = {
email = "github@999eagle.moe";
matrix = "@sophie:catgirl.cloud";
github = "999eagle";
githubId = 1221984;
name = "Sophie Tauchert";
keys = [ { fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125"; } ];
};
_9glenda = {
email = "plan9git@proton.me";
matrix = "@9front:matrix.org";
github = "9glenda";
githubId = 69043370;
name = "9glenda";
keys = [ { fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691"; } ];
};
_9R = {
email = "nix@9-r.net";
github = "9R";
githubId = 381298;
name = "9R";
};
_9yokuro = {
email = "xzstd099@protonmail.com";
github = "9yokuro";
githubId = 119095935;
name = "9yokuro";
};
A1ca7raz = {
email = "aya@wtm.moe";
github = "A1ca7raz";
githubId = 7345998;
name = "A1ca7raz";
};
a1russell = {
email = "adamlr6+pub@gmail.com";
github = "a1russell";
githubId = 241628;
name = "Adam Russell";
};
aacebedo = {
email = "alexandre@acebedo.fr";
github = "aacebedo";
githubId = 1217680;
name = "Alexandre Acebedo";
};
aadibajpai = {
email = "hello@aadibajpai.com";
github = "aadibajpai";
githubId = 27063113;
name = "Aadi Bajpai";
};
aanderse = {
email = "aaron@fosslib.net";
matrix = "@aanderse:nixos.dev";
github = "aanderse";
githubId = 7755101;
name = "Aaron Andersen";
};
aaqaishtyaq = {
email = "aaqaishtyaq@gmail.com";
github = "aaqaishtyaq";
githubId = 22131756;
name = "Aaqa Ishtyaq";
};
aarnphm = {
email = "contact@aarnphm.xyz";
github = "aarnphm";
githubId = 29749331;
name = "Aaron Pham";
};
aaronarinder = {
email = "aaronarinder@gmail.com";
github = "aaronArinder";
githubId = 26738844;
name = "Aaron Arinder";
};
aaronjanse = {
email = "aaron@ajanse.me";
matrix = "@aaronjanse:matrix.org";
github = "aaronjanse";
githubId = 16829510;
name = "Aaron Janse";
};
aaronjheng = {
email = "wentworth@outlook.com";
github = "aaronjheng";
githubId = 806876;
name = "Aaron Jheng";
};
aaronschif = {
email = "aaronschif@gmail.com";
github = "aaronschif";
githubId = 2258953;
name = "Aaron Schif";
};
aaschmid = {
email = "service@aaschmid.de";
github = "aaschmid";
githubId = 567653;
name = "Andreas Schmid";
};
abaldeau = {
email = "andreas@baldeau.net";
github = "baldo";
githubId = 178750;
name = "Andreas Baldeau";
};
abathur = {
email = "travis.a.everett+nixpkgs@gmail.com";
github = "abathur";
githubId = 2548365;
name = "Travis A. Everett";
};
abbe = {
email = "ashish.is@lostca.se";
matrix = "@abbe:badti.me";
github = "wahjava";
githubId = 2255192;
name = "Ashish SHUKLA";
keys = [ { fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0"; } ];
};
abbradar = {
email = "ab@fmap.me";
github = "abbradar";
githubId = 1174810;
name = "Nikolay Amiantov";
};
abcsds = {
email = "abcsds@gmail.com";
github = "abcsds";
githubId = 2694381;
name = "Alberto Barradas";
};
abdiramen = {
email = "abdirahman.osmanthus@gmail.com";
github = "Abdiramen";
githubId = 15805292;
name = "Abdirahman Osman";
};
abhi18av = {
email = "abhi18av@gmail.com";
github = "abhi18av";
githubId = 12799326;
name = "Abhinav Sharma";
};
abigailbuccaneer = {
email = "abigailbuccaneer@gmail.com";
github = "AbigailBuccaneer";
githubId = 908758;
name = "Abigail Bunyan";
};
aborsu = {
email = "a.borsu@gmail.com";
github = "aborsu";
githubId = 5033617;
name = "Augustin Borsu";
};
aboseley = {
email = "adam.boseley@gmail.com";
github = "aboseley";
githubId = 13504599;
name = "Adam Boseley";
};
abueide = {
email = "andrea@abueide.com";
github = "abueide";
githubId = 19354425;
name = "Andrea Bueide";
};
abuibrahim = {
email = "ruslan@babayev.com";
github = "abuibrahim";
githubId = 2321000;
name = "Ruslan Babayev";
};
abustany = {
email = "adrien@bustany.org";
github = "abustany";
githubId = 2526296;
name = "Adrien Bustany";
};
abysssol = {
name = "abysssol";
email = "abysssol@pm.me";
matrix = "@abysssol:tchncs.de";
github = "abysssol";
githubId = 76763323;
};
acairncross = {
email = "acairncross@gmail.com";
github = "acairncross";
githubId = 1517066;
name = "Aiken Cairncross";
};
a-camarillo = {
name = "Anthony Camarillo";
email = "anthony.camarillo.96@gmail.com";
github = "a-camarillo";
githubId = 58638902;
};
acesyde = {
name = "Pierre-Emmanuel Mercier";
email = "acesyde@gmail.com";
github = "acesyde";
githubId = 958435;
};
aciceri = {
name = "Andrea Ciceri";
email = "andrea.ciceri@autistici.org";
github = "aciceri";
githubId = 2318843;
};
acowley = {
email = "acowley@gmail.com";
github = "acowley";
githubId = 124545;
name = "Anthony Cowley";
};
acuteenvy = {
matrix = "@acuteenvy:matrix.org";
github = "acuteenvy";
githubId = 126529524;
name = "Lena";
keys = [ { fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F"; } ];
};
adam248 = {
email = "adamjbutler091@gmail.com";
github = "adam248";
githubId = 85082674;
name = "Adam J. Butler";
};
adamcstephens = {
email = "happy.plan4249@valkor.net";
matrix = "@adam:robins.wtf";
github = "adamcstephens";
githubId = 2071575;
name = "Adam C. Stephens";
};
adamt = {
email = "mail@adamtulinius.dk";
github = "adamtulinius";
githubId = 749381;
name = "Adam Tulinius";
};
addict3d = {
email = "nickbathum@gmail.com";
matrix = "@nbathum:matrix.org";
github = "addict3d";
githubId = 49227;
name = "Nick Bathum";
};
adelbertc = {
email = "adelbertc@gmail.com";
github = "adelbertc";
githubId = 1332980;
name = "Adelbert Chang";
};
adev = {
email = "adev@adev.name";
github = "adevress";
githubId = 1773511;
name = "Adrien Devresse";
};
adisbladis = {
email = "adisbladis@gmail.com";
matrix = "@adis:blad.is";
github = "adisbladis";
githubId = 63286;
name = "Adam Hose";
};
adjacentresearch = {
email = "nate@adjacentresearch.xyz";
github = "0xperp";
githubId = 96147421;
name = "0xperp";
};
Adjective-Object = {
email = "mhuan13@gmail.com";
github = "Adjective-Object";
githubId = 1174858;
name = "Maxwell Huang-Hobbs";
};
adnelson = {
email = "ithinkican@gmail.com";
github = "adnelson";
githubId = 5091511;
name = "Allen Nelson";
};
adriandole = {
email = "adrian@dole.tech";
github = "adriandole";
githubId = 25236206;
name = "Adrian Dole";
};
adriangl = {
email = "adrian@lauterer.it";
matrix = "@adriangl:pvv.ntnu.no";
github = "adrlau";
githubId = 25004152;
name = "Adrian Gunnar Lauterer";
};
AdsonCicilioti = {
name = "Adson Cicilioti";
email = "adson.cicilioti@live.com";
github = "AdsonCicilioti";
githubId = 6278398;
};
adsr = {
email = "as@php.net";
github = "adsr";
githubId = 315003;
name = "Adam Saponara";
};
adtya = {
email = "adtya@adtya.xyz";
github = "adtya";
githubId = 22346805;
name = "Adithya Nair";
keys = [ { fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849"; } ];
};
aduh95 = {
email = "duhamelantoine1995@gmail.com";
github = "aduh95";
githubId = 14309773;
name = "Antoine du Hamel";
keys = [ { fingerprint = "C0D6 2484 39F1 D560 4AAF FB40 21D9 00FF DB23 3756"; } ];
};
aerialx = {
email = "aaron+nixos@aaronlindsay.com";
github = "AerialX";
githubId = 117295;
name = "Aaron Lindsay";
};
aespinosa = {
email = "allan.espinosa@outlook.com";
github = "aespinosa";
githubId = 58771;
name = "Allan Espinosa";
};
aethelz = {
email = "aethelz@protonmail.com";
github = "eugenezastrogin";
githubId = 10677343;
name = "Eugene";
};
afh = {
email = "surryhill+nix@gmail.com";
github = "afh";
githubId = 16507;
name = "Alexis Hildebrandt";
};
aflatter = {
email = "flatter@fastmail.fm";
github = "aflatter";
githubId = 168;
name = "Alexander Flatter";
};
afldcr = {
email = "alex@fldcr.com";
github = "afldcr";
githubId = 335271;
name = "James Alexander Feldman-Crough";
};
afontain = {
email = "afontain@posteo.net";
github = "necessarily-equal";
githubId = 59283660;
name = "Antoine Fontaine";
};
aforemny = {
email = "aforemny@posteo.de";
github = "aforemny";
githubId = 610962;
name = "Alexander Foremny";
};
afranchuk = {
email = "alex.franchuk@gmail.com";
github = "afranchuk";
githubId = 4296804;
name = "Alex Franchuk";
};
aftix = {
name = "Wyatt Campbell";
email = "aftix@aftix.xyz";
matrix = "@aftix:matrix.org";
github = "aftix";
githubId = 4008299;
};
agbrooks = {
email = "andrewgrantbrooks@gmail.com";
github = "agbrooks";
githubId = 19290901;
name = "Andrew Brooks";
};
agilesteel = {
email = "agilesteel@gmail.com";
github = "agilesteel";
githubId = 1141462;
name = "Vladyslav Pekker";
};
aherrmann = {
email = "andreash87@gmx.ch";
github = "aherrmann";
githubId = 732652;
name = "Andreas Herrmann";
};
ahirner = {
email = "a.hirner+nixpkgs@gmail.com";
github = "ahirner";
githubId = 6055037;
name = "Alexander Hirner";
};
ahoneybun = {
email = "aaronhoneycutt@proton.me";
github = "ahoneybun";
githubId = 4884946;
name = "Aaron Honeycutt";
};
ahrzb = {
email = "ahrzb5@gmail.com";
github = "ahrzb";
githubId = 5220438;
name = "AmirHossein Roozbahani";
};
ahuzik = {
email = "ah1990au@gmail.com";
github = "alesya-h";
githubId = 209175;
name = "Alesya Huzik";
};
aidalgol = {
email = "aidalgol+nixpkgs@fastmail.net";
github = "aidalgol";
githubId = 2313201;
name = "Aidan Gauland";
};
aij = {
email = "aij+git@mrph.org";
github = "aij";
githubId = 4732885;
name = "Ivan Jager";
};
aikooo7 = {
name = "Diogo Fernandes";
email = "prozinhopro1973@gmail.com";
matrix = "@aikoo7:matrix.org";
github = "aikooo7";
githubId = 79667753;
keys = [ { fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191"; } ];
};
ailsa-sun = {
name = "Ailsa Sun";
email = "jjshenw@gmail.com";
github = "ailsa-sun";
githubId = 135079815;
};
aimpizza = {
email = "rickomo.us@gmail.com";
name = "Rick Omonsky";
github = "AimPizza";
githubId = 64905268;
};
aiotter = {
email = "git@aiotter.com";
github = "aiotter";
githubId = 37664775;
name = "Yuto Oguchi";
};
airrnot = {
name = "airRnot";
github = "airRnot1106";
githubId = 62370527;
};
airwoodix = {
email = "airwoodix@posteo.me";
github = "airwoodix";
githubId = 44871469;
name = "Etienne Wodey";
};
aither64 = {
email = "aither@havefun.cz";
github = "aither64";
githubId = 4717906;
name = "Jakub Skokan";
};
ajaxbits = {
email = "contact@ajaxbits.com";
github = "ajaxbits";
githubId = 45179933;
name = "Alex Jackson";
};
ajgon = {
email = "igor@rzegocki.pl";
github = "ajgon";
githubId = 150545;
name = "Igor Rzegocki";
};
ajgrf = {
email = "a@ajgrf.com";
github = "ajgrf";
githubId = 10733175;
name = "Alex Griffin";
};
ajs124 = {
email = "nix@ajs124.de";
matrix = "@ajs124:ajs124.de";
github = "ajs124";
githubId = 1229027;
name = "Andreas Schrägle";
};
ajwhouse = {
email = "adam@ajwh.chat";
github = "ajwhouse";
githubId = 56616368;
name = "Adam House";
};
ak = {
email = "ak@formalprivacy.com";
github = "alexanderkjeldaas";
githubId = 339369;
name = "Alexander Kjeldaas";
};
akamaus = {
email = "dmitryvyal@gmail.com";
github = "akamaus";
githubId = 58955;
name = "Dmitry Vyal";
};
akavel = {
email = "czapkofan@gmail.com";
github = "akavel";
githubId = 273837;
name = "Mateusz Czapliński";
};
akaWolf = {
email = "akawolf0@gmail.com";
github = "akaWolf";
githubId = 5836586;
name = "Artjom Vejsel";
};
akc = {
email = "akc@akc.is";
github = "akc";
githubId = 1318982;
name = "Anders Claesson";
};
akechishiro = {
email = "akechishiro-aur+nixpkgs@lahfa.xyz";
github = "AkechiShiro";
githubId = 14914796;
name = "Samy Lahfa";
};
a-kenji = {
email = "aks.kenji@protonmail.com";
github = "a-kenji";
githubId = 65275785;
name = "Alexander Kenji Berthold";
};
akgrant43 = {
name = "Alistair Grant";
email = "akg1012@fastmail.com.au";
github = "akgrant43";
githubId = 2062166;
};
akhilmhdh = {
email = "akhilmhdh@infisical.com";
github = "akhilmhdh";
githubId = 31166322;
name = "Akhil Mohan";
};
akho = {
name = "Alexander Khodyrev";
email = "a@akho.name";
github = "akho";
githubId = 104951;
};
akkesm = {
name = "Alessandro Barenghi";
email = "alessandro.barenghi@tuta.io";
github = "akkesm";
githubId = 56970006;
keys = [ { fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD"; } ];
};
akotro = {
name = "Antonis Kotronakis";
email = "mail@akotro.dev";
github = "akotro";
githubId = 20772540;
};
akru = {
email = "mail@akru.me";
github = "akru";
githubId = 786394;
name = "Alexander Krupenkin ";
};
akshayka = {
github = "akshayka";
githubId = 1994308;
name = "Akshay Agrawal";
};
akshgpt7 = {
email = "akshgpt7@gmail.com";
github = "akshgpt7";
githubId = 20405311;
name = "Aksh Gupta";
};
aksiksi = {
email = "assil@ksiksi.net";
github = "aksiksi";
githubId = 916621;
name = "Assil Ksiksi";
};
akssri = {
email = "akssri@vakra.xyz";
github = "akssri";
githubId = 108771991;
name = "Akaya Śrīnivāsan";
};
aktaboot = {
email = "akhtaboo@protonmail.com";
github = "aktaboot";
githubId = 120214979;
name = "aktaboot";
};
al3xtjames = {
email = "nix@alextjam.es";
github = "al3xtjames";
githubId = 5672538;
name = "Alex James";
keys = [ { fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72"; } ];
};
alanpearce = {
email = "alan@alanpearce.eu";
github = "alanpearce";
githubId = 850317;
name = "Alan Pearce";
};
alapshin = {
email = "alapshin@fastmail.com";
github = "alapshin";
githubId = 321946;
name = "Andrei Lapshin";
};
albakham = {
email = "dev@geber.ga";
github = "albakham";
githubId = 43479487;
name = "Titouan Biteau";
};
albertchae = {
github = "albertchae";
githubId = 217050;
name = "Albert Chae";
};
albertodvp = {
email = "alberto.fanton@protonmail.com";
github = "albertodvp";
githubId = 16022854;
matrix = "@albertodvp:matrix.org";
name = "Alberto Fanton";
keys = [
{
fingerprint = "63FD 3A4F 4832 946C B808 8E3C C852 4052 69E7 A087";
}
];
};
aldoborrero = {
email = "aldoborrero+nixos@pm.me";
github = "aldoborrero";
githubId = 82811;
name = "Aldo Borrero";
};
alejandrosame = {
email = "alejandrosanchzmedina@gmail.com";
matrix = "@alejandrosame:matrix.org";
github = "alejandrosame";
githubId = 1078000;
name = "Alejandro Sánchez Medina";
};
aleksana = {
email = "me@aleksana.moe";
github = "Aleksanaa";
githubId = 42209822;
name = "Aleksana QwQ";
};
alekseysidorov = {
email = "sauron1987@gmail.com";
github = "alekseysidorov";
githubId = 83360;
name = "Aleksey Sidorov";
};
alerque = {
email = "caleb@alerque.com";
github = "alerque";
githubId = 173595;
name = "Caleb Maclennan";
};
alex = {
email = "alexander.cinnamon927@passmail.net";
github = "alexanderjkslfj";
githubId = 117545308;
name = "Alex";
};
ALEX11BR = {
email = "alexioanpopa11@gmail.com";
github = "ALEX11BR";
githubId = 49609151;
name = "Popa Ioan Alexandru";
};
alexandru0-dev = {
email = "alexandru.italia32+nixpkgs@gmail.com";
github = "alexandru0-dev";
githubId = 45104896;
name = "Alexandru Nechita";
};
alexarice = {
email = "alexrice999@hotmail.co.uk";
github = "alexarice";
githubId = 17208985;
name = "Alex Rice";
};
alexbakker = {
email = "ab@alexbakker.me";
github = "alexbakker";
githubId = 2387841;
name = "Alexander Bakker";
};
alexbiehl = {
email = "alexbiehl@gmail.com";
github = "alexbiehl";
githubId = 1876617;
name = "Alex Biehl";
};
alexchapman = {
email = "alex@farfromthere.net";
github = "AJChapman";
githubId = 8316672;
name = "Alex Chapman";
};
alexfmpe = {
email = "alexandre.fmp.esteves@gmail.com";
github = "alexfmpe";
githubId = 2335822;
name = "Alexandre Esteves";
};
alex-fu27 = {
email = "alex.fu27@gmail.com";
github = "alex-fu27";
githubId = 49982580;
name = "Alexander Fuchs";
};
alexnortung = {
name = "alexnortung";
email = "alex_nortung@live.dk";
github = "Alexnortung";
githubId = 1552267;
};
alex-nt = {
email = "nix@azuremyst.org";
github = "alex-nt";
githubId = 12470950;
name = "AN";
};
alexoundos = {
email = "alexoundos@gmail.com";
github = "AleXoundOS";
githubId = 464913;
name = "Alexander Tomokhov";
};
alexshpilkin = {
email = "ashpilkin@gmail.com";
github = "alexshpilkin";
githubId = 1010468;
keys = [ { fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B"; } ];
matrix = "@alexshpilkin:matrix.org";
name = "Alexander Shpilkin";
};
AlexSKaye = {
email = "AlexSKaye@proton.me";
github = "AlexSKaye";
githubId = 3017212;
name = "Alex S. Kaye";
};
alexvorobiev = {
email = "alexander.vorobiev@gmail.com";
github = "alexvorobiev";
githubId = 782180;
name = "Alex Vorobiev";
};
alexwinter = {
email = "git@alexwinter.net";
github = "lxwntr";
githubId = 50754358;
name = "Alex Winter";
};
alexymantha = {
email = "alexy@mantha.dev";
github = "alexymantha";
githubId = 1365231;
name = "Alexy Mantha";
};
alfarel = {
email = "alfarelcynthesis@proton.me";
github = "alfarelcynthesis";
githubId = 104072649;
name = "Cynth";
};
algram = {
email = "aliasgram@gmail.com";
github = "Algram";
githubId = 5053729;
name = "Alias Gram";
};
alias-dev = {
email = "alias-dev@protonmail.com";
github = "alias-dev";
githubId = 30437811;
name = "Alex Andrews";
};
alirezameskin = {
email = "alireza.meskin@gmail.com";
github = "alirezameskin";
githubId = 36147;
name = "Alireza Meskin";
};
alizter = {
email = "alizter@gmail.com";
github = "Alizter";
githubId = 8614547;
name = "Ali Caglayan";
};
alkasm = {
email = "alexreynolds00@gmail.com";
github = "alkasm";
githubId = 9651002;
name = "Alexander Reynolds";
};
alkeryn = {
email = "plbraundev@gmail.com";
github = "alkeryn";
githubId = 11599075;
name = "Pierre-Louis Braun";
};
allonsy = {
email = "linuxbash8@gmail.com";
github = "allonsy";
githubId = 5892756;
name = "Alec Snyder";
};
allusive = {
email = "jasper@allusive.dev";
name = "Allusive";
github = "allusive-dev";
githubId = 99632976;
};
almac = {
email = "alma.cemerlic@gmail.com";
github = "a1mac";
githubId = 60479013;
name = "Alma Cemerlic";
};
alois31 = {
name = "Alois Wohlschlager";
email = "alois1@gmx-topmail.de";
matrix = "@aloisw:kde.org";
github = "alois31";
githubId = 36605164;
keys = [ { fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914"; } ];
};
Alper-Celik = {
email = "alper@alper-celik.dev";
name = "Alper Çelik";
github = "Alper-Celik";
githubId = 110625473;
keys = [
{ fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873"; }
{ fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70"; }
];
};
alternateved = {
email = "alternateved@pm.me";
github = "alternateved";
githubId = 45176912;
name = "Tomasz Hołubowicz";
};
alunduil = {
email = "alunduil@gmail.com";
github = "alunduil";
githubId = 169249;
name = "Alex Brandt";
};
alx = {
email = "nix@alexgirard.com";
github = "alx";
githubId = 373;
name = "Alexandre Girard Davila";
};
alxsimon = {
email = "alexis.simon@normalesup.org";
github = "alxsimon";
githubId = 9567176;
name = "Alexis Simon";
};
alyaeanyx = {
email = "alyaeanyx@mailbox.org";
github = "alyaeanyx";
githubId = 74795488;
name = "alyaeanyx";
keys = [ { fingerprint = "1F73 8879 5E5A 3DFC E2B3 FA32 87D1 AADC D25B 8DEE"; } ];
};
amadejkastelic = {
email = "amadejkastelic7@gmail.com";
github = "amadejkastelic";
githubId = 26391003;
name = "Amadej Kastelic";
};
aman9das = {
email = "amandas62640@gmail.com";
github = "Aman9das";
githubId = 39594914;
name = "Aman Das";
};
amanjeev = {
email = "aj@amanjeev.com";
github = "amanjeev";
githubId = 160476;
name = "Amanjeev Sethi";
};
amanse = {
email = "amansetiarjp@gmail.com";
github = "amanse";
githubId = 13214574;
name = "Aman Setia";
};
amar1729 = {
email = "amar.paul16@gmail.com";
github = "Amar1729";
githubId = 15623522;
name = "Amar Paul";
};
amarshall = {
email = "andrew@johnandrewmarshall.com";
github = "amarshall";
githubId = 153175;
name = "Andrew Marshall";
};
ambroisie = {
email = "bruno.nixpkgs@belanyi.fr";
github = "ambroisie";
githubId = 12465195;
name = "Bruno BELANYI";
};
ambrop72 = {
email = "ambrop7@gmail.com";
github = "ambrop72";
githubId = 2626481;
name = "Ambroz Bizjak";
};
ameer = {
name = "Ameer Taweel";
email = "ameertaweel2002@gmail.com";
github = "AmeerTaweel";
githubId = 20538273;
};
amerino = {
name = "Alberto Merino";
email = "amerinor01@gmail.com";
github = "amerinor01";
githubId = 22280447;
};
amesgen = {
email = "amesgen@amesgen.de";
github = "amesgen";
githubId = 15369874;
name = "Alexander Esgen";
matrix = "@amesgen:amesgen.de";
};
ametrine = {
name = "Matilde Ametrine";
email = "matilde@diffyq.xyz";
github = "matilde-ametrine";
githubId = 90799677;
keys = [ { fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5"; } ];
};
amfl = {
email = "amfl@none.none";
github = "amfl";
githubId = 382798;
name = "amfl";
};
amiddelk = {
email = "amiddelk@gmail.com";
github = "amiddelk";
githubId = 1358320;
name = "Arie Middelkoop";
};
amiloradovsky = {
email = "miloradovsky@gmail.com";
github = "amiloradovsky";
githubId = 20530052;
name = "Andrew Miloradovsky";
};
aminechikhaoui = {
email = "amine.chikhaoui91@gmail.com";
github = "AmineChikhaoui";
githubId = 5149377;
name = "Amine Chikhaoui";
};
amorsillo = {
email = "andrew.morsillo@gmail.com";
github = "evelant";
githubId = 858965;
name = "Andrew Morsillo";
};
amozeo = {
email = "wroclaw223@outlook.com";
githubId = 37040543;
name = "Wroclaw";
};
amuckstot30 = {
email = "amuckstot30@tutanota.com";
github = "amuckstot30";
githubId = 157274630;
name = "amuckstot30";
};
amyipdev = {
email = "amy@amyip.net";
github = "amyipdev";
githubId = 46307646;
name = "Amy Parker";
keys = [ { fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5"; } ];
};
amz-x = {
email = "mail@amz-x.com";
github = "amz-x";
githubId = 18249234;
name = "Christopher Crouse";
};
anas = {
email = "anas.elgarhy.dev@gmail.com";
github = "0x61nas";
githubId = 44965145;
name = "Anas Elgarhy";
keys = [ { fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086"; } ];
};
AnatolyPopov = {
email = "aipopov@live.ru";
github = "AnatolyPopov";
githubId = 2312534;
name = "Anatolii Popov";
};
andehen = {
email = "git@andehen.net";
github = "andehen";
githubId = 754494;
name = "Anders Asheim Hennum";
};
andershus = {
email = "anders.husebo@eviny.no";
github = "andershus";
githubId = 93526270;
name = "Anders Husebø";
};
andersk = {
email = "andersk@mit.edu";
github = "andersk";
githubId = 26471;
name = "Anders Kaseorg";
};
anderslundstedt = {
email = "git@anderslundstedt.se";
github = "anderslundstedt";
githubId = 4514101;
name = "Anders Lundstedt";
};
AndersonTorres = {
email = "torres.anderson.85@protonmail.com";
matrix = "@anderson_torres:matrix.org";
github = "AndersonTorres";
githubId = 5954806;
name = "Anderson Torres";
};
anderspapitto = {
email = "anderspapitto@gmail.com";
github = "anderspapitto";
githubId = 1388690;
name = "Anders Papitto";
};
andir = {
email = "andreas@rammhold.de";
github = "andir";
githubId = 638836;
name = "Andreas Rammhold";
};
andreasfelix = {
email = "fandreas@physik.hu-berlin.de";
github = "andreasfelix";
githubId = 24651767;
name = "Felix Andreas";
};
andreasvoss = {
name = "andreasvoss";
email = "andreas@anvo.dk";
github = "andreasuvoss";
githubId = 25469495;
};
andres = {
email = "ksnixos@andres-loeh.de";
github = "kosmikus";
githubId = 293191;
name = "Andres Loeh";
};
andresilva = {
email = "andre.beat@gmail.com";
github = "andresilva";
githubId = 123550;
name = "André Silva";
};
andresnav = {
email = "nix@andresnav.com";
github = "andres-nav";
githubId = 118762770;
name = "Andres Navarro";
};
andrestylianos = {
email = "andre.stylianos@gmail.com";
github = "andrestylianos";
githubId = 7112447;
name = "Andre S. Ramos";
};
andrevmatos = {
email = "andrevmatos@gmail.com";
github = "andrevmatos";
githubId = 587021;
name = "André V L Matos";
};
andrewchambers = {
email = "ac@acha.ninja";
github = "andrewchambers";
githubId = 962885;
name = "Andrew Chambers";
};
andrewrk = {
email = "superjoe30@gmail.com";
github = "andrewrk";
githubId = 106511;
name = "Andrew Kelley";
};
andrewsmith = {
email = "andrew@velvet.software";
github = "andrewsmith";
githubId = 29887;
name = "Andrew Smith";
};
Andy3153 = {
name = "Andrei Dobrete";
email = "andy3153@protonmail.com";
matrix = "@andy3153:matrix.org";
github = "Andy3153";
githubId = 53472302;
};
andys8 = {
github = "andys8";
githubId = 13085980;
name = "Andy";
};
aneeshusa = {
email = "aneeshusa@gmail.com";
github = "aneeshusa";
githubId = 2085567;
name = "Aneesh Agrawal";
};
an-empty-string = {
name = "Tris Emmy Wilson";
email = "tris@tris.fyi";
github = "an-empty-string";
githubId = 681716;
};
angaz = {
name = "Angus Dippenaar";
github = "angaz";
githubId = 10219618;
};
angristan = {
email = "angristan@pm.me";
github = "angristan";
githubId = 11699655;
name = "Stanislas Lange";
};
AngryAnt = {
name = "Emil \"AngryAnt\" Johansen";
email = "git@eej.dk";
matrix = "@angryant:envs.net";
github = "AngryAnt";
githubId = 102513;
keys = [ { fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A"; } ];
};
anhdle14 = {
name = "Le Anh Duc";
email = "anhdle14@icloud.com";
github = "anhdle14";
githubId = 9645992;
keys = [ { fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169"; } ];
};
anhduy = {
email = "vo@anhduy.io";
github = "voanhduy1512";
githubId = 1771266;
name = "Vo Anh Duy";
};
Anillc = {
name = "Anillc";
email = "i@anillc.cn";
github = "Anillc";
githubId = 23411248;
keys = [ { fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C"; } ];
};
anirrudh = {
email = "anik597@gmail.com";
github = "anirrudh";
githubId = 6091755;
name = "Anirrudh Krishnan";
};
ankhers = {
email = "me@ankhers.dev";
github = "ankhers";
githubId = 750786;
name = "Justin Wood";
};
anmonteiro = {
email = "anmonteiro@gmail.com";
github = "anmonteiro";
githubId = 661909;
name = "Antonio Nuno Monteiro";
};
anna328p = {
email = "anna328p@gmail.com";
github = "anna328p";
githubId = 9790772;
name = "Anna";
};
annaaurora = {
email = "anna@annaaurora.eu";
matrix = "@papojari:artemislena.eu";
github = "auroraanna";
githubId = 81317317;
name = "Anna Aurora";
};
anoa = {
matrix = "@andrewm:amorgan.xyz";
email = "andrew@amorgan.xyz";
github = "anoadragon453";
githubId = 1342360;
name = "Andrew Morgan";
};
anomalocaris = {
email = "duncan@anomalocaris.xyz";
github = "Anomalocaridid";
githubId = 29845794;
name = "Duncan Russell";
};
anpin = {
email = "pavel@anpin.fyi";
github = "anpin";
githubId = 6060545;
matrix = "@anpin:matrix.org";
name = "Pavel Anpin";
keys = [
{ fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407"; }
# compare with https://keybase.io/anpin/pgp_keys.asc
{ fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C"; }
];
};
anpryl = {
email = "anpryl@gmail.com";
github = "anpryl";
githubId = 5327697;
name = "Anatolii Prylutskyi";
};
anselmschueler = {
email = "mail@anselmschueler.com";
github = "schuelermine";
githubId = 48802534;
name = "Anselm Schüler";
matrix = "@schuelermine:matrix.org";
keys = [ { fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955"; } ];
}; # currently on hiatus, please do not ping until this notice is removed (or if its been like two years)
anthonyroussel = {
email = "anthony@roussel.dev";
github = "anthonyroussel";
githubId = 220084;
name = "Anthony Roussel";
matrix = "@anthonyrsl:matrix.org";
keys = [ { fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E"; } ];
};
antoinerg = {
email = "roygobeil.antoine@gmail.com";
github = "antoinerg";
githubId = 301546;
name = "Antoine Roy-Gobeil";
};
anton-dessiatov = {
email = "anton.dessiatov@gmail.com";
github = "anton-dessiatov";
githubId = 2873280;
name = "Anton Desyatov";
};
Anton-Latukha = {
email = "anton.latuka+nixpkgs@gmail.com";
github = "Anton-Latukha";
githubId = 20933385;
name = "Anton Latukha";
};
antonmosich = {
email = "anton@mosich.at";
github = "antonmosich";
githubId = 27223336;
name = "Anton Mosich";
keys = [ { fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14"; } ];
};
antono = {
email = "self@antono.info";
github = "antono";
githubId = 7622;
name = "Antono Vasiljev";
};
antonxy = {
email = "anton.schirg@posteo.de";
github = "antonxy";
githubId = 4194320;
name = "Anton Schirg";
};
anytimetraveler = {
email = "simon@simonscode.org";
github = "AnyTimeTraveler";
githubId = 19378309;
name = "Simon Struck";
};
aorith = {
email = "aomanu+nixpkgs@gmail.com";
github = "aorith";
githubId = 5411704;
name = "Manuel Sanchez Pinar";
};
aos = {
email = "n@aos.sh";
github = "aos";
githubId = 25783780;
name = "aos";
};
apeschar = {
email = "albert@peschar.net";
github = "apeschar";
githubId = 122977;
name = "Albert Peschar";
};
apeyroux = {
email = "alex@px.io";
github = "apeyroux";
githubId = 1078530;
name = "Alexandre Peyroux";
};
apfelkuchen6 = {
email = "apfelkuchen6@hrnz.li";
github = "apfelkuchen6";
githubId = 73002165;
name = "apfelkuchen6";
};
aplund = {
email = "austin.lund@gmail.com";
matrix = "@aplund:matrix.org";
github = "aplund";
githubId = 1369436;
name = "Austin Lund";
keys = [ { fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE"; } ];
};
applejag = {
email = "applejag.luminance905@passmail.com";
github = "applejag";
githubId = 2477952;
name = "Kalle Fagerberg";
keys = [
{ fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0"; }
{ fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051"; }
];
};
applePrincess = {
email = "appleprincess@appleprincess.io";
github = "applePrincess";
githubId = 17154507;
name = "Lein Matsumaru";
keys = [ { fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205"; } ];
};
appsforartists = {
github = "appsforartists";
githubId = 926648;
name = "Brenton Simpson";
};
apraga = {
email = "alexis.praga@proton.me";
github = "apraga";
githubId = 914687;
name = "Alexis Praga";
};
aprl = {
email = "aprl@acab.dev";
github = "cutestnekoaqua";
githubId = 30842467;
name = "April John";
};
aqrln = {
email = "nix@aqrln.net";
github = "aqrln";
githubId = 4923335;
name = "Alexey Orlenko";
};
ar1a = {
email = "aria@ar1as.space";
github = "ar1a";
githubId = 8436007;
name = "Aria Edmonds";
};
arcadio = {
email = "arc@well.ox.ac.uk";
github = "arcadio";
githubId = 56009;
name = "Arcadio Rubio García";
};
archer-65 = {
email = "mario.liguori.056@gmail.com";
github = "archer-65";
githubId = 76066109;
name = "Mario Liguori";
};
archseer = {
email = "blaz@mxxn.io";
github = "archseer";
githubId = 1372918;
name = "Blaž Hrastnik";
};
arcnmx = {
github = "arcnmx";
githubId = 13426784;
name = "arcnmx";
};
arcticlimer = {
email = "vinigm.nho@gmail.com";
github = "viniciusmuller";
githubId = 59743220;
name = "Vinícius Müller";
};
arcuru = {
email = "patrick@jackson.dev";
github = "arcuru";
githubId = 160646;
name = "Patrick Jackson";
};
arduano = {
email = "leonid.shchurov@gmail.com";
github = "arduano";
githubId = 13347712;
name = "Leo Shchurov";
};
ardumont = {
email = "eniotna.t@gmail.com";
github = "ardumont";
githubId = 718812;
name = "Antoine R. Dumont";
};
areif-dev = {
email = "aj@ajreifsnyder.com";
github = "areif-dev";
githubId = 53097078;
name = "AJ Reifsnyder";
};
arezvov = {
email = "alex@rezvov.ru";
github = "arezvov";
githubId = 58516559;
name = "Alexander Rezvov";
};
argrat = {
email = "n.bertazzo@protonmail.com";
github = "argrat";
githubId = 98821629;
name = "Nicolò Bertazzo";
};
arian-d = {
email = "arianxdehghani@gmail.com";
github = "arian-d";
githubId = 40076285;
name = "Arian Dehghani";
};
arianvp = {
email = "arian.vanputten@gmail.com";
github = "arianvp";
githubId = 628387;
name = "Arian van Putten";
};
arikgrahl = {
email = "mail@arik-grahl.de";
github = "arikgrahl";
githubId = 8049011;
name = "Arik Grahl";
};
aristid = {
email = "aristidb@gmail.com";
github = "aristidb";
githubId = 30712;
name = "Aristid Breitkreuz";
};
ariutta = {
email = "anders.riutta@gmail.com";
github = "ariutta";
githubId = 1296771;
name = "Anders Riutta";
};
arjan-s = {
email = "github@anymore.nl";
github = "arjan-s";
githubId = 10400299;
name = "Arjan Schrijver";
};
arjix = {
email = "arjix@protonmail.com";
github = "arjix";
githubId = 62168569;
name = "arjix";
};
arkivm = {
email = "vikram186@gmail.com";
github = "arkivm";
githubId = 1118815;
name = "Vikram Narayanan";
};
armeenm = {
email = "mahdianarmeen@gmail.com";
github = "armeenm";
githubId = 29145250;
name = "Armeen Mahdian";
};
armijnhemel = {
email = "armijn@tjaldur.nl";
github = "armijnhemel";
githubId = 10587952;
name = "Armijn Hemel";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
arminius-smh = {
email = "armin@sprejz.de";
github = "arminius-smh";
githubId = 159054879;
name = "Armin Manfred Sprejz";
};
arnarg = {
email = "arnarg@fastmail.com";
github = "arnarg";
githubId = 1291396;
name = "Arnar Ingason";
};
arnoldfarkas = {
email = "arnold.farkas@gmail.com";
github = "arnoldfarkas";
githubId = 59696216;
name = "Arnold Farkas";
};
arnoutkroeze = {
email = "nixpkgs@arnoutkroeze.nl";
github = "ArnoutKroeze";
githubId = 37151054;
name = "Arnout Kroeze";
};
arobyn = {
email = "shados@shados.net";
github = "Shados";
githubId = 338268;
name = "Alexei Robyn";
};
artem = {
email = "a@pelenitsyn.top";
github = "ulysses4ever";
githubId = 6832600;
name = "Artem Pelenitsyn";
matrix = "@artem.types:matrix.org";
};
artemist = {
email = "me@artem.ist";
github = "artemist";
githubId = 1226638;
name = "Artemis Tosini";
keys = [ { fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A"; } ];
};
arthsmn = {
name = "Arthur Cerqueira";
github = "arthsmn";
githubId = 150680976;
};
arthur = {
email = "me@arthur.li";
github = "arthurl";
githubId = 3965744;
name = "Arthur Lee";
};
arthurteisseire = {
email = "arthurteisseire33@gmail.com";
github = "arthurteisseire";
githubId = 37193992;
name = "Arthur Teisseire";
};
arti5an = {
email = "artis4n@outlook.com";
github = "arti5an";
githubId = 14922630;
name = "Richard Smith";
};
artturin = {
email = "artturin@artturin.com";
matrix = "@artturin:matrix.org";
github = "Artturin";
githubId = 56650223;
name = "Artturi N";
};
arturcygan = {
email = "arczicygan@gmail.com";
github = "arcz";
githubId = 4679721;
name = "Artur Cygan";
};
artuuge = {
email = "artuuge@gmail.com";
github = "artuuge";
githubId = 10285250;
name = "Artur E. Ruuge";
};
arunoruto = {
email = "mirza.arnaut45@gmail.com";
github = "arunoruto";
githubId = 21687187;
name = "Mirza Arnaut";
};
asbachb = {
email = "asbachb-nixpkgs-5c2a@impl.it";
matrix = "@asbachb:matrix.org";
github = "asbachb";
githubId = 1482768;
name = "Benjamin Asbach";
};
asbjornolling = {
email = "asbjorn@olli.ng";
matrix = "@asbjorn:olli.ng";
github = "AsbjornOlling";
githubId = 11493130;
name = "Asbjørn Olling";
};
asciimoth = {
name = "Andrew";
email = "ascii@moth.contact";
github = "asciimoth";
githubId = 91414737;
keys = [ { fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F"; } ];
};
ashalkhakov = {
email = "artyom.shalkhakov@gmail.com";
github = "ashalkhakov";
githubId = 1270502;
name = "Artyom Shalkhakov";
};
ashgillman = {
email = "gillmanash@gmail.com";
github = "ashgillman";
githubId = 816777;
name = "Ashley Gillman";
};
ashgoldofficial = {
email = "ashley.goldwater@gmail.com";
github = "ASHGOLDOFFICIAL";
githubId = 104313094;
name = "Andrey Shaat";
};
ashley = {
email = "ashley@kira64.xyz";
github = "kira64xyz";
githubId = 84152630;
name = "Ashley Chiara";
};
ashleyghooper = {
email = "ashleyghooper@gmail.com";
github = "ashleyghooper";
githubId = 11037075;
name = "Ashley Hooper";
};
ashuramaruzxc = {
email = "ashuramaru@tenjin-dk.com";
matrix = "@tenjin:mozilla.org";
github = "ashuramaruzxc";
githubId = 72100551;
name = "Mariia Holovata";
keys = [ { fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF"; } ];
};
asininemonkey = {
email = "nixpkgs@asininemonkey.com";
github = "asininemonkey";
githubId = 65740649;
name = "Jose Cardoso";
};
aske = {
email = "aske@fmap.me";
github = "aske";
githubId = 869771;
name = "Kirill Boltaev";
};
asppsa = {
email = "asppsa@gmail.com";
github = "asppsa";
githubId = 453170;
name = "Alastair Pharo";
};
aspulse = {
email = "contact@aspulse.dev";
github = "aspulse";
githubId = 84216737;
name = "AsPulse / ";
keys = [ { fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D"; } ];
};
assistant = {
email = "assistant.moetron@gmail.com";
github = "Assistant";
githubId = 2748721;
matrix = "@assistant:pygmalion.chat";
name = "Assistant Moetron";
};
astavie = {
email = "astavie@pm.me";
github = "astavie";
githubId = 7745457;
name = "Astavie";
};
asterismono = {
email = "cmiki@amono.me";
github = "AsterisMono";
githubId = 54884471;
name = "Chatnoir Miki";
matrix = "@mikiiki:matrix.org";
};
astro = {
email = "astro@spaceboyz.net";
github = "astro";
githubId = 12923;
name = "Astro";
};
astrobeastie = {
email = "fischervincent98@gmail.com";
github = "astrobeastie";
githubId = 26362368;
name = "Vincent Fischer";
keys = [ { fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F"; } ];
};
astronaut0212 = {
email = "goatastronaut0212@outlook.com";
github = "goatastronaut0212";
githubId = 119769817;
name = "goatastronaut0212";
};
astsmtl = {
email = "astsmtl@yandex.ru";
github = "astsmtl";
githubId = 2093941;
name = "Alexander Tsamutali";
};
asymmetric = {
email = "lorenzo@mailbox.org";
github = "asymmetric";
githubId = 101816;
name = "Lorenzo Manacorda";
};
aszlig = {
email = "aszlig@nix.build";
github = "aszlig";
githubId = 192147;
name = "aszlig";
keys = [ { fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691"; } ];
};
atalii = {
email = "taliauster@gmail.com";
github = "atalii";
githubId = 120901234;
name = "tali auster";
matrix = "@atalii:matrix.org";
};
ataraxiasjel = {
email = "nix@ataraxiadev.com";
github = "AtaraxiaSjel";
githubId = 5314145;
name = "Dmitriy";
keys = [ { fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2"; } ];
};
atemu = {
name = "Atemu";
email = "nixpkgs@mail.atemu.net";
github = "Atemu";
githubId = 18599032;
};
athas = {
email = "athas@sigkill.dk";
github = "athas";
githubId = 55833;
name = "Troels Henriksen";
};
athre0z = {
email = "joel@zyantific.com";
github = "athre0z";
githubId = 6553158;
name = "Joel Höner";
};
atila = {
name = "Átila Saraiva";
email = "atilasaraiva@gmail.com";
github = "AtilaSaraiva";
githubId = 29521461;
};
atkinschang = {
email = "atkinschang+nixpkgs@gmail.com";
github = "AtkinsChang";
githubId = 5193600;
name = "Atkins Chang";
};
atkrad = {
name = "Mohammad Abdolirad";
email = "m.abdolirad@gmail.com";
github = "atkrad";
githubId = 351364;
keys = [ { fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8"; } ];
};
atnnn = {
email = "etienne@atnnn.com";
github = "AtnNn";
githubId = 706854;
name = "Etienne Laurin";
};
atry = {
name = "Bo Yang";
email = "yang-bo@yang-bo.com";
github = "Atry";
githubId = 601530;
};
attila = {
name = "Attila Oláh";
email = "attila@dorn.haus";
github = "attilaolah";
githubId = 196617;
keys = [ { fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3"; } ];
};
auchter = {
name = "Michael Auchter";
email = "a@phire.org";
github = "auchter";
githubId = 1190483;
};
aucub = {
name = "aucub";
github = "aucub";
githubId = 78630225;
};
augustebaum = {
email = "auguste.apple@gmail.com";
github = "augustebaum";
githubId = 52001167;
name = "Auguste Baum";
};
auntie = {
email = "auntieNeo@gmail.com";
github = "auntieNeo";
githubId = 574938;
name = "Jonathan Glines";
};
austin-artificial = {
email = "austin.platt@artificial.io";
github = "austin-artificial";
githubId = 126663376;
name = "Austin Platt";
};
austinbutler = {
email = "austinabutler@gmail.com";
github = "austinbutler";
githubId = 354741;
name = "Austin Butler";
};
autophagy = {
email = "mail@autophagy.io";
github = "autophagy";
githubId = 12958979;
name = "Mika Naylor";
};
autra = {
email = "augustin.trancart@gmail.com";
github = "autra";
githubId = 1576598;
name = "Augustin Trancart";
};
autrimpo = {
email = "michal@koutensky.net";
github = "autrimpo";
githubId = 5968483;
name = "Michal Koutenský";
};
autumnal = {
name = "Sven Friedrich";
email = "sven@autumnal.de";
github = "sevenautumns";
githubId = 20627275;
keys = [ { fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B"; } ];
};
avakhrenev = {
email = "avakhrenev@gmail.com";
github = "avakhrenev";
githubId = 1060224;
name = "Alexey Vakhrenev";
};
avaq = {
email = "nixpkgs@account.avaq.it";
github = "Avaq";
githubId = 1217745;
name = "Aldwin Vlasblom";
};
aveltras = {
email = "romain.viallard@outlook.fr";
github = "aveltras";
githubId = 790607;
name = "Romain Viallard";
};
averagebit = {
email = "averagebit@pm.me";
github = "averagebit";
githubId = 97070581;
name = "averagebit";
};
averelld = {
email = "averell+nixos@rxd4.com";
github = "averelld";
githubId = 687218;
name = "averelld";
};
avery = {
email = "nixpkgs@avery.cafe";
github = "coolavery";
githubId = 76545554;
name = "Avery";
};
averyanalex = {
name = "Alexander Averyanov";
email = "alex@averyan.ru";
github = "averyanalex";
githubId = 59499799;
keys = [ { fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036"; } ];
};
avh4 = {
email = "gruen0aermel@gmail.com";
github = "avh4";
githubId = 1222;
name = "Aaron VonderHaar";
};
aviallon = {
email = "antoine-nixos@lesviallon.fr";
github = "aviallon";
githubId = 7479436;
name = "Antoine Viallon";
keys = [ { fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F"; } ];
};
avitex = {
email = "theavitex@gmail.com";
github = "avitex";
githubId = 5110816;
name = "avitex";
keys = [ { fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942"; } ];
};
avnik = {
email = "avn@avnik.info";
github = "avnik";
githubId = 153538;
name = "Alexander V. Nikolaev";
};
aw = {
email = "aw-nixos@meterriblecrew.net";
github = "herrwiese";
githubId = 206242;
name = "Andreas Wiese";
};
ayazhafiz = {
email = "ayaz.hafiz.1@gmail.com";
github = "hafiz";
githubId = 262763;
name = "Ayaz Hafiz";
};
aycanirican = {
email = "iricanaycan@gmail.com";
github = "aycanirican";
githubId = 135230;
name = "Aycan iRiCAN";
};
aynish = {
github = "Chickensoupwithrice";
githubId = 22575913;
name = "Anish Lakhwara";
};
azahi = {
name = "Azat Bahawi";
email = "azat@bahawi.net";
matrix = "@azahi:azahi.cc";
github = "azahi";
githubId = 22211000;
keys = [ { fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B"; } ];
};
azazak123 = {
email = "azazaka2002@gmail.com";
matrix = "@ne_dvoeshnik:matrix.org";
name = "Volodymyr Antonov";
github = "azazak123";
githubId = 50211158;
};
azd325 = {
email = "tim.kleinschmidt@gmail.com";
github = "Azd325";
githubId = 426541;
name = "Tim Kleinschmidt";
};
azuwis = {
email = "azuwis@gmail.com";
github = "azuwis";
githubId = 9315;
name = "Zhong Jianxin";
};
b4dm4n = {
email = "fabianm88@gmail.com";
github = "B4dM4n";
githubId = 448169;
name = "Fabian Möller";
keys = [ { fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50"; } ];
};
babbaj = {
name = "babbaj";
email = "babbaj45@gmail.com";
github = "babbaj";
githubId = 12820770;
keys = [ { fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC"; } ];
};
babeuh = {
name = "Raphael Le Goaller";
email = "babeuh@rlglr.fr";
github = "babeuh";
githubId = 60193302;
};
bachp = {
email = "pascal.bach@nextrem.ch";
matrix = "@bachp:matrix.org";
github = "bachp";
githubId = 333807;
name = "Pascal Bach";
};
backuitist = {
email = "biethb@gmail.com";
github = "backuitist";
githubId = 1017537;
name = "Bruno Bieth";
};
badele = {
name = "Bruno Adelé";
email = "brunoadele@gmail.com";
matrix = "@badele:matrix.org";
github = "badele";
githubId = 2806307;
keys = [ { fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D"; } ];
};
badmutex = {
email = "github@badi.sh";
github = "badmutex";
githubId = 35324;
name = "Badi' Abdul-Wahid";
};
baduhai = {
email = "baduhai@pm.me";
github = "baduhai";
githubId = 31864305;
name = "William Hai";
};
baitinq = {
email = "manuelpalenzuelamerino@gmail.com";
name = "Baitinq";
github = "Baitinq";
githubId = 30861839;
};
baksa = {
email = "baksa@pm.me";
name = "Kryštof Baksa";
github = "Golbinex";
githubId = 62813600;
};
balodja = {
email = "balodja@gmail.com";
github = "balodja";
githubId = 294444;
name = "Vladimir Korolev";
};
baloo = {
email = "nixpkgs@superbaloo.net";
github = "baloo";
githubId = 59060;
name = "Arthur Gautier";
};
balsoft = {
email = "balsoft75@gmail.com";
github = "balsoft";
githubId = 18467667;
name = "Alexander Bantyev";
};
balssh = {
email = "george.bals25@gmail.com";
github = "balssh";
githubId = 82440615;
name = "George Bals";
};
bananad3v = {
email = "banana@banana.is-cool.dev";
github = "BANanaD3V";
githubId = 68944906;
name = "Nikita";
};
bandresen = {
email = "bandresen@gmail.com";
github = "bennyandresen";
githubId = 80325;
name = "Benjamin Andresen";
};
banh-canh = {
email = "vhvictorhang@gmail.com";
github = "Banh-Canh";
githubId = 66330398;
name = "Victor Hang";
};
barab-i = {
email = "barab_i@outlook.com";
github = "barab-i";
githubId = 92919899;
name = "Barab I";
};
baracoder = {
email = "baracoder@googlemail.com";
github = "baracoder";
githubId = 127523;
name = "Herman Fries";
};
BarinovMaxim = {
name = "Barinov Maxim";
email = "barinov274@gmail.com";
github = "barinov274";
githubId = 54442153;
};
BarrOff = {
name = "BarrOff";
github = "BarrOff";
githubId = 58253563;
};
barrucadu = {
email = "mike@barrucadu.co.uk";
github = "barrucadu";
githubId = 75235;
name = "Michael Walker";
};
bartsch = {
email = "consume.noise@gmail.com";
github = "bartsch";
githubId = 3390885;
name = "Daniel Martin";
};
bartuka = {
email = "wand@hey.com";
github = "wandersoncferreira";
githubId = 17708295;
name = "Wanderson Ferreira";
keys = [ { fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE"; } ];
};
bastaynav = {
name = "Ivan Bastrakov";
email = "bastaynav@proton.me";
matrix = "@bastaynav:matrix.org";
github = "bastaynav";
githubId = 6987136;
keys = [ { fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940"; } ];
};
basvandijk = {
email = "v.dijk.bas@gmail.com";
github = "basvandijk";
githubId = 576355;
name = "Bas van Dijk";
};
BatteredBunny = {
email = "ayes2022@protonmail.com";
github = "BatteredBunny";
githubId = 52951851;
name = "BatteredBunny";
};
BattleCh1cken = {
email = "BattleCh1cken@larkov.de";
github = "BattleCh1cken";
githubId = 75806385;
name = "Felix Hass";
};
Baughn = {
email = "sveina@gmail.com";
github = "Baughn";
githubId = 45811;
name = "Svein Ove Aas";
};
Bauke = {
name = "Bauke";
email = "me@bauke.xyz";
matrix = "@baukexyz:matrix.org";
github = "Bauke";
githubId = 19501722;
keys = [ { fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558"; } ];
};
bb2020 = {
github = "bb2020";
githubId = 19290397;
name = "Tunc Uzlu";
};
bbarker = {
email = "brandon.barker@gmail.com";
github = "bbarker";
githubId = 916366;
name = "Brandon Elam Barker";
};
bbenne10 = {
email = "Bryan.Bennett@protonmail.com";
matrix = "@bryan.bennett:matrix.org";
github = "bbenne10";
githubId = 687376;
name = "Bryan Bennett";
keys = [
{
# compare with https://keybase.io/bbenne10
fingerprint = "41EA 00B4 00F9 6970 1CB2 D3AF EF90 E3E9 8B8F 5C0B";
}
];
};
bbenno = {
email = "nix@bbenno.com";
matrix = "@bbenno:matrix.org";
github = "bbenno";
githubId = 32938211;
name = "Benno Bielmeier";
};
bbigras = {
email = "bigras.bruno@gmail.com";
github = "bbigras";
githubId = 24027;
name = "Bruno Bigras";
};
bbjubjub = {
name = "Julie B.";
email = "julie+nixpkgs@bbjubjub.fr";
github = "bbjubjub2494";
githubId = 15657735;
};
bburdette = {
email = "bburdette@protonmail.com";
github = "bburdette";
githubId = 157330;
name = "Ben Burdette";
};
bcarrell = {
email = "brandoncarrell@gmail.com";
github = "bcarrell";
githubId = 1015044;
name = "Brandon Carrell";
};
bcc32 = {
email = "me@bcc32.com";
github = "bcc32";
githubId = 1239097;
name = "Aaron Zeng";
};
bcdarwin = {
email = "bcdarwin@gmail.com";
github = "bcdarwin";
githubId = 164148;
name = "Ben Darwin";
};
bchmnn = {
email = "jacob.bachmann@posteo.de";
matrix = "@trilloyd:matrix.tu-berlin.de";
github = "bchmnn";
githubId = 34620799;
name = "Jacob Bachmann";
};
bcyran = {
email = "bazyli@cyran.dev";
github = "bcyran";
githubId = 8322846;
name = "Bazyli Cyran";
};
bdd = {
email = "bdd@mindcast.org";
github = "bdd";
githubId = 11135;
name = "Berk D. Demir";
};
bddvlpr = {
email = "luna@bddvlpr.com";
github = "bddvlpr";
githubId = 17461028;
name = "Luna Simons";
};
bdesham = {
email = "benjamin@esham.io";
github = "bdesham";
githubId = 354230;
name = "Benjamin Esham";
};
bdimcheff = {
email = "brandon@dimcheff.com";
github = "bdimcheff";
githubId = 14111;
name = "Brandon Dimcheff";
};
beardhatcode = {
name = "Robbert Gurdeep Singh";
email = "nixpkgs@beardhatcode.be";
github = "beardhatcode";
githubId = 662538;
};
beeb = {
name = "Valentin Bersier";
email = "hi@beeb.li";
github = "beeb";
githubId = 703631;
};
beezow = {
name = "beezow";
email = "zbeezow@gmail.com";
github = "beezow";
githubId = 42082156;
};
ben9986 = {
name = "Ben Carmichael";
email = "ben9986.unvmn@passinbox.com";
github = "ben9986";
githubId = 38633150;
keys = [ { fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0"; } ];
};
benaryorg = {
name = "benaryorg";
email = "binary@benary.org";
github = "benaryorg";
githubId = 6145260;
keys = [ { fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D"; } ];
};
benchand = {
name = "Ben Chand";
email = "BenChand1995@gmail.com";
github = "BenChand";
githubId = 3618457;
};
bendlas = {
email = "herwig@bendlas.net";
matrix = "@bendlas:matrix.org";
github = "bendlas";
githubId = 214787;
name = "Herwig Hochleitner";
};
benediktbroich = {
name = "Benedikt Broich";
email = "b.broich@posteo.de";
github = "BenediktBroich";
githubId = 32903896;
keys = [ { fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976"; } ];
};
benesim = {
name = "Benjamin Isbarn";
email = "benjamin.isbarn@gmail.com";
github = "BeneSim";
githubId = 29384538;
keys = [ { fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02"; } ];
};
benhiemer = {
name = "Benedikt Hiemer";
email = "ben.email@posteo.de";
github = "benhiemer";
githubId = 16649926;
};
benjaminedwardwebb = {
name = "Ben Webb";
email = "benjaminedwardwebb@gmail.com";
github = "benjaminedwardwebb";
githubId = 7118777;
keys = [ { fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25"; } ];
};
benkuhn = {
email = "ben@ben-kuhn.com";
github = "ben-kuhn";
githubId = 16821405;
name = "Ben Kuhn";
};
benlemasurier = {
email = "ben@crypt.ly";
github = "benlemasurier";
githubId = 47993;
name = "Ben LeMasurier";
keys = [ { fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189"; } ];
};
benley = {
email = "benley@gmail.com";
github = "benley";
githubId = 1432730;
name = "Benjamin Staffin";
};
benneti = {
name = "Benedikt Tissot";
email = "benedikt.tissot@googlemail.com";
github = "benneti";
githubId = 11725645;
};
bennofs = {
email = "benno.fuenfstueck@gmail.com";
github = "bennofs";
githubId = 3192959;
name = "Benno Fünfstück";
};
benpye = {
email = "ben@curlybracket.co.uk";
github = "benpye";
githubId = 442623;
name = "Ben Pye";
};
benwbooth = {
email = "benwboooth@gmail.com";
github = "benwbooth";
githubId = 75972;
name = "Ben Booth";
};
benwis = {
name = "Ben Wishovich";
email = "ben@benw.is";
github = "benwis";
githubId = 6953353;
};
berberman = {
email = "berberman@yandex.com";
matrix = "@berberman:mozilla.org";
github = "berberman";
githubId = 26041945;
name = "Potato Hatsue";
};
berbiche = {
name = "Nicolas Berbiche";
email = "nicolas@normie.dev";
github = "berbiche";
githubId = 20448408;
keys = [ { fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696"; } ];
};
berce = {
email = "bert.moens@gmail.com";
github = "berce";
githubId = 10439709;
name = "Bert Moens";
};
berdario = {
email = "berdario@gmail.com";
github = "berdario";
githubId = 752835;
name = "Dario Bertini";
};
bergey = {
email = "bergey@teallabs.org";
github = "bergey";
githubId = 251106;
name = "Daniel Bergey";
};
bergkvist = {
email = "tobias@bergkv.ist";
github = "bergkvist";
githubId = 410028;
name = "Tobias Bergkvist";
};
berquist = {
name = "Eric Berquist";
email = "eric.berquist@gmail.com";
github = "berquist";
githubId = 727571;
keys = [ { fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329"; } ];
};
berryp = {
email = "berryphillips@gmail.com";
github = "berryp";
githubId = 19911;
name = "Berry Phillips";
};
bertof = {
name = "Filippo Berto";
email = "berto.f@protonmail.com";
github = "bertof";
githubId = 9915675;
keys = [ { fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056"; } ];
};
betaboon = {
email = "betaboon@0x80.ninja";
github = "betaboon";
githubId = 7346933;
name = "betaboon";
};
beviu = {
name = "beviu";
email = "nixpkgs@beviu.com";
github = "beviu";
githubId = 56923875;
keys = [ { fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06"; } ];
};
bew = {
email = "benoit.dechezelles@gmail.com";
github = "bew";
githubId = 9730330;
name = "Benoit de Chezelles";
};
bezmuth = {
email = "benkel97@protonmail.com";
name = "Ben Kelly";
github = "bezmuth";
githubId = 31394095;
};
bfortz = {
email = "bernard.fortz@gmail.com";
github = "bfortz";
githubId = 16426882;
name = "Bernard Fortz";
};
bgamari = {
email = "ben@smart-cactus.org";
github = "bgamari";
githubId = 1010174;
name = "Ben Gamari";
};
bhall = {
email = "brendan.j.hall@bath.edu";
github = "brendan-hall";
githubId = 34919100;
name = "Brendan Hall";
};
bhankas = {
email = "payas@relekar.org";
github = "bhankas";
githubId = 24254289;
name = "Payas Relekar";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
bhasherbel = {
email = "nixos.maintainer@bhasher.com";
github = "bhasherbel";
githubId = 45831883;
name = "Brieuc Dubois";
};
bhipple = {
email = "bhipple@protonmail.com";
github = "bhipple";
githubId = 2071583;
name = "Benjamin Hipple";
};
bhougland = {
email = "benjamin.hougland@gmail.com";
github = "bhougland18";
githubId = 28444296;
name = "Benjamin Hougland";
};
billewanick = {
email = "bill@ewanick.com";
github = "billewanick";
githubId = 13324165;
name = "Bill Ewanick";
};
billhuang = {
email = "bill.huang2001@gmail.com";
github = "BillHuang2001";
githubId = 11801831;
name = "Bill Huang";
};
binarin = {
email = "binarin@binarin.ru";
github = "binarin";
githubId = 185443;
name = "Alexey Lebedeff";
};
binarycat = {
email = "binarycat@envs.net";
github = "lolbinarycat";
githubId = 19915050;
name = "binarycat";
};
binary-eater = {
email = "sergeantsagara@protonmail.com";
github = "Binary-Eater";
githubId = 10691440;
name = "Rahul Rameshbabu";
keys = [ { fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B"; } ];
};
binsky = {
email = "timo@binsky.org";
github = "binsky08";
githubId = 30630233;
name = "Timo Triebensky";
};
birdee = {
name = "birdee";
github = "BirdeeHub";
githubId = 85372418;
};
birkb = {
email = "birk@batchworks.de";
github = "birkb";
githubId = 10164833;
name = "Birk Bohne";
};
bjesus = {
email = "nixpkgs@yoavmoshe.com";
github = "bjesus";
githubId = 55081;
name = "Yo'av Moshe";
};
bjornfor = {
email = "bjorn.forsman@gmail.com";
github = "bjornfor";
githubId = 133602;
name = "Bjørn Forsman";
};
bkchr = {
email = "nixos@kchr.de";
github = "bkchr";
githubId = 5718007;
name = "Bastian Köcher";
};
blaggacao = {
name = "David Arnold";
email = "dar@xoe.solutions";
github = "blaggacao";
githubId = 7548295;
};
blakesmith = {
name = "Blake Smith";
email = "blakesmith0@gmail.com";
github = "blakesmith";
githubId = 44368;
};
blankparticle = {
name = "BlankParticle";
email = "blankparticle@gmail.com";
github = "BlankParticle";
githubId = 130567419;
keys = [ { fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261"; } ];
};
blanky0230 = {
email = "blanky0230@gmail.com";
github = "blanky0230";
githubId = 5700358;
name = "Thomas Blank";
};
bleetube = {
email = "git@blee.tube";
matrix = "@blee:satstack.cloud";
name = "Brian Lee";
github = "bleetube";
githubId = 77934086;
keys = [ { fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55"; } ];
};
blinry = {
name = "blinry";
email = "mail@blinry.org";
github = "blinry";
githubId = 81277;
};
blitz = {
email = "js@alien8.de";
matrix = "@blitz:chat.x86.lol";
github = "blitz";
githubId = 37907;
name = "Julian Stecklina";
};
bloeckchengrafik = {
email = "christian.bergschneider@gmx.de";
github = "Bloeckchengrafik";
githubId = 37768199;
name = "Christian Bergschneider";
};
bloveless = {
email = "brennon.loveless@gmail.com";
github = "bloveless";
githubId = 535135;
name = "Brennon Loveless";
};
bloxx12 = {
email = "charlie@charlieroot.dev";
github = "bloxx12";
githubId = 75451918;
name = "Charlie Root";
};
bluescreen303 = {
email = "mathijs@bluescreen303.nl";
github = "bluescreen303";
githubId = 16330;
name = "Mathijs Kwik";
};
blusk = {
email = "bluskript@gmail.com";
github = "Bluskript";
githubId = 52386117;
name = "Blusk";
};
bmanuel = {
name = "Benjamin Manuel";
email = "ben@benmanuel.com";
github = "bmanuel";
githubId = 3662307;
};
bmilanov = {
name = "Biser Milanov";
email = "bmilanov11+nixpkgs@gmail.com";
github = "bmilanov";
githubId = 30090366;
};
bmwalters = {
name = "Bradley Walters";
email = "oss@walters.app";
github = "bmwalters";
githubId = 4380777;
};
bnlrnz = {
github = "bnlrnz";
githubId = 11310385;
name = "Ben Lorenz";
email = "bnlrnz@gmail.com";
};
bobakker = {
email = "bobakk3r@gmail.com";
github = "bobakker";
githubId = 10221570;
name = "Bo Bakker";
};
bobby285271 = {
name = "Bobby Rong";
email = "rjl931189261@126.com";
matrix = "@bobby285271:matrix.org";
github = "bobby285271";
githubId = 20080233;
};
bobvanderlinden = {
email = "bobvanderlinden@gmail.com";
github = "bobvanderlinden";
githubId = 6375609;
name = "Bob van der Linden";
};
bodil = {
email = "nix@bodil.org";
github = "bodil";
githubId = 17880;
name = "Bodil Stokke";
};
boj = {
email = "brian@uncannyworks.com";
github = "boj";
githubId = 50839;
name = "Brian Jones";
};
boltzmannrain = {
email = "boltzmannrain@gmail.com";
github = "boltzmannrain";
githubId = 150560585;
name = "Dmitry Ivankov";
};
bonsairobo = {
email = "duncanfairbanks6@gmail.com";
github = "bonsairobo";
githubId = 3229981;
name = "Duncan Fairbanks";
};
BonusPlay = {
name = "Bonus";
email = "nixos@bonusplay.pl";
matrix = "@bonus:bonusplay.pl";
github = "BonusPlay";
githubId = 8405359;
keys = [ { fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683"; } ];
};
booklearner = {
name = "booklearner";
email = "booklearner@proton.me";
matrix = "@booklearner:matrix.org";
github = "booklearner";
githubId = 103979114;
keys = [ { fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8"; } ];
};
booniepepper = {
name = "J.R. Hill";
email = "justin@so.dang.cool";
github = "booniepepper";
githubId = 17605298;
};
bootstrap-prime = {
email = "bootstrap.prime@gmail.com";
github = "bootstrap-prime";
githubId = 68566724;
name = "bootstrap-prime";
};
booxter = {
email = "ihar.hrachyshka@gmail.com";
github = "booxter";
githubId = 90200;
name = "Ihar Hrachyshka";
};
boozedog = {
email = "code@booze.dog";
github = "boozedog";
githubId = 1410808;
matrix = "@boozedog:matrix.org";
name = "David A. Buser";
};
borisbabic = {
email = "boris.ivan.babic@gmail.com";
github = "borisbabic";
githubId = 1743184;
name = "Boris Babić";
};
bosu = {
email = "boriss@gmail.com";
github = "bosu";
githubId = 3465841;
name = "Boris Sukholitko";
};
bot-wxt1221 = {
email = "3264117476@qq.com";
github = "Bot-wxt1221";
githubId = 74451279;
name = "Bot-wxt1221";
};
bouk = {
name = "Bouke van der Bijl";
email = "i@bou.ke";
github = "bouk";
githubId = 97820;
};
bpaulin = {
email = "brunopaulin@bpaulin.net";
github = "bpaulin";
githubId = 115711;
name = "bpaulin";
};
Br1ght0ne = {
email = "brightone@protonmail.com";
github = "Br1ght0ne";
githubId = 12615679;
name = "Oleksii Filonenko";
keys = [ { fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8"; } ];
};
br337 = {
email = "brian.porumb@proton.me";
github = "br337";
githubId = 49288125;
name = "Brian Porumb";
};
bradediger = {
email = "brad@bradediger.com";
github = "bradediger";
githubId = 4621;
name = "Brad Ediger";
};
brahyerr = {
name = "Bryant Pham";
email = "bp@1829847@gmail.com";
github = "brahyerr";
githubId = 120991075;
};
brainrape = {
email = "martonboros@gmail.com";
github = "brainrake";
githubId = 302429;
name = "Marton Boros";
};
bramd = {
email = "bram@bramd.nl";
github = "bramd";
githubId = 86652;
name = "Bram Duvigneau";
};
braydenjw = {
email = "nixpkgs@willenborg.ca";
github = "braydenjw";
githubId = 2506621;
name = "Brayden Willenborg";
};
breakds = {
email = "breakds@gmail.com";
github = "breakds";
githubId = 1111035;
name = "Break Yang";
};
brecht = {
email = "brecht.savelkoul@alumni.lse.ac.uk";
github = "brechtcs";
githubId = 6107054;
name = "Brecht Savelkoul";
};
brendanreis = {
email = "brendanreis@gmail.com";
name = "Brendan Reis";
github = "brendanreis";
githubId = 10686906;
};
brettlyons = {
email = "blyons@fastmail.com";
github = "brettlyons";
githubId = 3043718;
name = "Brett Lyons";
};
brian-dawn = {
email = "brian.t.dawn@gmail.com";
github = "brian-dawn";
githubId = 1274409;
name = "Brian Dawn";
};
brianhicks = {
email = "brian@brianthicks.com";
github = "BrianHicks";
githubId = 355401;
name = "Brian Hicks";
};
brianmcgee = {
name = "Brian McGee";
email = "brian@41north.dev";
github = "brianmcgee";
githubId = 1173648;
};
brianmcgillion = {
name = "Brian McGillion";
email = "bmg.avoin@gmail.com";
github = "brianmcgillion";
githubId = 1044263;
};
brodes = {
email = "me@brod.es";
github = "brhoades";
githubId = 4763746;
name = "Billy Rhoades";
keys = [ { fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E"; } ];
};
b-rodrigues = {
email = "bruno@brodrigues.co";
github = "b-rodrigues";
githubId = 2998834;
name = "Bruno Rodrigues";
};
broke = {
email = "broke@in-fucking.space";
github = "broke";
githubId = 1071610;
name = "Gunnar Nitsche";
};
brokenpip3 = {
email = "brokenpip3@gmail.com";
matrix = "@brokenpip3:matrix.org";
github = "brokenpip3";
githubId = 40476330;
name = "brokenpip3";
};
brpaz = {
email = "oss@brunopaz.dev";
github = "brpaz";
githubId = 184563;
name = "Bruno Paz";
};
brsvh = {
email = "bsc@brsvh.org";
github = "brsvh";
githubId = 63050399;
keys = [ { fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218"; } ];
matrix = "@brsvh:mozilla.org";
name = "Burgess Chang";
};
bryanasdev000 = {
email = "bryanasdev000@gmail.com";
matrix = "@bryanasdev000:matrix.org";
github = "bryanasdev000";
githubId = 53131727;
name = "Bryan Albuquerque";
};
bryango = {
name = "Bryan Lai";
email = "bryanlais@gmail.com";
github = "bryango";
githubId = 26322692;
};
bryanhonof = {
name = "Bryan Honof";
email = "bryanhonof+nixpkgs@gmail.com";
github = "bryanhonof";
githubId = 5932804;
};
bsima = {
email = "ben@bsima.me";
github = "bsima";
githubId = 200617;
name = "Ben Sima";
};
btlvr = {
email = "btlvr@protonmail.com";
github = "btlvr";
githubId = 32319131;
name = "Brett L";
};
buckley310 = {
email = "sean.bck@gmail.com";
matrix = "@buckley310:matrix.org";
github = "buckley310";
githubId = 2379774;
name = "Sean Buckley";
};
bugworm = {
email = "bugworm@zoho.com";
github = "bugworm";
githubId = 7214361;
name = "Roman Gerasimenko";
};
builditluc = {
email = "git@builditluc.eu";
github = "Builditluc";
githubId = 37375448;
name = "Builditluc";
keys = [ { fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E"; } ];
};
buurro = {
email = "marcoburro98@gmail.com";
github = "buurro";
githubId = 9320677;
name = "Marco Burro";
};
bwc9876 = {
email = "bwc9876@gmail.com";
github = "Bwc9876";
githubId = 25644444;
name = "Ben C";
};
bwkam = {
email = "beshoykamel391@gmail.com";
github = "bwkam";
githubId = 91009118;
name = "Beshoy Kamel";
};
bwlang = {
email = "brad@langhorst.com";
github = "bwlang";
githubId = 61636;
name = "Brad Langhorst";
};
bycEEE = {
email = "bycEEE@gmail.com";
github = "bycEEE";
githubId = 8891115;
name = "Brian Choy";
};
ByteSudoer = {
email = "bytesudoer@gmail.com";
github = "bytesudoer";
githubId = 88513682;
name = "ByteSudoer";
};
bzizou = {
email = "Bruno@bzizou.net";
github = "bzizou";
githubId = 2647566;
name = "Bruno Bzeznik";
};
c00w = {
email = "nix@daedrum.net";
github = "c00w";
githubId = 486199;
name = "Colin";
};
c0bw3b = {
email = "c0bw3b@gmail.com";
github = "c0bw3b";
githubId = 24417923;
name = "Renaud";
};
c0deaddict = {
email = "josvanbakel@protonmail.com";
github = "c0deaddict";
githubId = 510553;
name = "Jos van Bakel";
};
c4605 = {
email = "bolasblack@gmail.com";
github = "bolasblack";
githubId = 382011;
name = "c4605";
};
caarlos0 = {
name = "Carlos A Becker";
email = "carlos@becker.software";
github = "caarlos0";
githubId = 245435;
};
cab404 = {
email = "cab404@mailbox.org";
github = "cab404";
githubId = 6453661;
name = "Vladimir Serov";
keys = [
# compare with https://keybase.io/cab404
{ fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3"; }
{ fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A"; }
];
};
CactiChameleon9 = {
email = "h19xjkkp@duck.com";
github = "CactiChameleon9";
githubId = 51231053;
name = "Daniel";
};
cadkin = {
email = "cva@siliconslumber.net";
name = "Cameron Adkins";
github = "cadkin";
githubId = 34077838;
};
cafkafk = {
email = "christina@cafkafk.com";
matrix = "@cafkafk:gitter.im";
name = "Christina Sørensen";
github = "cafkafk";
githubId = 89321978;
keys = [
{ fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8"; }
{ fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED"; }
];
};
cageyv = {
email = "pingme@cageyv.dev";
github = "cageyv";
githubId = 51059484;
name = "Vladmir Samoylov";
keys = [
{ fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392"; }
];
};
CaiqueFigueiredo = {
email = "public@caiquefigueiredo.me";
github = "caiquefigueiredo";
githubId = 20440897;
name = "Caique";
};
CaitlinDavitt = {
email = "CaitlinDavitt@gmail.com";
github = "CaitlinDavitt";
githubId = 48105979;
name = "Caitlin Davitt";
};
calavera = {
email = "david.calavera@gmail.com";
github = "calavera";
githubId = 1050;
matrix = "@davidcalavera:matrix.org";
name = "David Calavera";
};
calbrecht = {
email = "christian.albrecht@mayflower.de";
github = "calbrecht";
githubId = 1516457;
name = "Christian Albrecht";
};
callahad = {
email = "dan.callahan@gmail.com";
github = "callahad";
githubId = 24193;
name = "Dan Callahan";
};
callumio = {
email = "git@cleslie.uk";
github = "callumio";
githubId = 16057677;
name = "Callum Leslie";
keys = [
{ fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90"; }
{ fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD"; }
];
};
calvertvl = {
email = "calvertvl@gmail.com";
github = "calvertvl";
githubId = 7435854;
name = "Victor Calvert";
};
camcalaquian = {
email = "camcalaquian@gmail.com";
github = "camcalaquian";
githubId = 36902555;
name = "Carl Calaquian";
};
camelpunch = {
email = "me@andrewbruce.net";
github = "camelpunch";
githubId = 141733;
name = "Andrew Bruce";
};
camerondugan = {
email = "cameron.dugan@protonmail.com";
github = "camerondugan";
githubId = 54632731;
name = "Cameron Dugan";
};
cameronfyfe = {
email = "cameron.j.fyfe@gmail.com";
github = "cameronfyfe";
githubId = 21013281;
name = "Cameron Fyfe";
};
cameronnemo = {
email = "cnemo@tutanota.com";
github = "CameronNemo";
githubId = 3212452;
name = "Cameron Nemo";
};
cameronraysmith = {
email = "cameronraysmith@gmail.com";
matrix = "@cameronraysmith:matrix.org";
github = "cameronraysmith";
githubId = 420942;
name = "Cameron Smith";
keys = [ { fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C"; } ];
};
camillemndn = {
email = "camillemondon@free.fr";
github = "camillemndn";
githubId = 26444818;
name = "Camille M.";
};
campadrenalin = {
email = "campadrenalin@gmail.com";
github = "campadrenalin";
githubId = 289492;
name = "Philip Horger";
};
candeira = {
email = "javier@candeira.com";
github = "candeira";
githubId = 91694;
name = "Javier Candeira";
};
canndrew = {
email = "shum@canndrew.org";
github = "canndrew";
githubId = 5555066;
name = "Andrew Cann";
};
cap = {
name = "cap";
email = "nixos_xasenw9@digitalpostkasten.de";
github = "scaredmushroom";
githubId = 45340040;
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
caperren = {
name = "Corwin Perren";
email = "caperren@gmail.com";
github = "caperren";
githubId = 4566591;
};
CaptainJawZ = {
email = "CaptainJawZ@outlook.com";
name = "Danilo Reyes";
github = "CaptainJawZ";
githubId = 43111068;
};
caralice = {
name = "Alice Carroll";
email = "nix@alice-carroll.pet";
github = "thecaralice";
githubId = 43097806;
keys = [
{ fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; }
{ fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; }
];
};
CardboardTurkey = {
name = "Kiran Ostrolenk";
email = "kiran@ostrolenk.co.uk";
github = "CardboardTurkey";
githubId = 34030186;
keys = [ { fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE"; } ];
};
carloscraveiro = {
email = "carlos.craveiro@usp.br";
github = "CarlosCraveiro";
githubId = 85318248;
name = "Carlos Henrique Craveiro Aquino Veras";
};
carlosdagos = {
email = "m@cdagostino.io";
github = "carlosdagos";
githubId = 686190;
name = "Carlos D'Agostino";
};
carlossless = {
email = "contact@carlossless.io";
matrix = "@carlossless:matrix.org";
github = "carlossless";
githubId = 498906;
name = "Karolis Stasaitis";
};
carlsverre = {
email = "accounts@carlsverre.com";
github = "carlsverre";
githubId = 82591;
name = "Carl Sverre";
};
carlthome = {
name = "Carl Thomé";
email = "carlthome@gmail.com";
github = "carlthome";
githubId = 1595907;
};
carpinchomug = {
email = "aki.suda@protonmail.com";
github = "carpinchomug";
githubId = 101536256;
name = "Akiyoshi Suda";
};
cartr = {
email = "carter.sande@duodecima.technology";
github = "cartr";
githubId = 5241813;
name = "Carter Sande";
};
casaca = {
name = "J McNutt";
email = "jmacasac@hotmail.com";
github = "casaca24";
githubId = 87252279;
};
casey = {
email = "casey@rodarmor.net";
github = "casey";
githubId = 1945;
name = "Casey Rodarmor";
};
catap = {
email = "kirill@korins.ky";
github = "catap";
githubId = 37775;
name = "Kirill A. Korinsky";
};
catern = {
email = "sbaugh@catern.com";
github = "catern";
githubId = 5394722;
name = "Spencer Baugh";
};
cathalmullan = {
email = "contact@cathal.dev";
github = "CathalMullan";
githubId = 37139470;
name = "Cathal Mullan";
};
catouc = {
email = "catouc@philipp.boeschen.me";
github = "catouc";
githubId = 25623213;
name = "Philipp Böschen";
};
caugner = {
email = "nixos@caugner.de";
github = "caugner";
githubId = 495429;
name = "Claas Augner";
};
cawilliamson = {
email = "home@chrisaw.com";
github = "cawilliamson";
githubId = 1141769;
matrix = "@cawilliamson:nixos.dev";
name = "Christopher A. Williamson";
};
cbarrete = {
github = "cbarrete";
githubId = 62146989;
matrix = "@cedric:cbarrete.com";
name = "Cédric Barreteau";
};
cbleslie = {
email = "cameronleslie@gmail.com";
github = "cbleslie";
githubId = 500963;
name = "C.B.Leslie";
};
cbley = {
email = "claudio.bley@gmail.com";
github = "avdv";
githubId = 3471749;
name = "Claudio Bley";
};
cbourjau = {
email = "christianb@posteo.de";
github = "cbourjau";
githubId = 3288058;
name = "Christian Bourjau";
};
cbrewster = {
email = "cbrewster@hey.com";
github = "cbrewster";
githubId = 9086315;
name = "Connor Brewster";
};
cburstedde = {
email = "burstedde@ins.uni-bonn.de";
github = "cburstedde";
githubId = 109908;
name = "Carsten Burstedde";
keys = [ { fingerprint = "1127 A432 6524 BF02 737B 544E 0704 CD9E 550A 6BCD"; } ];
};
ccellado = {
email = "annplague@gmail.com";
github = "ccellado";
githubId = 44584960;
name = "Denis Khalmatov";
};
cdepillabout = {
email = "cdep.illabout@gmail.com";
matrix = "@cdepillabout:matrix.org";
github = "cdepillabout";
githubId = 64804;
name = "Dennis Gosnell";
};
cdmistman = {
name = "Colton Donnelly";
email = "colton@donn.io";
matrix = "@donnellycolton:matrix.org";
github = "cdmistman";
githubId = 23486351;
};
cdombroski = {
name = "Chris Dombroski";
email = "cdombroski@gmail.com";
matrix = "@cdombroski:kow.is";
github = "cdombroski";
githubId = 244909;
};
ceedubs = {
email = "ceedubs@gmail.com";
github = "ceedubs";
githubId = 977929;
name = "Cody Allen";
};
Celibistrial = {
email = "ryan80222@gmail.com";
github = "Celibistrial";
githubId = 82810795;
name = "Gaurav Choudhury";
};
centromere = {
email = "nix@centromere.net";
github = "centromere";
githubId = 543423;
name = "Alex Wied";
};
cfhammill = {
email = "cfhammill@gmail.com";
github = "cfhammill";
githubId = 7467038;
name = "Chris Hammill";
};
cfouche = {
email = "chaddai.fouche@gmail.com";
github = "Chaddai";
githubId = 5771456;
name = "Chaddaï Fouché";
};
cfsmp3 = {
email = "carlos@sanz.dev";
github = "cfsmp3";
githubId = 5949913;
name = "Carlos Fernandez Sanz";
};
Ch1keen = {
email = "gihoong7@gmail.com";
github = "Ch1keen";
githubId = 40013212;
name = "Han Jeongjun";
};
chaduffy = {
email = "charles@dyfis.net";
github = "charles-dyfis-net";
githubId = 22370;
name = "Charles Duffy";
};
changlinli = {
email = "mail@changlinli.com";
github = "changlinli";
githubId = 1762540;
name = "Changlin Li";
};
chanley = {
email = "charlieshanley@gmail.com";
github = "charlieshanley";
githubId = 8228888;
name = "Charlie Hanley";
};
chaoflow = {
email = "flo@chaoflow.net";
github = "chaoflow";
githubId = 89596;
name = "Florian Friesdorf";
};
ChaosAttractor = {
email = "lostattractor@gmail.com";
github = "LostAttractor";
githubId = 46527539;
name = "ChaosAttractor";
keys = [ { fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125"; } ];
};
charlesbaynham = {
email = "charlesbaynham@gmail.com";
github = "charlesbaynham";
githubId = 4397637;
name = "Charles Baynham";
};
CharlesHD = {
email = "charleshdespointes@gmail.com";
github = "CharlesHD";
githubId = 6608071;
name = "Charles Huyghues-Despointes";
};
chayleaf = {
email = "chayleaf-nix@pavluk.org";
github = "chayleaf";
githubId = 9590981;
keys = [ { fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E"; } ];
matrix = "@chayleaf:matrix.pavluk.org";
name = "Anna Pavlyuk";
};
cheeseecake = {
email = "chanelnjw@gmail.com";
github = "cheeseecake";
githubId = 34784816;
name = "Chanel";
};
chekoopa = {
email = "chekoopa@mail.ru";
github = "chekoopa";
githubId = 1689801;
name = "Mikhail Chekan";
};
chen = {
email = "i@cuichen.cc";
github = "cu1ch3n";
githubId = 80438676;
name = "Chen Cui";
};
ChengCat = {
email = "yu@cheng.cat";
github = "ChengCat";
githubId = 33503784;
name = "Yucheng Zhang";
};
cheriimoya = {
email = "github@hausch.xyz";
github = "cheriimoya";
githubId = 28303440;
name = "Max Hausch";
};
cherrykitten = {
email = "contact@cherrykitten.dev";
github = "cherrykitten";
githubId = 20300586;
matrix = "@sammy:cherrykitten.dev";
name = "CherryKitten";
keys = [ { fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F"; } ];
};
chessai = {
email = "chessai1996@gmail.com";
github = "chessai";
githubId = 18648043;
name = "Daniel Cartwright";
};
chewblacka = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
Chili-Man = {
email = "dr.elhombrechile@gmail.com";
name = "Diego Rodriguez";
github = "Chili-Man";
githubId = 631802;
keys = [ { fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9"; } ];
};
chiroptical = {
email = "chiroptical@gmail.com";
github = "chiroptical";
githubId = 3086255;
name = "Barry Moore II";
};
chisui = {
email = "chisui.pd@gmail.com";
github = "chisui";
githubId = 4526429;
name = "Philipp Dargel";
};
chito = {
email = "chitochi@proton.me";
github = "chitochi";
githubId = 153365419;
matrix = "@chito:nichijou.dev";
name = "Chito";
};
chivay = {
email = "hubert.jasudowicz@gmail.com";
github = "chivay";
githubId = 14790226;
name = "Hubert Jasudowicz";
};
c-h-johnson = {
name = "Charles Johnson";
email = "charles@charlesjohnson.name";
github = "c-h-johnson";
githubId = 138403247;
};
chkno = {
email = "scottworley@scottworley.com";
github = "chkno";
githubId = 1118859;
name = "Scott Worley";
};
chmouel = {
email = "chmouel@chmouel.com";
github = "chmouel";
githubId = 98980;
name = "Chmouel Boudjnah";
};
chn = {
name = "Haonan Chen";
email = "chn@chn.moe";
matrix = "@chn:chn.moe";
github = "CHN-beta";
githubId = 35858462;
};
ChocolateLoverRaj = {
email = "paranjperajas@gmail.com";
github = "ChocolateLoverRaj";
githubId = 52586855;
matrix = "@chocolateloverraj:matrix.org";
name = "Rajas Paranjpe";
};
cholli = {
email = "christoph.hollizeck@hey.com";
github = "Daholli";
githubId = 25060097;
name = "Christoph Hollizeck";
};
choochootrain = {
email = "hurshal@imap.cc";
github = "choochootrain";
githubId = 803961;
name = "Hurshal Patel";
};
chpatrick = {
email = "chpatrick@gmail.com";
github = "chpatrick";
githubId = 832719;
name = "Patrick Chilton";
};
chreekat = {
email = "b@chreekat.net";
github = "chreekat";
githubId = 538538;
name = "Bryan Richter";
};
chrisjefferson = {
email = "chris@bubblescope.net";
github = "ChrisJefferson";
githubId = 811527;
name = "Christopher Jefferson";
};
chris-martin = {
email = "ch.martin@gmail.com";
github = "chris-martin";
githubId = 399718;
name = "Chris Martin";
};
chrispattison = {
email = "chpattison@gmail.com";
github = "ChrisPattison";
githubId = 641627;
name = "Chris Pattison";
};
chrispickard = {
email = "chrispickard9@gmail.com";
github = "chrispickard";
githubId = 1438690;
name = "Chris Pickard";
};
chrispwill = {
email = "chris@chrispwill.com";
github = "chrispwill";
githubId = 271099;
name = "Chris Williams";
};
chrisrosset = {
email = "chris@rosset.org.uk";
github = "chrisrosset";
githubId = 1103294;
name = "Christopher Rosset";
};
christophcharles = {
github = "christophcharles";
githubId = 23055925;
name = "Christoph Charles";
};
christopherpoole = {
email = "mail@christopherpoole.net";
github = "christopherpoole";
githubId = 2245737;
name = "Christopher Mark Poole";
};
christoph-heiss = {
email = "christoph@c8h4.io";
github = "christoph-heiss";
githubId = 7571069;
name = "Christoph Heiss";
keys = [ { fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A"; } ];
};
chrpinedo = {
github = "chrpinedo";
githubId = 2324630;
name = "Christian Pinedo";
};
chuahou = {
email = "human+github@chuahou.dev";
github = "chuahou";
githubId = 12386805;
name = "Chua Hou";
};
chuangzhu = {
name = "Chuang Zhu";
email = "nixos@chuang.cz";
github = "chuangzhu";
githubId = 31200881;
keys = [ { fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9"; } ];
};
chvp = {
email = "nixpkgs@cvpetegem.be";
matrix = "@charlotte:vanpetegem.me";
github = "chvp";
githubId = 42220376;
name = "Charlotte Van Petegem";
};
ciferkey = {
name = "Matthew Brunelle";
email = "ciferkey@gmail.com";
github = "ciferkey";
githubId = 101422;
};
cig0 = {
name = "Martín Cigorraga";
email = "cig0.github@gmail.com";
github = "cig0";
githubId = 394089;
keys = [ { fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0"; } ];
};
cigrainger = {
name = "Christopher Grainger";
email = "chris@amplified.ai";
github = "cigrainger";
githubId = 3984794;
};
ciil = {
email = "simon@lackerbauer.com";
github = "ciil";
githubId = 3956062;
name = "Simon Lackerbauer";
};
cimm = {
email = "8k9ft8m5gv@astil.be";
github = "cimm";
githubId = 68112;
name = "Simon";
};
cirno-999 = {
email = "reverene@protonmail.com";
github = "cirno-999";
githubId = 73712874;
name = "cirno-999";
};
citadelcore = {
email = "alex@arctarus.co.uk";
github = "VertexA115";
githubId = 5567402;
name = "Alex Zero";
keys = [ { fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C"; } ];
};
cizra = {
email = "todurov+nix@gmail.com";
github = "cizra";
githubId = 2131991;
name = "Elmo Todurov";
};
cjab = {
email = "chad+nixpkgs@jablonski.xyz";
github = "cjab";
githubId = 136485;
name = "Chad Jablonski";
};
cjshearer = {
email = "cjshearer@live.com";
github = "cjshearer";
githubId = 7173077;
name = "Cody Shearer";
};
ck3d = {
email = "ck3d@gmx.de";
github = "ck3d";
githubId = 25088352;
name = "Christian Kögler";
};
ckauhaus = {
email = "kc@flyingcircus.io";
github = "ckauhaus";
githubId = 1448923;
name = "Christian Kauhaus";
};
cko = {
email = "christine.koppelt@gmail.com";
github = "cko";
githubId = 68239;
name = "Christine Koppelt";
};
clacke = {
email = "claes.wallin@greatsinodevelopment.com";
github = "clacke";
githubId = 199180;
name = "Claes Wallin";
};
claes = {
email = "claes.holmerson@gmail.com";
github = "claes";
githubId = 43564;
name = "Claes Holmerson";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
claha = {
email = "hallstrom.claes@gmail.com";
github = "claha";
githubId = 9336788;
name = "Claes Hallström";
};
clebs = {
email = "borja.clemente@gmail.com";
github = "clebs";
githubId = 1059661;
name = "Borja Clemente";
keys = [ { fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD"; } ];
};
cleeyv = {
email = "cleeyv@riseup.net";
github = "cleeyv";
githubId = 71959829;
name = "Cleeyv";
};
clerie = {
email = "nix@clerie.de";
github = "clerie";
githubId = 9381848;
name = "clerie";
};
cleverca22 = {
email = "cleverca22@gmail.com";
matrix = "@cleverca22:matrix.org";
github = "cleverca22";
githubId = 848609;
name = "Michael Bishop";
};
clevor = {
email = "myclevorname@gmail.com";
github = "myclevorname";
githubId = 140354451;
name = "Samuel Connelly";
};
clkamp = {
email = "c@lkamp.de";
github = "clkamp";
githubId = 46303707;
name = "Christian Lütke-Stetzkamp";
};
clot27 = {
name = "Clot";
email = "adityayadav11082@protonmail.com";
github = "clot27";
githubId = 69784758;
matrix = "@clot27:matrix.org";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
cloudripper = {
email = "other.wing8806@fastmail.com";
github = "cloudripper";
githubId = 70971768;
name = "cloudripper";
};
clr-cera = {
email = "clrcera05@gmail.com";
github = "clr-cera";
githubId = 93736542;
name = "Clr";
};
cmacrae = {
email = "hi@cmacr.ae";
github = "cmacrae";
githubId = 3392199;
name = "Calum MacRae";
};
cmars = {
email = "nix@cmars.tech";
github = "cmars";
githubId = 23741;
name = "Casey Marshall";
keys = [ { fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973"; } ];
};
cmcdragonkai = {
email = "roger.qiu@matrix.ai";
github = "CMCDragonkai";
githubId = 640797;
name = "Roger Qiu";
};
cmfwyp = {
email = "cmfwyp@riseup.net";
github = "cmfwyp";
githubId = 20808761;
name = "cmfwyp";
};
cmm = {
email = "repo@cmm.kakpryg.net";
github = "cmm";
githubId = 718298;
name = "Michael Livshin";
};
CnTeng = {
name = "CnTeng";
email = "me@snakepi.xyz";
github = "CnTeng";
githubId = 56501688;
};
CobaltCause = {
name = "Charles Hall";
email = "charles@computer.surgery";
github = "CobaltCause";
githubId = 7003738;
matrix = "@charles:computer.surgery";
};
cobbal = {
email = "andrew.cobb@gmail.com";
github = "cobbal";
githubId = 180339;
name = "Andrew Cobb";
};
coca = {
github = "Coca162";
githubId = 62479942;
name = "Coca";
keys = [ { fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19"; } ];
};
coconnor = {
email = "coreyoconnor@gmail.com";
github = "coreyoconnor";
githubId = 34317;
name = "Corey O'Connor";
};
code-asher = {
email = "ash@coder.com";
github = "code-asher";
githubId = 45609798;
name = "Asher";
keys = [ { fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC"; } ];
};
codebam = {
name = "Sean Behan";
email = "codebam@riseup.net";
matrix = "@codebam:fedora.im";
github = "codebam";
githubId = 6035884;
keys = [ { fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA"; } ];
};
codec = {
email = "codec@fnord.cx";
github = "codec";
githubId = 118829;
name = "codec";
};
CodeLongAndProsper90 = {
github = "CodeLongAndProsper90";
githubId = 50145141;
email = "jupiter@m.rdis.dev";
name = "Scott Little";
};
codgician = {
email = "codgician@outlook.com";
github = "codgician";
githubId = 15964984;
name = "codgician";
};
codifryed = {
email = "gb@guyboldon.com";
name = "Guy Boldon";
github = "codifryed";
githubId = 27779510;
keys = [ { fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3"; } ];
};
codsl = {
email = "codsl@riseup.net";
github = "codsl";
githubId = 6402559;
name = "codsl";
};
codyopel = {
email = "codyopel@gmail.com";
github = "codyopel";
githubId = 5561189;
name = "Cody Opel";
};
coffeeispower = {
email = "tiagodinis33@proton.me";
github = "coffeeispower";
name = "Tiago Dinis";
githubId = 92828847;
};
cofob = {
name = "Egor Ternovoy";
email = "cofob@riseup.net";
matrix = "@cofob:matrix.org";
github = "cofob";
githubId = 49928332;
keys = [ { fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D"; } ];
};
Cogitri = {
email = "oss@cogitri.dev";
github = "Cogitri";
githubId = 8766773;
matrix = "@cogitri:cogitri.dev";
name = "Rasmus Thomsen";
};
cohei = {
email = "a.d.xvii.kal.mai@gmail.com";
github = "cohei";
githubId = 3477497;
name = "TANIGUCHI Kohei";
};
cohencyril = {
email = "cyril.cohen@inria.fr";
github = "CohenCyril";
githubId = 298705;
name = "Cyril Cohen";
};
colamaroro = {
name = "Corentin Rondier";
email = "github@rondier.io";
github = "colamaroro";
githubId = 12484955;
matrix = "@colamaroro:lovelyrad.io";
};
cole-h = {
name = "Cole Helbling";
email = "cole.e.helbling@outlook.com";
matrix = "@cole-h:matrix.org";
github = "cole-h";
githubId = 28582702;
keys = [ { fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C"; } ];
};
colemickens = {
email = "cole.mickens@gmail.com";
matrix = "@colemickens:matrix.org";
github = "colemickens";
githubId = 327028;
name = "Cole Mickens";
};
colescott = {
email = "colescottsf@gmail.com";
github = "colescott";
githubId = 5684605;
name = "Cole Scott";
};
colinsane = {
name = "Colin Sane";
email = "colin@uninsane.org";
matrix = "@colin:uninsane.org";
github = "uninsane";
githubId = 106709944;
};
collares = {
email = "mauricio@collares.org";
github = "collares";
githubId = 244239;
name = "Mauricio Collares";
};
coloquinte = {
email = "gabriel.gouvine_nix@m4x.org";
github = "coloquinte";
githubId = 4102525;
name = "Gabriel Gouvine";
};
commandodev = {
email = "ben@perurbis.com";
github = "commandodev";
githubId = 87764;
name = "Ben Ford";
};
CompEng0001 = {
email = "sb1501@canterbury.ac.uk";
github = "CompEng0001";
githubId = 40290417;
name = "Seb Blair";
};
CompileTime = {
email = "socialcoms@posteo.de";
github = "Compile-Time";
githubId = 18414241;
name = "Andreas Erdes";
};
computerdane = {
email = "danerieber@gmail.com";
github = "computerdane";
githubId = 6487079;
name = "Dane Rieber";
};
confus = {
email = "con-f-use@gmx.net";
github = "con-f-use";
githubId = 11145016;
name = "J.C.";
};
confusedalex = {
email = "alex@confusedalex.dev";
github = "ConfusedAlex";
githubId = 29258035;
name = "Alexander Loll";
};
congee = {
email = "changshengwu@pm.me";
matrix = "@congeec:matrix.org";
github = "Congee";
name = "Changsheng Wu";
githubId = 2083950;
};
conni2461 = {
email = "simon-hauser@outlook.com";
github = "Conni2461";
name = "Simon Hauser";
githubId = 15233006;
};
connorbaker = {
email = "connor.baker@tweag.io";
matrix = "@connorbaker:matrix.org";
github = "connorbaker";
name = "Connor Baker";
githubId = 3880346;
};
conradmearns = {
email = "conradmearns+github@pm.me";
github = "ConradMearns";
githubId = 5510514;
name = "Conrad Mearns";
};
considerate = {
email = "viktor.kronvall@gmail.com";
github = "considerate";
githubId = 217918;
name = "Viktor Kronvall";
};
contrun = {
email = "uuuuuu@protonmail.com";
github = "contrun";
githubId = 32609395;
name = "B YI";
};
copumpkin = {
email = "pumpkingod@gmail.com";
github = "copumpkin";
githubId = 2623;
name = "Dan Peebles";
};
corbanr = {
email = "corban@raunco.co";
github = "CorbanR";
githubId = 1918683;
matrix = "@corbansolo:matrix.org";
name = "Corban Raun";
keys = [
{ fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189"; }
{ fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29"; }
];
};
corbinwunderlich = {
email = "corbin@wcopy.net";
github = "CorbinWunderlich";
githubId = 140280062;
name = "Corbin Wunderlich";
};
corngood = {
email = "corngood@gmail.com";
github = "corngood";
githubId = 3077118;
name = "David McFarland";
};
coroa = {
email = "jonas@chaoflow.net";
github = "coroa";
githubId = 2552981;
name = "Jonas Hörsch";
};
costrouc = {
email = "chris.ostrouchov@gmail.com";
github = "costrouc";
githubId = 1740337;
name = "Chris Ostrouchov";
};
cottand = {
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
email = "nico@dcotta.com";
github = "cottand";
githubId = 45274424;
name = "Nico D'Cotta";
};
couchemar = {
email = "couchemar@yandex.ru";
github = "couchemar";
githubId = 1573344;
name = "Andrey Pavlov";
};
cpages = {
email = "page@ruiec.cat";
github = "cpages";
githubId = 411324;
name = "Carles Pagès";
};
cpcloud = {
name = "Phillip Cloud";
github = "cpcloud";
githubId = 417981;
};
cpu = {
email = "daniel@binaryparadox.net";
github = "cpu";
githubId = 292650;
name = "Daniel McCarney";
keys = [ { fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4"; } ];
};
Crafter = {
email = "crafter@crafter.rocks";
github = "Craftzman7";
githubId = 70068692;
name = "Crafter";
};
craigem = {
email = "craige@mcwhirter.io";
github = "craigem";
githubId = 6470493;
name = "Craige McWhirter";
};
cransom = {
email = "cransom@hubns.net";
github = "cransom";
githubId = 1957293;
name = "Casey Ransom";
};
CrazedProgrammer = {
email = "crazedprogrammer@gmail.com";
github = "CrazedProgrammer";
githubId = 12202789;
name = "CrazedProgrammer";
};
creator54 = {
email = "hi.creator54@gmail.com";
github = "Creator54";
githubId = 34543609;
name = "creator54";
};
crem = {
email = "max@alstercaminer.com";
github = "MaxCaminer";
githubId = 16345077;
name = "crem";
};
crertel = {
email = "chris@kedagital.com";
github = "crertel";
githubId = 1707779;
name = "Chris Ertel";
};
crinklywrappr = {
email = "crinklywrappr@pm.me";
name = "Daniel Fitzpatrick";
github = "crinklywrappr";
githubId = 56522;
};
cript0nauta = {
email = "shareman1204@gmail.com";
github = "cript0nauta";
githubId = 1222362;
name = "Matías Lang";
};
criyle = {
email = "i+nixos@goj.ac";
name = "Yang Gao";
githubId = 6821729;
github = "criyle";
};
croissong = {
email = "jan.moeller0@pm.me";
name = "Jan Möller";
github = "Croissong";
githubId = 4162215;
keys = [ { fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F"; } ];
};
crschnick = {
email = "crschnick@xpipe.io";
name = "Christopher Schnick";
github = "crschnick";
githubId = 72509152;
};
CRTified = {
email = "carl.schneider+nixos@rub.de";
matrix = "@schnecfk:ruhr-uni-bochum.de";
github = "CRTified";
githubId = 2440581;
name = "Carl Richard Theodor Schneider";
keys = [ { fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788"; } ];
};
Cryolitia = {
name = "Cryolitia PukNgae";
email = "Cryolitia@gmail.com";
github = "Cryolitia";
githubId = 23723294;
keys = [ { fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7"; } ];
};
cryptix = {
email = "cryptix@riseup.net";
github = "cryptix";
githubId = 111202;
name = "Henry Bubert";
};
cryptoluks = {
github = "cryptoluks";
githubId = 9020527;
name = "cryptoluks";
};
CrystalGamma = {
email = "nixos@crystalgamma.de";
github = "CrystalGamma";
githubId = 6297001;
name = "Jona Stubbe";
};
csingley = {
email = "csingley@gmail.com";
github = "csingley";
githubId = 398996;
name = "Christopher Singley";
};
cswank = {
email = "craigswank@gmail.com";
github = "cswank";
githubId = 490965;
name = "Craig Swank";
};
ctron = {
email = "ctron@dentrassi.de";
github = "ctron";
githubId = 202474;
name = "Jens Reimann";
};
cust0dian = {
email = "serg@effectful.software";
github = "cust0dian";
githubId = 119854490;
name = "Serg Nesterov";
keys = [ { fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C"; } ];
};
cwoac = {
email = "oliver@codersoffortune.net";
github = "cwoac";
githubId = 1382175;
name = "Oliver Matthews";
};
cwyc = {
email = "hello@cwyc.page";
github = "cwyc";
githubId = 16950437;
name = "cwyc";
};
cybershadow = {
name = "Vladimir Panteleev";
email = "nixpkgs@cy.md";
matrix = "@cybershadow:cy.md";
github = "CyberShadow";
githubId = 160894;
keys = [ { fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D"; } ];
};
cyewashish = {
name = "Cyewashish";
email = "wawashish@cyekaivy.dev";
github = "cyewashish";
githubId = 180875322;
};
cynerd = {
name = "Karel Kočí";
email = "cynerd@email.cz";
github = "Cynerd";
githubId = 3811900;
keys = [ { fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B"; } ];
};
cyntheticfox = {
email = "cyntheticfox@gh0st.sh";
github = "cyntheticfox";
githubId = 17628961;
keys = [ { fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821"; } ];
matrix = "@houstdav000:gh0st.ems.host";
name = "Cynthia Fox";
};
cyounkins = {
name = "Craig Younkins";
email = "cyounkins@gmail.com";
github = "cyounkins";
githubId = 346185;
};
cypherpunk2140 = {
email = "stefan.mihaila@pm.me";
github = "stefan-mihaila";
githubId = 2217136;
name = "Ștefan D. Mihăilă";
keys = [
{ fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB"; }
{ fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52"; }
];
};
cyplo = {
email = "nixos@cyplo.dev";
matrix = "@cyplo:cyplo.dev";
github = "cyplo";
githubId = 217899;
name = "Cyryl Płotnicki";
};
d3vil0p3r = {
name = "Antonio Voza";
email = "vozaanthony@gmail.com";
github = "D3vil0p3r";
githubId = 83867734;
};
d4ilyrun = {
name = "Léo Duboin";
email = "leo@duboin.com";
github = "d4ilyrun";
githubId = 34611103;
};
d4rkstar = {
name = "Bruno Salzano";
email = "d4rkstar@gmail.com";
github = "d4rkstar";
githubId = 4957015;
};
dadada = {
name = "dadada";
email = "dadada@dadada.li";
github = "dadada";
githubId = 7216772;
keys = [ { fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA"; } ];
};
dalance = {
email = "dalance@gmail.com";
github = "dalance";
githubId = 4331004;
name = "Naoya Hatta";
};
dalpd = {
email = "denizalpd@ogr.iu.edu.tr";
github = "dalpd";
githubId = 16895361;
name = "Deniz Alp Durmaz";
};
DAlperin = {
email = "git@dov.dev";
github = "DAlperin";
githubId = 16063713;
name = "Dov Alperin";
keys = [ { fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61"; } ];
};
DamienCassou = {
email = "damien@cassou.me";
github = "DamienCassou";
githubId = 217543;
name = "Damien Cassou";
};
dan4ik605743 = {
email = "6057430gu@gmail.com";
github = "dan4ik605743";
githubId = 86075850;
name = "Danil Danevich";
};
danbst = {
email = "abcz2.uprola@gmail.com";
github = "danbst";
githubId = 743057;
name = "Danylo Hlynskyi";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
danbulant = {
name = "Daniel Bulant";
email = "danbulant@gmail.com";
github = "danbulant";
githubId = 30036876;
};
danc86 = {
name = "Dan Callaghan";
email = "djc@djc.id.au";
github = "danc86";
githubId = 398575;
keys = [ { fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A"; } ];
};
dancek = {
email = "hannu.hartikainen@gmail.com";
github = "dancek";
githubId = 245394;
name = "Hannu Hartikainen";
};
dandellion = {
email = "daniel@dodsorf.as";
matrix = "@dandellion:dodsorf.as";
github = "dali99";
githubId = 990767;
name = "Daniel Olsen";
};
daneads = {
email = "me@daneads.com";
github = "daneads";
githubId = 24708079;
name = "Dan Eads";
};
danid3v = {
email = "sch220233@spengergasse.at";
github = "DaniD3v";
githubId = 124387056;
name = "DaniD3v";
};
danielalvsaaker = {
email = "daniel.alvsaaker@proton.me";
github = "danielalvsaaker";
githubId = 30574112;
name = "Daniel Alvsåker";
};
danielbarter = {
email = "danielbarter@gmail.com";
github = "danielbarter";
githubId = 8081722;
name = "Daniel Barter";
};
danielbritten = {
email = "nixpkgs@danielb.space";
github = "Coda-Coda";
githubId = 5212453;
name = "Daniel Britten";
};
danieldk = {
email = "me@danieldk.eu";
github = "danieldk";
githubId = 49398;
name = "Daniël de Kok";
};
daniel-fahey = {
name = "Daniel Fahey";
email = "daniel.fahey+nixpkgs@pm.me";
github = "daniel-fahey";
githubId = 7294692;
};
danielfullmer = {
email = "danielrf12@gmail.com";
github = "danielfullmer";
githubId = 1298344;
name = "Daniel Fullmer";
};
danielrolls = {
email = "daniel.rolls.27@googlemail.com";
github = "danielrolls";
githubId = 50051176;
name = "Daniel Rolls";
};
danielsidhion = {
email = "nixpkgs@sidhion.com";
github = "DanielSidhion";
githubId = 160084;
name = "Daniel Sidhion";
};
daniyalsuri6 = {
email = "daniyal.suri@gmail.com";
github = "daniyalsuri6";
githubId = 107034852;
name = "Daniyal Suri";
};
dannixon = {
email = "dan@dan-nixon.com";
github = "DanNixon";
githubId = 4037377;
name = "Dan Nixon";
matrix = "@dannixon:matrix.org";
};
dansbandit = {
github = "dansbandit";
githubId = 4530687;
name = "dansbandit";
};
danth = {
name = "Daniel Thwaites";
email = "danthwaites30@btinternet.com";
matrix = "@danth:danth.me";
github = "danth";
githubId = 28959268;
keys = [ { fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D"; } ];
};
dan-theriault = {
email = "nix@theriault.codes";
github = "Dan-Theriault";
githubId = 13945563;
matrix = "@dan:matrix.org";
name = "Daniel Theriault";
};
dariof4 = {
name = "dariof4";
email = "dazedtank@gmail.com";
github = "dariof4";
githubId = 9992814;
};
darkonion0 = {
name = "Alexandre Peruggia";
email = "darkgenius1@protonmail.com";
matrix = "@alexoo:matrix.org";
github = "DarkOnion0";
githubId = 68606322;
};
daru-san = {
name = "Daru";
email = "zadarumaka@proton.me";
github = "Daru-san";
githubId = 135046711;
};
das-g = {
email = "nixpkgs@raphael.dasgupta.ch";
github = "das-g";
githubId = 97746;
name = "Raphael Das Gupta";
};
dasisdormax = {
email = "dasisdormax@mailbox.org";
github = "dasisdormax";
githubId = 3714905;
keys = [ { fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44"; } ];
name = "Maximilian Wende";
};
das_j = {
email = "janne@hess.ooo";
matrix = "@janne.hess:helsinki-systems.de";
github = "dasJ";
githubId = 4971975;
name = "Janne Heß";
};
dasj19 = {
email = "daniel@serbanescu.dk";
github = "dasj19";
githubId = 7589338;
name = "Daniel Șerbănescu";
};
datafoo = {
github = "datafoo";
githubId = 34766150;
name = "datafoo";
};
DataHearth = {
email = "dev@antoine-langlois.net";
github = "DataHearth";
githubId = 28595242;
name = "DataHearth";
keys = [
{ fingerprint = "A129 2547 0298 BFEE 7EE0 92B3 946E 2D0C 410C 7B3D"; }
{ fingerprint = "FFC4 92C1 5320 B05D 0F8D 7D58 ABF6 737C 6339 6D35"; }
];
};
davegallant = {
name = "Dave Gallant";
email = "davegallant@gmail.com";
github = "davegallant";
githubId = 4519234;
};
davhau = {
email = "d.hauer.it@gmail.com";
name = "David Hauer";
github = "DavHau";
githubId = 42246742;
};
david50407 = {
email = "me@davy.tw";
github = "david50407";
githubId = 841969;
name = "David Kuo";
};
davidak = {
email = "post@davidak.de";
matrix = "@davidak:matrix.org";
github = "davidak";
githubId = 91113;
name = "David Kleuker";
};
davidarmstronglewis = {
email = "davidlewis@mac.com";
github = "oceanlewis";
githubId = 6754950;
name = "Ocean Armstrong Lewis";
};
davidcromp = {
email = "davidcrompton1192@gmail.com";
github = "CyborgPotato";
githubId = 10701143;
name = "David Crompton";
};
david-hamelin = {
email = "david.hamelin@outlook.fr";
github = "HamelinDavid";
githubId = 118536343;
name = "David Hamelin";
};
david-r-cox = {
email = "david@integrated-reasoning.com";
github = "david-r-cox";
githubId = 4259949;
name = "David Cox";
keys = [ { fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634"; } ];
};
davidrusu = {
email = "davidrusu.me@gmail.com";
github = "davidrusu";
githubId = 1832378;
name = "David Rusu";
};
david-sawatzke = {
email = "d-nix@sawatzke.dev";
github = "david-sawatzke";
githubId = 11035569;
name = "David Sawatzke";
};
davidtwco = {
email = "david@davidtw.co";
github = "davidtwco";
githubId = 1295100;
name = "David Wood";
keys = [ { fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154"; } ];
};
davisrichard437 = {
email = "davisrichard437@gmail.com";
github = "davisrichard437";
githubId = 85075437;
name = "Richard Davis";
};
davorb = {
email = "davor@davor.se";
github = "davorb";
githubId = 798427;
name = "Davor Babic";
};
davsanchez = {
email = "davidslt+nixpkgs@pm.me";
github = "DavSanchez";
githubId = 11422515;
name = "David Sánchez";
};
dav-wolff = {
email = "dav-wolff@outlook.com";
github = "dav-wolff";
githubId = 130931508;
name = "David Wolff";
};
dawidd6 = {
email = "dawidd0811@gmail.com";
github = "dawidd6";
githubId = 9713907;
name = "Dawid Dziurla";
};
dawidsowa = {
email = "dawid_sowa@posteo.net";
github = "dawidsowa";
githubId = 49904992;
name = "Dawid Sowa";
};
dawoox = {
email = "contact@antoinebellanger.fr";
github = "dawoox";
githubId = 48325941;
name = "Dawoox";
};
daylinmorgan = {
email = "daylinmorgan@gmail.com";
github = "daylinmorgan";
githubId = 47667941;
name = "Daylin Morgan";
};
dbalan = {
email = "nix@dbalan.in";
github = "dbalan";
githubId = 223910;
name = "Dhananjay Balan";
};
dbeckwith = {
email = "djbsnx@gmail.com";
github = "dbeckwith";
githubId = 1279939;
name = "Daniel Beckwith";
};
dbirks = {
email = "david@birks.dev";
github = "dbirks";
githubId = 7545665;
name = "David Birks";
keys = [ { fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36"; } ];
};
dblsaiko = {
email = "me@dblsaiko.net";
github = "2xsaiko";
githubId = 3987560;
name = "Marco Rebhan";
};
dbohdan = {
email = "dbohdan@dbohdan.com";
github = "dbohdan";
githubId = 3179832;
name = "D. Bohdan";
};
d-brasher = {
github = "d-brasher";
githubId = 175485311;
name = "D. Brasher";
};
dbrgn = {
email = "nix@dbrgn.ch";
github = "dbrgn";
githubId = 105168;
name = "Danilo B.";
keys = [ { fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1"; } ];
};
dbrock = {
email = "daniel@brockman.se";
github = "dbrock";
githubId = 14032;
name = "Daniel Brockman";
};
DCsunset = {
email = "DCsunset@protonmail.com";
github = "DCsunset";
githubId = 23468812;
name = "DCsunset";
};
ddelabru = {
email = "ddelabru@redhat.com";
github = "ddelabru";
githubId = 39909293;
name = "Dominic Delabruere";
};
dduan = {
email = "daniel@duan.ca";
github = "dduan";
githubId = 75067;
name = "Daniel Duan";
};
de11n = {
email = "nixpkgs-commits@deshaw.com";
github = "de11n";
githubId = 130508846;
name = "Elliot Cameron";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
deadbaed = {
name = "Philippe Loctaux";
github = "deadbaed";
githubId = 8809909;
};
dearrude = {
name = "Ebrahim Nejati";
email = "dearrude@tfwno.gf";
github = "DearRude";
githubId = 30749142;
keys = [ { fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000"; } ];
};
declan = {
name = "Declan Rixon";
email = "declan.fraser.rixon@gmail.com";
github = "DeclanRixon";
githubId = 57464835;
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
deeengan = {
github = "deeengan";
githubId = 87693324;
name = "Dee Engan";
keys = [ { fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D"; } ];
};
deejayem = {
email = "nixpkgs.bu5hq@simplelogin.com";
github = "deejayem";
githubId = 2564003;
name = "David Morgan";
keys = [ { fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2"; } ];
};
deekahy = {
email = "Lennart.Diego.Kahn@gmail.com";
github = "deekahy";
githubId = 97156953;
name = "Lennart Diego Kahn";
};
deemp = {
email = "deempleton@gmail.com";
github = "deemp";
githubId = 48378098;
name = "Danila Danko";
};
deepfire = {
email = "_deepfire@feelingofgreen.ru";
github = "deepfire";
githubId = 452652;
name = "Kosyrev Serge";
};
DeeUnderscore = {
email = "d.anzorge@gmail.com";
github = "DeeUnderscore";
githubId = 156239;
name = "D Anzorge";
};
defelo = {
name = "Defelo";
matrix = "@defelo:matrix.defelo.de";
github = "Defelo";
githubId = 41747605;
keys = [ { fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64"; } ];
};
definfo = {
name = "Adrien SUN";
email = "hjsdbb1@gmail.com";
github = "definfo";
githubId = 66514911;
};
deftdawg = {
name = "DeftDawg";
github = "deftdawg";
email = "deftdawg@gmail.com";
githubId = 4991612;
};
deifactor = {
name = "Ash Zahlen";
email = "ext0l@riseup.net";
github = "deifactor";
githubId = 30192992;
};
deinferno = {
name = "deinferno";
github = "deinferno";
githubId = 14363193;
};
delehef = {
name = "Franklin Delehelle";
email = "nix@odena.eu";
github = "delehef";
githubId = 1153808;
};
deliciouslytyped = {
github = "deliciouslytyped";
githubId = 47436522;
name = "deliciouslytyped";
};
delliott = {
name = "Darragh Elliott";
github = "delliottxyz";
githubId = 150736012;
email = "me+git@delliott.xyz";
};
delta = {
email = "d4delta@outlook.fr";
github = "D4Delta";
githubId = 12224254;
name = "Delta";
};
delta231 = {
email = "swstkbaranwal@gmail.com";
github = "Delta456";
githubId = 28479139;
name = "Swastik Baranwal";
};
deltadelta = {
email = "contact@libellules.eu";
name = "Dara Ly";
github = "tournemire";
githubId = 20159432;
};
deltaevo = {
email = "deltaduartedavid@gmail.com";
github = "DeltaEvo";
githubId = 8864716;
name = "Duarte David";
};
demin-dmitriy = {
email = "demindf@gmail.com";
github = "demin-dmitriy";
githubId = 5503422;
name = "Dmitriy Demin";
};
demine = {
email = "riches_tweaks0o@icloud.com";
github = "demine0";
githubId = 51992962;
name = "Nikita Demin";
};
demize = {
email = "johannes@kyriasis.com";
github = "kyrias";
githubId = 2285387;
name = "Johannes Löthberg";
};
demyanrogozhin = {
email = "demyan.rogozhin@gmail.com";
github = "demyanrogozhin";
githubId = 62989;
name = "Demyan Rogozhin";
};
denperidge = {
email = "contact@denperidge.com";
github = "denperidge";
githubId = 27348469;
name = "Cat";
};
derchris = {
email = "derchris@me.com";
github = "derchrisuk";
githubId = 706758;
name = "Christian Gerbrandt";
};
derdennisop = {
email = "dennish@wuitz.de";
github = "derdennisop";
githubId = 52411861;
name = "Dennis";
};
derekcollison = {
email = "derek@nats.io";
github = "derekcollison";
githubId = 90097;
name = "Derek Collison";
};
DerGuteMoritz = {
email = "moritz@twoticketsplease.de";
github = "DerGuteMoritz";
githubId = 19733;
name = "Moritz Heidkamp";
};
DerickEddington = {
email = "derick.eddington@pm.me";
github = "DerickEddington";
githubId = 4731128;
name = "Derick Eddington";
};
dermetfan = {
email = "serverkorken@gmail.com";
github = "dermetfan";
githubId = 4956158;
name = "Robin Stumm";
};
DerRockWolf = {
email = "git@rockwolf.eu";
github = "DerRockWolf";
githubId = 50499906;
name = "DerRockWolf";
};
DerTim1 = {
email = "tim.digel@active-group.de";
github = "DerTim1";
githubId = 21953890;
name = "Tim Digel";
};
desiderius = {
email = "didier@devroye.name";
github = "desiderius";
githubId = 1311761;
name = "Didier J. Devroye";
};
desttinghim = {
email = "opensource@louispearson.work";
matrix = "@desttinghim:matrix.org";
github = "desttinghim";
githubId = 10042482;
name = "Louis Pearson";
};
detegr = {
name = "Antti Keränen";
email = "detegr@rbx.email";
github = "Detegr";
githubId = 724433;
};
detroyejr = {
name = "Jonathan De Troye";
email = "detroyejr@outlook.com";
github = "detroyejr";
githubId = 12815411;
};
Dettorer = {
name = "Paul Hervot";
email = "paul.hervot@dettorer.net";
matrix = "@dettorer:matrix.org";
github = "Dettorer";
githubId = 2761682;
};
developer-guy = {
name = "Batuhan Apaydın";
email = "developerguyn@gmail.com";
github = "developer-guy";
githubId = 16693043;
};
devhell = {
email = ''"^"@regexmail.net'';
github = "devhell";
githubId = 896182;
name = "devhell";
};
devins2518 = {
email = "drsingh2518@icloud.com";
github = "devins2518";
githubId = 17111639;
name = "Devin Singh";
};
devpikachu = {
email = "andrei.hava@proton.me";
matrix = "@andrei:matrix.detpikachu.dev";
github = "devpikachu";
githubId = 30475873;
name = "Andrei Hava";
};
devplayer0 = {
email = "dev@nul.ie";
github = "devplayer0";
githubId = 1427254;
name = "Jack O'Sullivan";
};
devusb = {
email = "mhelton@devusb.us";
github = "devusb";
githubId = 4951663;
name = "Morgan Helton";
};
dezgeg = {
email = "tuomas.tynkkynen@iki.fi";
github = "dezgeg";
githubId = 579369;
name = "Tuomas Tynkkynen";
};
dezren39 = {
email = "drewrypope@gmail.com";
github = "dezren39";
githubId = 11225574;
name = "Drewry Pope";
};
dfithian = {
email = "daniel.m.fithian@gmail.com";
name = "Daniel Fithian";
github = "dfithian";
githubId = 8409320;
};
dflores = {
email = "dflores.country455@passinbox.com";
name = "David Flores";
github = "dflores1";
githubId = 8538265;
};
dfordivam = {
email = "dfordivam+nixpkgs@gmail.com";
github = "dfordivam";
githubId = 681060;
name = "Divam";
};
dfoxfranke = {
email = "dfoxfranke@gmail.com";
github = "dfoxfranke";
githubId = 4708206;
name = "Daniel Fox Franke";
};
dghubble = {
email = "dghubble@gmail.com";
github = "dghubble";
githubId = 2253428;
name = "Dalton Hubble";
};
dgliwka = {
email = "dawid.gliwka@gmail.com";
github = "dgliwka";
githubId = 33262214;
name = "Dawid Gliwka";
};
d-goldin = {
email = "dgoldin+github@protonmail.ch";
github = "d-goldin";
githubId = 43349662;
name = "Dima";
keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ];
};
dgollings = {
email = "daniel.gollings+nixpkgs@gmail.com";
github = "dgollings";
githubId = 2032823;
name = "Daniel Gollings";
};
dgonyeo = {
email = "derek@gonyeo.com";
github = "dgonyeo";
githubId = 2439413;
name = "Derek Gonyeo";
};
dguenther = {
email = "dguenther9@gmail.com";
github = "dguenther";
githubId = 767083;
name = "Derek Guenther";
};
dhkl = {
email = "david@davidslab.com";
github = "dhl";
githubId = 265220;
name = "David Leung";
};
diadatp = {
email = "nixpkgs@diadatp.com";
github = "diadatp";
githubId = 4490283;
name = "diadatp";
};
diamond-deluxe = {
email = "carbon_lattice@proton.me";
github = "diamond-deluxe";
githubId = 112557036;
name = "Diamond";
};
DianaOlympos = {
github = "DianaOlympos";
githubId = 15774340;
name = "Thomas Depierre";
};
diegolelis = {
email = "diego.o.lelis@gmail.com";
github = "DiegoLelis";
githubId = 8404455;
name = "Diego Lelis";
};
diegs = {
email = "dpontor@gmail.com";
github = "diegs";
githubId = 74719;
name = "Diego Pontoriero";
};
DieracDelta = {
email = "justin@restivo.me";
github = "DieracDelta";
githubId = 13730968;
name = "Justin Restivo";
};
dietmarw = {
name = "Dietmar Winkler";
email = "dietmar.winkler@dwe.no";
github = "dietmarw";
githubId = 9332;
};
diffumist = {
email = "git@diffumist.me";
github = "Diffumist";
githubId = 32810399;
name = "Diffumist";
};
DimitarNestorov = {
name = "Dimitar Nestorov";
github = "DimitarNestorov";
githubId = 8790386;
};
diniamo = {
name = "diniamo";
email = "diniamo53@gmail.com";
github = "diniamo";
githubId = 55629891;
};
diogomdp = {
email = "me@diogodp.dev";
github = "diogomdp";
githubId = 52360869;
name = "Diogo";
};
diogotcorreia = {
name = "Diogo Correia";
email = "me@diogotc.com";
matrix = "@dtc:diogotc.com";
github = "diogotcorreia";
githubId = 7467891;
keys = [ { fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77"; } ];
};
diogox = {
name = "Diogo Xavier";
github = "diogox";
githubId = 13244408;
};
dipinhora = {
email = "dipinhora+github@gmail.com";
github = "dipinhora";
githubId = 11946442;
name = "Dipin Hora";
};
dirkx = {
email = "dirkx@webweaving.org";
github = "dirkx";
githubId = 392583;
name = "Dirk-Willem van Gulik";
};
disassembler = {
email = "disasm@gmail.com";
github = "disassembler";
githubId = 651205;
name = "Samuel Leathers";
};
disserman = {
email = "disserman@gmail.com";
github = "divi255";
githubId = 40633781;
name = "Sergei S.";
};
dit7ya = {
email = "7rat13@gmail.com";
github = "dit7ya";
githubId = 14034137;
name = "Mostly Void";
};
ditsuke = {
name = "Tushar";
email = "hello@ditsuke.com";
github = "ditsuke";
githubId = 72784348;
keys = [ { fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21"; } ];
};
dixslyf = {
name = "Dixon Sean Low Yan Feng";
email = "dixonseanlow@protonmail.com";
github = "dixslyf";
githubId = 56017218;
keys = [ { fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; } ];
};
Djabx = {
email = "alexandre@badez.eu";
github = "Djabx";
githubId = 69534;
name = "Alexandre Badez";
};
djacu = {
email = "daniel.n.baker@gmail.com";
github = "djacu";
githubId = 7043297;
name = "Daniel Baker";
};
djanatyn = {
email = "djanatyn@gmail.com";
github = "djanatyn";
githubId = 523628;
name = "Jonathan Strickland";
};
Dje4321 = {
email = "dje4321@gmail.com";
github = "dje4321";
githubId = 10913120;
name = "Dje4321";
};
djwf = {
email = "dave@weller-fahy.com";
github = "djwf";
githubId = 73162;
name = "David J. Weller-Fahy";
};
dkabot = {
email = "dkabot@dkabot.com";
github = "dkabot";
githubId = 1316469;
name = "Naomi Morse";
};
dlesl = {
email = "dlesl@dlesl.com";
github = "dlesl";
githubId = 28980797;
name = "David Leslie";
};
dlip = {
email = "dane@lipscombe.com.au";
github = "dlip";
githubId = 283316;
name = "Dane Lipscombe";
};
dmadisetti = {
email = "nix@madisetti.me";
github = "dmadisetti";
githubId = 2689338;
name = "Dylan Madisetti";
};
dmalikov = {
email = "malikov.d.y@gmail.com";
github = "dmalikov";
githubId = 997543;
name = "Dmitry Malikov";
};
DMills27 = {
github = "DMills27";
githubId = 5251658;
name = "Dominic Mills";
};
DmitryTsygankov = {
email = "dmitry.tsygankov@gmail.com";
github = "DmitryTsygankov";
githubId = 425354;
name = "Dmitry Tsygankov";
};
dmjio = {
email = "djohnson.m@gmail.com";
github = "dmjio";
githubId = 875324;
name = "David Johnson";
};
dmrauh = {
email = "dmrauh@posteo.de";
github = "dmrauh";
githubId = 37698547;
name = "Dominik Michael Rauh";
};
dmvianna = {
email = "dmlvianna@gmail.com";
github = "dmvianna";
githubId = 1708810;
name = "Daniel Vianna";
};
dmytrokyrychuk = {
email = "dmytro@kyrych.uk";
github = "dmytrokyrychuk";
githubId = 699961;
name = "Dmytro Kyrychuk";
};
dnr = {
email = "dnr@dnr.im";
github = "dnr";
githubId = 466723;
name = "David Reiss";
};
dochang = {
email = "dochang@gmail.com";
github = "dochang";
githubId = 129093;
name = "Desmond O. Chang";
};
domenkozar = {
email = "domen@dev.si";
github = "domenkozar";
githubId = 126339;
name = "Domen Kozar";
};
DomesticMoth = {
name = "Andrew";
email = "silkmoth@protonmail.com";
github = "asciimoth";
githubId = 91414737;
keys = [ { fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; } ];
};
dominikh = {
email = "dominik@honnef.co";
github = "dominikh";
githubId = 39825;
name = "Dominik Honnef";
};
donovanglover = {
github = "donovanglover";
githubId = 2374245;
name = "Donovan Glover";
keys = [ { fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D"; } ];
};
donteatoreo = {
name = "DontEatOreo";
github = "DontEatOreo";
githubId = 57304299;
keys = [ { fingerprint = "33CD 5C0A 673C C54D 661E 5E4C 0DB5 361B EEE5 30AB"; } ];
};
doriath = {
email = "tomasz.zurkowski@gmail.com";
github = "doriath";
githubId = 150959;
name = "Tomasz Zurkowski";
};
doronbehar = {
email = "me@doronbehar.com";
github = "doronbehar";
githubId = 10998835;
name = "Doron Behar";
};
dotemup = {
email = "dotemup.designs+nixpkgs@gmail.com";
github = "dotemup";
githubId = 11077277;
name = "Dote";
};
dotlambda = {
email = "rschuetz17@gmail.com";
matrix = "@robert:funklause.de";
github = "dotlambda";
githubId = 6806011;
name = "Robert Schütz";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
dotmobo = {
email = "morgan.bohn@gmail.com";
github = "dotmobo";
githubId = 1997638;
name = ".mobo";
};
dottedmag = {
email = "dottedmag@dottedmag.net";
github = "dottedmag";
githubId = 16120;
name = "Misha Gusarov";
keys = [ { fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888"; } ];
};
dottybot = {
name = "Scala Organization (dottybot)";
email = "dottybot@groupes.epfl.ch";
github = "dottybot";
githubId = 12519979;
};
dpaetzel = {
email = "david.paetzel@posteo.de";
github = "dpaetzel";
githubId = 974130;
name = "David Pätzel";
};
dpausp = {
email = "dpausp@posteo.de";
github = "dpausp";
githubId = 1965950;
name = "Tobias Stenzel";
keys = [ { fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16"; } ];
};
dpc = {
email = "dpc@dpc.pw";
github = "dpc";
githubId = 9209;
matrix = "@dpc:matrix.org";
name = "Dawid Ciężarkiewicz";
keys = [ { fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38"; } ];
};
DPDmancul = {
name = "Davide Peressoni";
email = "davide.peressoni@tuta.io";
matrix = "@dpd-:matrix.org";
github = "DPDmancul";
githubId = 3186857;
};
dpercy = {
email = "dpercy@dpercy.dev";
github = "dpercy";
githubId = 349909;
name = "David Percy";
};
dpflug = {
email = "david@pflug.email";
github = "dpflug";
githubId = 108501;
name = "David Pflug";
};
dr460nf1r3 = {
email = "root@dr460nf1r3.org";
github = "dr460nf1r3";
githubId = 12834713;
name = "Nico Jensch";
keys = [ { fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757"; } ];
};
dragonginger = {
email = "dragonginger10@gmail.com";
github = "dragonginger10";
githubId = 20759788;
name = "JP Lippold";
};
dramaturg = {
email = "seb@ds.ag";
github = "dramaturg";
githubId = 472846;
name = "Sebastian Krohn";
};
drawbu = {
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
email = "clement2104.boillot@gmail.com";
github = "drawbu";
githubId = 69208565;
name = "Clément Boillot";
};
drets = {
email = "dmitryrets@gmail.com";
github = "drets";
githubId = 6199462;
name = "Dmytro Rets";
};
dretyuiop = {
email = "chewch03@gmail.com";
github = "dretyuiop";
githubId = 81854406;
name = "Chew Cheng Hong";
};
drewrisinger = {
email = "drisinger+nixpkgs@gmail.com";
github = "drewrisinger";
githubId = 10198051;
name = "Drew Risinger";
};
dritter = {
email = "dritter03@googlemail.com";
github = "dritter";
githubId = 1544760;
name = "Dominik Ritter";
};
drperceptron = {
github = "drperceptron";
githubId = 92106371;
name = "Dr Perceptron";
keys = [ { fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0"; } ];
};
DrSensor = {
name = "Fahmi Akbar Wildana";
email = "sensorfied@gmail.com";
matrix = "@drsensor:matrix.org";
github = "DrSensor";
githubId = 4953069;
};
drupol = {
name = "Pol Dellaiera";
email = "pol.dellaiera@protonmail.com";
matrix = "@drupol:matrix.org";
github = "drupol";
githubId = 252042;
keys = [ { fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715"; } ];
};
DrymarchonShaun = {
name = "Shaun";
email = "drymarchonshaun@protonmail.com";
github = "DrymarchonShaun";
githubId = 40149778;
};
dsalaza4 = {
email = "podany270895@gmail.com";
github = "dsalaza4";
githubId = 11205987;
name = "Daniel Salazar";
};
dschrempf = {
name = "Dominik Schrempf";
email = "dominik.schrempf@gmail.com";
github = "dschrempf";
githubId = 5596239;
keys = [ { fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29"; } ];
};
dseelp = {
name = "dsee";
github = "DSeeLP";
githubId = 46624152;
};
dsferruzza = {
email = "david.sferruzza@gmail.com";
github = "dsferruzza";
githubId = 1931963;
name = "David Sferruzza";
};
dsluijk = {
name = "Dany Sluijk";
email = "nix@dany.dev";
github = "dsluijk";
githubId = 8537327;
};
dstengele = {
name = "Dennis Stengele";
email = "dennis@stengele.me";
matrix = "@dstengele:pango.place";
github = "dstengele";
githubId = 1706418;
};
dsuetin = {
name = "Danil Suetin";
email = "suetin085+nixpkgs@protonmail.com";
matrix = "@dani0854:matrix.org";
github = "dani0854";
githubId = 32674935;
keys = [ { fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600"; } ];
};
dsymbol = {
name = "dsymbol";
github = "dsymbol";
githubId = 88138099;
};
dtzWill = {
email = "w@wdtz.org";
github = "dtzWill";
githubId = 817330;
name = "Will Dietz";
keys = [ { fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8"; } ];
};
dudymas = {
email = "jeremy.white@cloudposse.com";
github = "dudymas";
githubId = 928448;
name = "Jeremy White";
};
dukc = {
email = "ajieskola@gmail.com";
github = "dukc";
githubId = 24233408;
name = "Ate Eskola";
};
dump_stack = {
email = "root@dumpstack.io";
github = "jollheef";
githubId = 1749762;
name = "Mikhail Klementev";
keys = [
{ fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB"; }
{ fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A"; }
];
};
dunxen = {
email = "git@dunxen.dev";
matrix = "@dunxen:x0f.org";
github = "dunxen";
githubId = 3072149;
name = "Duncan Dean";
keys = [ { fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE"; } ];
};
dvaerum = {
email = "nixpkgs-maintainer@varum.dk";
github = "dvaerum";
githubId = 6872940;
name = "Dennis Værum";
};
dvcorreia = {
email = "dv_correia@hotmail.com";
name = "Diogo Correia";
github = "dvcorreia";
githubId = 20357938;
};
dvn0 = {
email = "git@dvn.me";
github = "dvn0";
githubId = 10859387;
name = "Devan Carpenter";
};
dwarfmaster = {
email = "nixpkgs@dwarfmaster.net";
github = "dwarfmaster";
githubId = 2025623;
name = "Luc Chabassier";
};
dxf = {
email = "dingxiangfei2009@gmail.com";
github = "dingxiangfei2009";
githubId = 6884440;
name = "Ding Xiang Fei";
};
d-xo = {
email = "hi@d-xo.org";
github = "d-xo";
githubId = 6689924;
name = "David Terry";
};
dxwil = {
email = "dovydas@kersys.lt";
github = "dxwil";
githubId = 90563298;
name = "Dovydas Kersys";
};
dylan-gonzalez = {
email = "dylcg10@gmail.com";
github = "dylan-gonzalez";
githubId = 45161987;
name = "Dylan Gonzalez";
};
dylanmtaylor = {
email = "dylan@dylanmtaylor.com";
github = "dylanmtaylor";
githubId = 277927;
name = "Dylan Taylor";
};
dysinger = {
email = "tim@dysinger.net";
github = "dysinger";
githubId = 447;
name = "Tim Dysinger";
};
dywedir = {
email = "dywedir@gra.red";
matrix = "@dywedir:matrix.org";
github = "dywedir";
githubId = 399312;
name = "Vladyslav M.";
};
dzabraev = {
email = "dzabraew@gmail.com";
github = "dzabraev";
githubId = 15128988;
name = "Maksim Dzabraev";
};
e1mo = {
email = "nixpkgs@e1mo.de";
matrix = "@e1mo:chaos.jetzt";
github = "e1mo";
githubId = 61651268;
name = "Nina Fromm";
keys = [ { fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA"; } ];
};
eadwu = {
email = "edmund.wu@protonmail.com";
github = "eadwu";
githubId = 22758444;
name = "Edmund Wu";
};
ealasu = {
email = "emanuel.alasu@gmail.com";
github = "ealasu";
githubId = 1362096;
name = "Emanuel Alasu";
};
eamsden = {
email = "edward@blackriversoft.com";
github = "eamsden";
githubId = 54573;
name = "Edward Amsden";
};
earldouglas = {
email = "james@earldouglas.com";
github = "earldouglas";
githubId = 424946;
name = "James Earl Douglas";
};
EBADBEEF = {
name = "EBADBEEF";
email = "errno@ebadf.com";
github = "EBADBEEF";
githubId = 4167946;
};
ebbertd = {
email = "daniel@ebbert.nrw";
github = "ebbertd";
githubId = 20522234;
name = "Daniel Ebbert";
keys = [ { fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7"; } ];
};
ebzzry = {
email = "ebzzry@ebzzry.io";
github = "ebzzry";
githubId = 7875;
name = "Rommel Martinez";
};
ecklf = {
email = "ecklf@icloud.com";
github = "ecklf";
githubId = 8146736;
name = "Florentin Eckl";
};
edanaher = {
email = "nixos@edanaher.net";
github = "edanaher";
githubId = 984691;
name = "Evan Danaher";
};
edbentley = {
email = "hello@edbentley.dev";
github = "edbentley";
githubId = 15923595;
name = "Ed Bentley";
};
edcragg = {
email = "ed.cragg@eipi.xyz";
github = "nuxeh";
githubId = 1516017;
name = "Ed Cragg";
};
eddsteel = {
email = "edd@eddsteel.com";
github = "eddsteel";
githubId = 206872;
name = "Edd Steel";
keys = [ { fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0"; } ];
};
edef = {
email = "edef@edef.eu";
github = "edef1c";
githubId = 50854;
name = "edef";
};
edeneast = {
email = "edenofest@gmail.com";
github = "edeneast";
githubId = 2746374;
name = "edeneast";
};
ederoyd46 = {
email = "matt@ederoyd.co.uk";
github = "ederoyd46";
githubId = 119483;
name = "Matthew Brown";
};
edgar-vincent = {
name = "Edgar Vincent";
email = "e-v@posteo.net";
matrix = "@edgar.vincent:matrix.org";
github = "edgar-vincent";
githubId = 63352906;
keys = [ { fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B"; } ];
};
edlimerkaj = {
name = "Edli Merkaj";
email = "edli.merkaj@identinet.io";
github = "edlimerkaj";
githubId = 71988351;
};
edmundmiller = {
name = "Edmund Miller";
email = "git@edmundmiller.dev";
matrix = "@emiller:beeper.com";
github = "edmundmiller";
githubId = 20095261;
};
edrex = {
email = "ericdrex@gmail.com";
github = "edrex";
githubId = 14615;
keys = [ { fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824"; } ];
matrix = "@edrex:matrix.org";
name = "Eric Drechsel";
};
edswordsmith = {
email = "eduardo.espadeiro@tecnico.ulisboa.pt";
github = "EdSwordsmith";
githubId = 22300113;
name = "Eduardo Espadeiro";
};
eduarrrd = {
email = "e.bachmakov@gmail.com";
github = "eduarrrd";
githubId = 1181393;
name = "Eduard Bachmakov";
};
edude03 = {
email = "michael@melenion.com";
github = "edude03";
githubId = 494483;
name = "Michael Francis";
};
edwtjo = {
email = "ed@cflags.cc";
github = "edwtjo";
githubId = 54799;
name = "Edward Tjörnhammar";
};
eeedean = {
github = "eeedean";
githubId = 8173116;
name = "Dean Eckert";
};
eelco = {
email = "edolstra+nixpkgs@gmail.com";
github = "edolstra";
githubId = 1148549;
name = "Eelco Dolstra";
};
ehegnes = {
email = "eric.hegnes@gmail.com";
github = "ehegnes";
githubId = 884970;
name = "Eric Hegnes";
};
ehllie = {
email = "me@ehllie.xyz";
github = "ehllie";
githubId = 20847625;
name = "Elizabeth Paź";
};
ehmry = {
email = "ehmry@posteo.net";
github = "ehmry";
githubId = 537775;
name = "Emery Hemingway";
};
eigengrau = {
email = "seb@schattenkopie.de";
name = "Sebastian Reuße";
github = "eigengrau";
githubId = 4939947;
};
eikek = {
email = "eike.kettner@posteo.de";
github = "eikek";
githubId = 701128;
name = "Eike Kettner";
};
eken = {
email = "edvin.kallstrom@protonmail.com";
github = "Eken-beep";
name = "Edvin Källström";
githubId = 84442052;
};
ekimber = {
email = "ekimber@protonmail.com";
github = "ekimber";
name = "Edward Kimber";
githubId = 99987;
};
ekleog = {
email = "leo@gaspard.io";
matrix = "@leo:gaspard.ninja";
github = "Ekleog";
githubId = 411447;
name = "Leo Gaspard";
};
elasticdog = {
email = "aaron@elasticdog.com";
github = "elasticdog";
githubId = 4742;
name = "Aaron Bull Schaefer";
};
elatov = {
email = "elatov@gmail.com";
github = "elatov";
githubId = 7494394;
name = "Karim Elatov";
};
eleanor = {
email = "dejan@proteansec.com";
github = "proteansec";
githubId = 1753498;
name = "Dejan Lukan";
};
electrified = {
email = "ed@maidavale.org";
github = "electrified";
githubId = 103082;
name = "Ed Brindley";
};
elesiuta = {
email = "elesiuta@gmail.com";
github = "elesiuta";
githubId = 8146662;
name = "Eric Lesiuta";
};
eliandoran = {
email = "contact@eliandoran.me";
name = "Elian Doran";
github = "eliandoran";
githubId = 21236836;
};
eliasp = {
email = "mail@eliasprobst.eu";
matrix = "@eliasp:kde.org";
github = "eliasp";
githubId = 48491;
name = "Elias Probst";
};
elijahcaine = {
email = "elijahcainemv@gmail.com";
github = "pop";
githubId = 1897147;
name = "Elijah Caine";
};
Elinvention = {
email = "elia@elinvention.ovh";
github = "Elinvention";
githubId = 5737945;
name = "Elia Argentieri";
};
elisesouche = {
email = "elise@souche.one";
github = "elisesouche";
githubId = 161958668;
name = "Élise Souche";
};
elitak = {
email = "elitak@gmail.com";
github = "elitak";
githubId = 769073;
name = "Eric Litak";
};
elizagamedev = {
email = "eliza@eliza.sh";
github = "elizagamedev";
githubId = 4576666;
name = "Eliza Velasquez";
};
eljamm = {
name = "Fedi Jamoussi";
email = "fedi.jamoussi@protonmail.ch";
github = "eljamm";
githubId = 83901271;
keys = [ { fingerprint = "FF59 E027 4EE2 E792 512B BDC8 7630 FDF7 C8FB 1F3F"; } ];
};
elkowar = {
email = "thereal.elkowar@gmail.com";
github = "elkowar";
githubId = 5300871;
name = "Leon Kowarschick";
};
elliot = {
email = "hack00mind@gmail.com";
github = "Eliot00";
githubId = 18375468;
name = "Elliot Xu";
};
elliottslaughter = {
name = "Elliott Slaughter";
email = "elliottslaughter@gmail.com";
github = "elliottslaughter";
githubId = 3129;
};
ElliottSullingeFarrall = {
name = "Elliott Sullinge-Farrall";
email = "elliott.chalford@gmail.com";
github = "ElliottSullingeFarrall";
githubId = 108588212;
};
elliottvillars = {
email = "elliottvillars@gmail.com";
github = "elliottvillars";
githubId = 48104179;
name = "Elliott Villars";
};
ellis = {
email = "nixos@ellisw.net";
github = "ellis";
githubId = 97852;
name = "Ellis Whitehead";
};
elnudev = {
email = "elnu@elnu.com";
github = "ElnuDev";
githubId = 9874955;
name = "Elnu";
};
elohmeier = {
email = "elo-nixos@nerdworks.de";
github = "elohmeier";
githubId = 2536303;
name = "Enno Lohmeier";
};
elpdt852 = {
email = "nix@pdtpartners.com";
github = "elpdt852";
githubId = 122112154;
name = "Edgar Lee";
};
elrohirgt = {
email = "elrohirgt@gmail.com";
github = "ElrohirGT";
githubId = 45268815;
name = "Flavio Galán";
};
elvishjerricco = {
email = "elvishjerricco@gmail.com";
matrix = "@elvishjerricco:matrix.org";
github = "ElvishJerricco";
githubId = 1365692;
name = "Will Fancher";
};
elysasrc = {
name = "Elysa";
github = "ElysaSrc";
githubId = 101974839;
email = "elysasrc@proton.me";
};
emantor = {
email = "rouven+nixos@czerwinskis.de";
github = "Emantor";
githubId = 934284;
name = "Rouven Czerwinski";
};
emattiza = {
email = "nix@mattiza.dev";
github = "emattiza";
githubId = 11719476;
name = "Evan Mattiza";
};
embr = {
email = "hi@liclac.eu";
github = "liclac";
githubId = 428026;
name = "embr";
};
emilioziniades = {
email = "emilioziniades@protonmail.com";
github = "emilioziniades";
githubId = 75438244;
name = "Emilio Ziniades";
};
emily = {
email = "nixpkgs@emily.moe";
github = "emilazy";
githubId = 18535642;
name = "Emily";
};
emilylange = {
email = "nix@emilylange.de";
github = "emilylange";
githubId = 55066419;
name = "Emily Lange";
};
emilytrau = {
name = "Emily Trau";
email = "emily+nix@downunderctf.com";
github = "emilytrau";
githubId = 13267947;
};
emmabastas = {
email = "emma.bastas@protonmail.com";
matrix = "@emmabastas:matrix.org";
github = "emmabastas";
githubId = 22533224;
name = "Emma Bastås";
};
emmanuelrosa = {
email = "emmanuelrosa@protonmail.com";
matrix = "@emmanuelrosa:matrix.org";
github = "emmanuelrosa";
githubId = 13485450;
name = "Emmanuel Rosa";
};
emneo = {
name = "emneo";
email = "emneo@kreog.com";
github = "emneo-dev";
githubId = 44233177;
keys = [ { fingerprint = "5FD0 400D 0E78 EAF9 8431 4880 8EBF C4B9 24C6 2D20"; } ];
};
emptyflask = {
email = "jon@emptyflask.dev";
github = "emptyflask";
githubId = 28287;
name = "Jon Roberts";
};
enderger = {
email = "endergeryt@gmail.com";
github = "enderger";
githubId = 36283171;
name = "Daniel";
};
endgame = {
email = "jack@jackkelly.name";
github = "endgame";
githubId = 231483;
name = "Jack Kelly";
};
endle = {
email = "lizhenbo@yahoo.com";
github = "Endle";
githubId = 3221521;
name = "Zhenbo Li";
matrix = "@zhenbo:matrix.org";
};
enorris = {
name = "Eric Norris";
email = "erictnorris@gmail.com";
github = "ericnorris";
githubId = 1906605;
};
Enteee = {
email = "nix@duckpond.ch";
github = "Enteee";
githubId = 5493775;
name = "Ente";
};
Enzime = {
github = "Enzime";
githubId = 10492681;
name = "Michael Hoang";
};
eonpatapon = {
email = "eon@patapon.info";
github = "eonpatapon";
githubId = 418227;
name = "Jean-Philippe Braun";
};
eopb = {
email = "ethanboxx@gmail.com";
github = "eopb";
githubId = 8074468;
matrix = "@efun:matrix.org";
name = "Ethan Brierley";
};
eownerdead = {
name = "EOWNERDEAD";
email = "eownerdead@disroot.org";
github = "eownerdead";
githubId = 141208772;
keys = [ { fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63"; } ];
};
eperuffo = {
email = "info@emanueleperuffo.com";
github = "emanueleperuffo";
githubId = 5085029;
name = "Emanuele Peruffo";
};
equirosa = {
email = "eduardo@eduardoquiros.com";
github = "equirosa";
githubId = 39096810;
name = "Eduardo Quiros";
};
eqyiel = {
email = "ruben@maher.fyi";
github = "eqyiel";
githubId = 3422442;
name = "Ruben Maher";
};
eraserhd = {
email = "jason.m.felice@gmail.com";
github = "eraserhd";
githubId = 147284;
name = "Jason Felice";
};
ercao = {
email = "vip@ercao.cn";
github = "ercao";
githubId = 51725284;
name = "ercao";
keys = [ { fingerprint = "F3B0 36F7 B0CB 0964 3C12 D3C7 FFAB D125 7ECF 0889"; } ];
};
erdnaxe = {
email = "erdnaxe@crans.org";
github = "erdnaxe";
githubId = 2663216;
name = "Alexandre Iooss";
keys = [ { fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02"; } ];
};
ereslibre = {
email = "ereslibre@ereslibre.es";
matrix = "@ereslibre:matrix.org";
github = "ereslibre";
githubId = 8706;
name = "Rafael Fernández López";
};
erethon = {
email = "dgrig@erethon.com";
matrix = "@dgrig:erethon.com";
github = "erethon";
githubId = 1254842;
name = "Dionysis Grigoropoulos";
};
ericbmerritt = {
email = "eric@afiniate.com";
github = "ericbmerritt";
githubId = 4828;
name = "Eric Merritt";
};
ericdallo = {
email = "ercdll1337@gmail.com";
github = "ericdallo";
githubId = 7820865;
name = "Eric Dallo";
};
ericsagnes = {
email = "eric.sagnes@gmail.com";
github = "ericsagnes";
githubId = 367880;
name = "Eric Sagnes";
};
ericson2314 = {
email = "John.Ericson@Obsidian.Systems";
matrix = "@ericson2314:matrix.org";
github = "Ericson2314";
githubId = 1055245;
name = "John Ericson";
};
erictapen = {
email = "kerstin@erictapen.name";
github = "erictapen";
githubId = 11532355;
name = "Kerstin Humm";
keys = [ { fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B"; } ];
};
ericthemagician = {
email = "eric@ericyen.com";
matrix = "@eric:jupiterbroadcasting.com";
github = "EricTheMagician";
githubId = 323436;
name = "Eric Yen";
};
eriedaberrie = {
email = "eriedaberrie@gmail.com";
matrix = "@eriedaberrie:matrix.org";
github = "eriedaberrie";
githubId = 64395218;
name = "eriedaberrie";
};
erikarvstedt = {
email = "erik.arvstedt@gmail.com";
matrix = "@erikarvstedt:matrix.org";
github = "erikarvstedt";
githubId = 36110478;
name = "Erik Arvstedt";
};
erikbackman = {
email = "contact@ebackman.net";
github = "erikbackman";
githubId = 46724898;
name = "Erik Backman";
};
erikeah = {
email = "erikeah@protonmail.com";
github = "erikeah";
githubId = 11900869;
keys = [ { fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF"; } ];
name = "Erik Alonso";
};
erikryb = {
email = "erik.rybakken@math.ntnu.no";
github = "erikryb";
githubId = 3787281;
name = "Erik Rybakken";
};
erin = {
name = "Erin van der Veen";
email = "erin@erinvanderveen.nl";
github = "ErinvanderVeen";
githubId = 10973664;
};
erooke = {
email = "ethan@roo.ke";
name = "Ethan Rooke";
keys = [ { fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923"; } ];
github = "erooke";
githubId = 46689793;
matrix = "@ethan:roo.ke";
};
erosennin = {
email = "ag@sologoc.com";
github = "erosennin";
githubId = 1583484;
name = "Andrey Golovizin";
};
errnoh = {
github = "errnoh";
githubId = 373946;
name = "Erno Hopearuoho";
};
ersin = {
email = "me@ersinakinci.com";
github = "ersinakinci";
githubId = 5427394;
name = "Ersin Akinci";
};
ertes = {
email = "esz@posteo.de";
github = "ertes";
githubId = 1855930;
name = "Ertugrul Söylemez";
};
esau79p = {
github = "EsAu79p";
githubId = 21313906;
name = "EsAu";
};
esclear = {
github = "esclear";
githubId = 7432848;
name = "Daniel Albert";
};
eskytthe = {
email = "eskytthe@gmail.com";
github = "eskytthe";
githubId = 2544204;
name = "Erik Skytthe";
};
ethancedwards8 = {
email = "ethan@ethancedwards.com";
github = "ethancedwards8";
githubId = 60861925;
name = "Ethan Carter Edwards";
keys = [ { fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458"; } ];
};
ethercrow = {
email = "ethercrow@gmail.com";
github = "ethercrow";
githubId = 222467;
name = "Dmitry Ivanov";
};
ethindp = {
name = "Ethin Probst";
email = "harlydavidsen@gmail.com";
matrix = "@ethindp:the-gdn.net";
github = "ethindp";
githubId = 8030501;
};
ethinx = {
email = "eth2net@gmail.com";
github = "ethinx";
githubId = 965612;
name = "York Wong";
};
Etjean = {
email = "et.jean@outlook.fr";
github = "Etjean";
githubId = 32169529;
name = "Etienne Jean";
};
ettom = {
email = "ettom22@hotmail.com";
github = "ettom";
githubId = 36895504;
name = "ettom";
};
etu = {
email = "elis@hirwing.se";
matrix = "@etu:failar.nu";
github = "etu";
githubId = 461970;
name = "Elis Hirwing";
keys = [ { fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F"; } ];
};
euank = {
email = "euank-nixpkg@euank.com";
github = "euank";
githubId = 2147649;
name = "Euan Kemp";
};
eum3l = {
email = "eum3l@proton.me";
githubId = 77971322;
github = "eum3l";
name = "Emil";
};
eureka-cpu = {
email = "github.eureka@gmail.com";
github = "eureka-cpu";
githubId = 57543709;
name = "Chris O'Brien";
};
evalexpr = {
name = "Jonathan Wilkins";
email = "nixos@wilkins.tech";
matrix = "@evalexpr:matrix.org";
github = "evalexpr";
githubId = 23485511;
keys = [ { fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6"; } ];
};
evan-goode = {
email = "mail@evangoo.de";
name = "Evan Goode";
github = "evan-goode";
githubId = 7495216;
matrix = "@goode:matrix.org";
};
evanjs = {
email = "evanjsx@gmail.com";
github = "evanjs";
githubId = 1847524;
name = "Evan Stoll";
};
evanrichter = {
email = "evanjrichter@gmail.com";
github = "evanrichter";
githubId = 330292;
name = "Evan Richter";
};
evax = {
email = "nixos@evax.fr";
github = "evax";
githubId = 599997;
name = "evax";
};
evck = {
email = "eric@evenchick.com";
github = "ericevenchick";
githubId = 195032;
name = "Eric Evenchick";
};
eveeifyeve = {
name = "Eveeifyeve";
github = "eveeifyeve";
githubId = 88671402;
matrix = "@eveeifyeve:matrix.org";
email = "eveeg1971@gmail.com";
};
evenbrenden = {
email = "packages@anythingexternal.com";
github = "evenbrenden";
githubId = 2512008;
name = "Even Brenden";
};
evey = {
email = "nix@lubdub.nl";
github = "lub-dub";
githubId = 159288204;
name = "evey";
};
evilbulgarian = {
email = "vladi@aresgate.net";
github = "evilbulgarian";
githubId = 1960413;
name = "Vladi Gergov";
keys = [ { fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4"; } ];
};
evilmav = {
email = "elenskiy.ilya@gmail.com";
github = "evilmav";
githubId = 6803717;
name = "Ilya Elenskiy";
};
evils = {
email = "evils.devils@protonmail.com";
matrix = "@evils:nixos.dev";
github = "evils";
githubId = 30512529;
name = "Evils";
};
ewok = {
email = "ewok@ewok.ru";
github = "ewok-old";
githubId = 454695;
name = "Artur Taranchiev";
};
ewuuwe = {
email = "ewu.uweq@pm.me";
github = "ewuuwe";
githubId = 63652646;
name = "Xaver Oswald";
};
exarkun = {
email = "exarkun@twistedmatrix.com";
github = "exarkun";
githubId = 254565;
name = "Jean-Paul Calderone";
};
exfalso = {
email = "0slemi0@gmail.com";
github = "exFalso";
githubId = 1042674;
name = "Andras Slemmer";
};
exi = {
email = "nixos@reckling.org";
github = "exi";
githubId = 449463;
name = "Reno Reckling";
};
exlevan = {
email = "exlevan@gmail.com";
github = "exlevan";
githubId = 873530;
name = "Alexey Levan";
};
exploitoverload = {
email = "nix@exploitoverload.com";
github = "exploitoverload";
githubId = 99678549;
name = "Asier Armenteros";
};
extends = {
email = "sharosari@gmail.com";
github = "ImExtends";
githubId = 55919390;
name = "Vincent VILLIAUMEY";
};
eyjhb = {
email = "eyjhbb@gmail.com";
matrix = "@eyjhb:eyjhb.dk";
github = "eyJhb";
githubId = 25955146;
name = "eyJhb";
};
eymeric = {
name = "Eymeric Dechelette";
email = "hatchchien@protonmail.com";
github = "hatch01";
githubId = 42416805;
};
f2k1de = {
name = "f2k1de";
email = "hi@f2k1.de";
github = "f2k1de";
githubId = 11199213;
};
f4814n = {
email = "me@f4814n.de";
github = "f4814";
githubId = 11909469;
name = "Fabian Geiselhart";
};
fab = {
email = "mail@fabian-affolter.ch";
matrix = "@fabaff:matrix.org";
name = "Fabian Affolter";
github = "fabaff";
githubId = 116184;
keys = [ { fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F"; } ];
};
fabiangd = {
email = "fabian.g.droege@gmail.com";
name = "Fabian G. Dröge";
github = "FabianGD";
githubId = 40316600;
};
fabianhauser = {
email = "fabian.nixos@fh2.ch";
github = "fabianhauser";
githubId = 368799;
name = "Fabian Hauser";
keys = [ { fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C"; } ];
};
fabianhjr = {
email = "fabianhjr@protonmail.com";
github = "fabianhjr";
githubId = 303897;
name = "Fabián Heredia Montiel";
};
fabianrig = {
email = "fabianrig@posteo.de";
github = "fabianrig";
githubId = 88741530;
name = "Fabian Rigoll";
};
fadenb = {
email = "tristan.helmich+nixos@gmail.com";
github = "fadenb";
githubId = 878822;
name = "Tristan Helmich";
};
falsifian = {
email = "james.cook@utoronto.ca";
github = "falsifian";
githubId = 225893;
name = "James Cook";
};
fangpen = {
email = "hello@fangpenlin.com";
github = "fangpenlin";
githubId = 201615;
name = "Fang-Pen Lin";
keys = [ { fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131"; } ];
};
farcaller = {
name = "Vladimir Pouzanov";
email = "farcaller@gmail.com";
github = "farcaller";
githubId = 693;
};
fare = {
email = "fahree@gmail.com";
github = "fare";
githubId = 8073;
name = "Francois-Rene Rideau";
};
farlion = {
email = "florian.peter@gmx.at";
github = "workflow";
githubId = 1276854;
name = "Florian Peter";
};
farnoy = {
email = "jakub@okonski.org";
github = "farnoy";
githubId = 345808;
name = "Jakub Okoński";
};
fbeffa = {
email = "beffa@fbengineering.ch";
github = "fedeinthemix";
githubId = 7670450;
name = "Federico Beffa";
};
fbergroth = {
email = "fbergroth@gmail.com";
github = "fbergroth";
githubId = 1211003;
name = "Fredrik Bergroth";
};
fbrs = {
email = "yuuki@protonmail.com";
github = "cideM";
githubId = 4246921;
name = "Florian Beeres";
};
fccapria = {
email = "francesco@capria.eu";
github = "fccapria";
githubId = 62179193;
name = "Francesco Carmelo Capria";
};
fd = {
email = "simon.menke@gmail.com";
github = "fd";
githubId = 591;
name = "Simon Menke";
};
fdns = {
email = "fdns02@gmail.com";
github = "fdns";
githubId = 541748;
name = "Felipe Espinoza";
};
feathecutie = {
name = "feathecutie";
github = "feathecutie";
githubId = 53912746;
};
fedx-sudo = {
email = "fedx-sudo@pm.me";
github = "FedX-sudo";
githubId = 66258975;
name = "Fedx sudo";
matrix = "fedx:matrix.org";
};
fee1-dead = {
email = "ent3rm4n@gmail.com";
github = "fee1-dead";
githubId = 43851243;
name = "Deadbeef";
};
fehnomenal = {
email = "fehnomenal@fehn.systems";
github = "fehnomenal";
githubId = 9959940;
name = "Andreas Fehn";
};
felbinger = {
name = "Nico Felbinger";
email = "nico@felbinger.eu";
matrix = "@nico:felbinger.eu";
github = "felbinger";
githubId = 26925347;
keys = [ { fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4"; } ];
};
felipeqq2 = {
name = "Felipe Silva";
email = "nixpkgs@felipeqq2.rocks";
github = "felipeqq2";
githubId = 71830138;
keys = [ { fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4"; } ];
matrix = "@felipeqq2:pub.solar";
};
felixalbrigtsen = {
email = "felix@albrigtsen.it";
github = "felixalbrigtsen";
githubId = 64613093;
name = "Felix Albrigtsen";
matrix = "@felixalb:feal.no";
};
felixscheinost = {
name = "Felix Scheinost";
email = "felix.scheinost@posteo.de";
github = "felixscheinost";
githubId = 31761492;
};
felixsinger = {
email = "felixsinger@posteo.net";
github = "felixsinger";
githubId = 628359;
name = "Felix Singer";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
felixzieger = {
name = "Felix Zieger";
github = "felixzieger";
githubId = 67903933;
email = "nixpkgs@felixzieger.de";
};
felschr = {
email = "dev@felschr.com";
matrix = "@felschr:matrix.org";
github = "felschr";
githubId = 3314323;
name = "Felix Schröter";
keys = [
{
# historical
fingerprint = "6AB3 7A28 5420 9A41 82D9 0068 910A CB9F 6BD2 6F58";
}
{ fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D"; }
];
};
fernsehmuell = {
email = "fernsehmuel@googlemail.com";
matrix = "@fernsehmuell:matrix.org";
github = "fernsehmuell";
githubId = 5198058;
name = "Udo Sauer";
};
ferrine = {
email = "justferres@yandex.ru";
github = "ferrine";
githubId = 11705326;
name = "Max Kochurov";
};
ffinkdevs = {
email = "fink@h0st.space";
github = "ffinkdevs";
githubId = 45924649;
name = "Fabian Fink";
};
fgaz = {
email = "fgaz@fgaz.me";
matrix = "@fgaz:matrix.org";
github = "fgaz";
githubId = 8182846;
name = "Francesco Gazzetta";
};
fidgetingbits = {
name = "fidgetingbits";
email = "nixpkgs.xe7au@passmail.net";
matrix = "@fidgetingbits:matrix.org";
github = "fidgetingbits";
githubId = 13679876;
keys = [
{ fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs"; }
{ fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ"; }
{ fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo"; }
];
};
figboy9 = {
email = "figboy9@tuta.io";
github = "figboy9";
githubId = 52276064;
name = "figboy9";
};
figsoda = {
email = "figsoda@pm.me";
matrix = "@figsoda:matrix.org";
github = "figsoda";
githubId = 40620903;
name = "figsoda";
};
fionera = {
email = "nix@fionera.de";
github = "fionera";
githubId = 5741401;
name = "Tim Windelschmidt";
};
fiq = {
email = "raf+git@dreamthought.com";
github = "fiq";
githubId = 236293;
name = "Raf Gemmail";
};
firefly-cpp = {
email = "iztok@iztok-jr-fister.eu";
github = "firefly-cpp";
githubId = 1633361;
name = "Iztok Fister Jr.";
};
FireyFly = {
email = "nix@firefly.nu";
github = "FireyFly";
githubId = 415760;
name = "Jonas Höglund";
};
fishi0x01 = {
email = "fishi0x01@gmail.com";
github = "fishi0x01";
githubId = 10799507;
name = "Karl Fischer";
};
fitzgibbon = {
name = "Niall FitzGibbon";
email = "fitzgibbon.niall@gmail.com";
github = "fitzgibbon";
githubId = 617048;
};
fkautz = {
name = "Frederick F. Kautz IV";
email = "fkautz@alumni.cmu.edu";
github = "fkautz";
githubId = 135706;
};
FlafyDev = {
name = "Flafy Arazi";
email = "flafyarazi@gmail.com";
github = "FlafyDev";
githubId = 44374434;
};
Flakebi = {
email = "flakebi@t-online.de";
github = "Flakebi";
githubId = 6499211;
name = "Sebastian Neubauer";
keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ];
};
Flameopathic = {
email = "flameopathic@gmail.com";
github = "Flameopathic";
githubId = 64027365;
name = "Erin Pletches";
};
flandweber = {
email = "finn@landweber.xyz";
github = "flandweber";
githubId = 110117466;
matrix = "@flandweber:envs.net";
name = "Finn Landweber";
};
fleaz = {
email = "mail@felixbreidenstein.de";
matrix = "@fleaz:rainbownerds.de";
github = "fleaz";
githubId = 2489598;
name = "Felix Breidenstein";
};
flemzord = {
email = "maxence@maireaux.fr";
github = "flemzord";
githubId = 1952914;
name = "Maxence Maireaux";
};
flexiondotorg = {
name = "Martin Wimpress";
email = "martin@wimpress.org";
matrix = "@wimpress:matrix.org";
github = "flexiondotorg";
githubId = 304639;
};
fliegendewurst = {
email = "arne.keller@posteo.de";
github = "FliegendeWurst";
githubId = 12560461;
name = "Arne Keller";
};
flokli = {
email = "flokli@flokli.de";
github = "flokli";
githubId = 183879;
name = "Florian Klink";
};
florensie = {
github = "florensie";
githubId = 13403842;
name = "Florens Pauwels";
};
florentc = {
github = "florentc";
githubId = 1149048;
name = "Florent Ch.";
};
FlorianFranzen = {
email = "Florian.Franzen@gmail.com";
github = "FlorianFranzen";
githubId = 781077;
name = "Florian Franzen";
};
florianjacob = {
email = "projects+nixos@florianjacob.de";
github = "florianjacob";
githubId = 1109959;
name = "Florian Jacob";
};
floriansanderscc = {
email = "florian.sanders+nixos@clever-cloud.com";
github = "florian-sanders-cc";
githubId = 100240294;
name = "Florian Sanders";
};
flosse = {
email = "mail@markus-kohlhase.de";
github = "flosse";
githubId = 276043;
name = "Markus Kohlhase";
};
fluffynukeit = {
email = "dan@fluffynukeit.com";
github = "fluffynukeit";
githubId = 844574;
name = "Daniel Austin";
};
flyfloh = {
email = "nix@halbmastwurf.de";
github = "flyfloh";
githubId = 74379;
name = "Florian Pester";
};
fmhoeger = {
email = "fmhoeger@mirsem.org";
name = "fmhoeger";
github = "fmhoeger";
githubId = 59626853;
};
fmoda3 = {
email = "fmoda3@mac.com";
github = "fmoda3";
githubId = 1746471;
name = "Frank Moda III";
};
fmthoma = {
email = "f.m.thoma@googlemail.com";
github = "fmthoma";
githubId = 5918766;
name = "Franz Thoma";
};
fnune = {
email = "fausto.nunez@mailbox.org";
github = "fnune";
githubId = 16181067;
name = "Fausto Núñez Alberro";
keys = [ { fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562"; } ];
};
foo-dogsquared = {
email = "foodogsquared@foodogsquared.one";
github = "foo-dogsquared";
githubId = 34962634;
matrix = "@foodogsquared:matrix.org";
name = "Gabriel Arazas";
keys = [ { fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92"; } ];
};
fooker = {
email = "fooker@lab.sh";
github = "fooker";
githubId = 405105;
name = "Dustin Frisch";
};
foolnotion = {
email = "bogdan.burlacu@pm.me";
github = "foolnotion";
githubId = 844222;
name = "Bogdan Burlacu";
keys = [ { fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105"; } ];
};
Forden = {
email = "forden@zuku.tech";
github = "Forden";
githubId = 24463229;
name = "Forden";
};
forkk = {
email = "forkk@forkk.net";
github = "Forkk";
githubId = 1300078;
name = "Andrew Okin";
};
fornever = {
email = "friedrich@fornever.me";
github = "ForNeVeR";
githubId = 92793;
name = "Friedrich von Never";
};
fpletz = {
email = "fpletz@fnordicwalking.de";
github = "fpletz";
githubId = 114159;
name = "Franz Pletz";
keys = [ { fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4"; } ];
};
fps = {
email = "mista.tapas@gmx.net";
github = "fps";
githubId = 84968;
name = "Florian Paul Schmidt";
};
fptje = {
email = "fpeijnenburg@gmail.com";
github = "FPtje";
githubId = 1202014;
name = "Falco Peijnenburg";
};
fqidz = {
email = "faidz.arante@gmail.com";
github = "fqidz";
githubId = 82884264;
name = "Faidz Arante";
};
fragamus = {
email = "innovative.engineer@gmail.com";
github = "fragamus";
githubId = 119691;
name = "Michael Gough";
};
franciscod = {
github = "franciscod";
githubId = 726447;
name = "Francisco Demartino";
};
frankp = {
github = "MDM23";
githubId = 10290864;
name = "Peter Frank";
};
franzmondlichtmann = {
name = "Franz Schroepf";
email = "franz-schroepf@t-online.de";
github = "franzmondlichtmann";
githubId = 105480088;
};
freax13 = {
email = "erbse.13@gmx.de";
github = "Freax13";
githubId = 14952658;
name = "Tom Dohrmann";
};
frectonz = {
name = "Fraol Lemecha";
email = "fraol0912@gmail.com";
github = "frectonz";
githubId = 53809656;
};
fredeb = {
email = "im@fredeb.dev";
github = "FredeEB";
githubId = 7551358;
name = "Frede Emil";
};
frederictobiasc = {
email = "dev@ntr.li";
github = "frederictobiasc";
githubId = 26125115;
name = "Frédéric Christ";
};
Freed-Wu = {
email = "wuzhenyu@ustc.edu";
github = "Freed-Wu";
githubId = 32936898;
name = "Wu Zhenyu";
};
freezeboy = {
github = "freezeboy";
githubId = 13279982;
name = "freezeboy";
};
frenetic00 = {
github = "frenetic00";
githubId = 50942055;
name = "frenetic00";
};
Fresheyeball = {
email = "fresheyeball@gmail.com";
github = "Fresheyeball";
githubId = 609279;
name = "Isaac Shapira";
};
freyacodes = {
email = "freya@arbjerg.dev";
github = "freyacodes";
githubId = 2582617;
name = "Freya Arbjerg";
};
fricklerhandwerk = {
email = "valentin@fricklerhandwerk.de";
github = "fricklerhandwerk";
githubId = 6599296;
name = "Valentin Gagarin";
};
fridh = {
email = "fridh@fridh.nl";
github = "FRidh";
githubId = 2129135;
name = "Frederik Rietdijk";
};
friedow = {
email = "christian@friedow.com";
github = "friedow";
githubId = 17351844;
name = "Christian Friedow";
};
friedrichaltheide = {
github = "friedrichaltheide";
githubId = 11352905;
name = "Friedrich Altheide";
};
frlan = {
email = "frank@frank.uvena.de";
github = "frlan";
githubId = 1010248;
name = "Frank Lanitz";
};
frogamic = {
email = "frogamic@protonmail.com";
github = "frogamic";
githubId = 10263813;
name = "Dominic Shelton";
matrix = "@frogamic:beeper.com";
keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5"; } ];
};
frontear = {
name = "Ali Rizvi";
email = "perm-iterate-0b@icloud.com";
matrix = "@frontear:matrix.org";
github = "Frontear";
githubId = 31909298;
keys = [ { fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83"; } ];
};
frontsideair = {
email = "photonia@gmail.com";
github = "frontsideair";
githubId = 868283;
name = "Fatih Altinok";
};
fro_ozen = {
email = "fro_ozen@gmx.de";
github = "froozen";
githubId = 1943632;
name = "fro_ozen";
};
Frostman = {
email = "me@slukjanov.name";
github = "Frostman";
githubId = 134872;
name = "Sergei Lukianov";
};
fryuni = {
name = "Luiz Ferraz";
email = "luiz@lferraz.com";
github = "Fryuni";
githubId = 11063910;
keys = [ { fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC"; } ];
};
fsagbuya = {
email = "fa@m-labs.ph";
github = "fsagbuya";
githubId = 77672306;
name = "Florian Agbuya";
};
fsnkty = {
name = "fsnkty";
github = "fsnkty";
githubId = 153512689;
email = "fsnkty@shimeji.cafe";
matrix = "@nuko:shimeji.cafe";
};
fstamour = {
email = "fr.st-amour@gmail.com";
github = "fstamour";
githubId = 2881922;
name = "Francis St-Amour";
};
f--t = {
email = "git@f-t.me";
github = "f--t";
githubId = 2817965;
name = "f--t";
};
ftrvxmtrx = {
email = "ftrvxmtrx@gmail.com";
github = "ftrvxmtrx";
githubId = 248148;
name = "Sigrid Solveig Haflínudóttir";
};
fuerbringer = {
email = "severin@fuerbringer.info";
github = "fuerbringer";
githubId = 10528737;
name = "Severin Fürbringer";
};
fufexan = {
email = "fufexan@protonmail.com";
github = "fufexan";
githubId = 36706276;
name = "Fufezan Mihai";
};
fugi = {
email = "me@fugi.dev";
github = "fugidev";
githubId = 21362942;
name = "Fugi";
};
funkeleinhorn = {
email = "git@funkeleinhorn.com";
github = "funkeleinhorn";
githubId = 103313934;
name = "Funkeleinhorn";
keys = [ { fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72"; } ];
};
fusion809 = {
email = "brentonhorne77@gmail.com";
github = "fusion809";
githubId = 4717341;
name = "Brenton Horne";
};
fuuzetsu = {
email = "fuuzetsu@fuuzetsu.co.uk";
github = "Fuuzetsu";
githubId = 893115;
name = "Mateusz Kowalczyk";
};
fuzen = {
email = "me@fuzen.cafe";
github = "LovingMelody";
githubId = 17859309;
name = "Fuzen";
};
fuzzdk = {
github = "fuzzdk";
githubId = 12715461;
name = "Anders Bo Rasmussen";
};
fwc = {
github = "fwc";
githubId = 29337229;
name = "mtths";
};
fx-chun = {
email = "faye@lolc.at";
matrix = "@faye:lolc.at";
github = "fx-chun";
githubId = 40049608;
name = "Faye Chun";
keys = [ { fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0"; } ];
};
fxfactorial = {
email = "edgar.factorial@gmail.com";
github = "fxfactorial";
githubId = 3036816;
name = "Edgar Aroutiounian";
};
fxttr = {
name = "Florian Büstgens";
email = "fb@fx-ttr.de";
github = "fxttr";
githubId = 16306293;
};
fzakaria = {
name = "Farid Zakaria";
email = "farid.m.zakaria@gmail.com";
matrix = "@fzakaria:matrix.org";
github = "fzakaria";
githubId = 605070;
};
gabesoft = {
email = "gabesoft@gmail.com";
github = "gabesoft";
githubId = 606000;
name = "Gabriel Adomnicai";
};
GabrielDougherty = {
email = "contact@gabrieldougherty.com";
github = "GabrielDougherty";
githubId = 10541219;
name = "Gabriel Dougherty";
};
Gabriella439 = {
email = "GenuineGabriella@gmail.com";
github = "Gabriella439";
githubId = 1313787;
name = "Gabriella Gonzalez";
};
gabyx = {
email = "gnuetzi@gmail.com";
github = "gabyx";
githubId = 647437;
name = "Gabriel Nützi";
keys = [ { fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8"; } ];
};
gador = {
email = "florian.brandes@posteo.de";
github = "gador";
githubId = 1883533;
name = "Florian Brandes";
keys = [ { fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9"; } ];
};
gaelreyrol = {
email = "me@gaelreyrol.dev";
matrix = "@Zevran:matrix.org";
name = "Gaël Reyrol";
github = "gaelreyrol";
githubId = 498465;
keys = [ { fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61"; } ];
};
GaetanLepage = {
email = "gaetan@glepage.com";
github = "GaetanLepage";
githubId = 33058747;
name = "Gaetan Lepage";
};
galagora = {
email = "lightningstrikeiv@gmail.com";
github = "Galagora";
githubId = 45048741;
name = "Alwanga Oyango";
};
galaxy = {
email = "galaxy@dmc.chat";
matrix = "@galaxy:mozilla.org";
name = "The Galaxy";
github = "ga1aksy";
githubId = 148551648;
keys = [ { fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA"; } ];
};
gal_bolle = {
email = "florent.becker@ens-lyon.org";
github = "FlorentBecker";
githubId = 7047019;
name = "Florent Becker";
};
galen = {
github = "galenhuntington";
githubId = 1851962;
name = "Galen Huntington";
};
gamb = {
email = "adam.gamble@pm.me";
github = "gamb";
githubId = 293586;
name = "Adam Gamble";
};
gangaram = {
email = "Ganga.Ram@tii.ae";
github = "gangaram-tii";
githubId = 131853076;
name = "Ganga Ram";
};
garaiza-93 = {
email = "araizagustavo93@gmail.com";
github = "garaiza-93";
githubId = 57430880;
name = "Gustavo Araiza";
};
garbas = {
email = "rok@garbas.si";
github = "garbas";
githubId = 20208;
name = "Rok Garbas";
};
gardspirito = {
name = "gardspirito";
email = "nyxoroso@gmail.com";
github = "gardspirito";
githubId = 29687558;
};
garrison = {
email = "jim@garrison.cc";
github = "garrison";
githubId = 91987;
name = "Jim Garrison";
};
garyguo = {
email = "gary@garyguo.net";
github = "nbdd0121";
githubId = 4065244;
name = "Gary Guo";
};
gavin = {
email = "gavin.rogers@holo.host";
github = "gavinrogers";
githubId = 2430469;
name = "Gavin Rogers";
};
gaykitty = {
email = "sasha@noraa.gay";
github = "gaykitty";
githubId = 126119280;
name = "Sashanoraa";
};
gazally = {
email = "gazally@runbox.com";
github = "gazally";
githubId = 16470252;
name = "Gemini Lasswell";
};
gbpdt = {
email = "nix@pdtpartners.com";
github = "gbpdt";
githubId = 25106405;
name = "Graham Bennett";
};
gbtb = {
email = "goodbetterthebeast3@gmail.com";
github = "gbtb";
githubId = 37017396;
name = "gbtb";
};
gcleroux = {
email = "guillaume@cleroux.dev";
github = "gcleroux";
githubId = 73357644;
name = "Guillaume Cléroux";
};
gdamjan = {
email = "gdamjan@gmail.com";
matrix = "@gdamjan:spodeli.org";
github = "gdamjan";
githubId = 81654;
name = "Damjan Georgievski";
};
gdd = {
email = "gabriel.doriath.dohler@ens.fr";
github = "gabriel-doriath-dohler";
githubId = 40209356;
name = "Gabriel Doriath Döhler";
};
gdifolco = {
email = "gautier.difolco@gmail.com";
github = "blackheaven";
githubId = 1362807;
name = "Gautier Di Folco";
};
gdinh = {
email = "nix@contact.dinh.ai";
github = "gdinh";
githubId = 34658064;
name = "Grace Dinh";
};
gebner = {
email = "gebner@gebner.org";
github = "gebner";
githubId = 313929;
name = "Gabriel Ebner";
};
geluk = {
email = "johan+nix@geluk.io";
github = "geluk";
githubId = 1516985;
name = "Johan Geluk";
};
genericnerdyusername = {
name = "GenericNerdyUsername";
email = "genericnerdyusername@proton.me";
github = "GenericNerdyUsername";
githubId = 111183546;
keys = [ { fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3"; } ];
};
genga898 = {
email = "genga898@gmail.com";
github = "genga898";
githubId = 84174227;
name = "Emmanuel Genga";
};
genofire = {
name = "genofire";
email = "geno+dev@fireorbit.de";
github = "genofire";
githubId = 6905586;
keys = [ { fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC"; } ];
};
geoffreyfrogeye = {
name = "Geoffrey Frogeye";
email = "geoffrey@frogeye.fr";
matrix = "@geoffrey:frogeye.fr";
github = "GeoffreyFrogeye";
githubId = 1685403;
keys = [ { fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289"; } ];
};
georgesalkhouri = {
name = "Georges Alkhouri";
email = "incense.stitch_0w@icloud.com";
github = "GeorgesAlkhouri";
githubId = 6077574;
keys = [ { fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339"; } ];
};
georgewhewell = {
email = "georgerw@gmail.com";
github = "georgewhewell";
githubId = 1176131;
name = "George Whewell";
};
georgyo = {
email = "george@shamm.as";
github = "georgyo";
githubId = 19374;
name = "George Shammas";
keys = [ { fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4"; } ];
};
gepbird = {
email = "gutyina.gergo.2@gmail.com";
github = "gepbird";
githubId = 29818440;
name = "Gutyina Gergő";
keys = [
{ fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc"; }
{ fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs"; }
];
};
geraldog = {
email = "geraldogabriel@gmail.com";
github = "geraldog";
githubId = 14135816;
name = "Geraldo Nascimento";
};
gerg-l = {
email = "gregleyda@proton.me";
github = "Gerg-L";
githubId = 88247690;
name = "Greg Leyda";
};
geri1701 = {
email = "geri@sdf.org";
github = "geri1701";
githubId = 67984144;
name = "Gerhard Schwanzer";
};
gernotfeichter = {
email = "gernotfeichter@gmail.com";
github = "gernotfeichter";
githubId = 23199375;
name = "Gernot Feichter";
};
gerschtli = {
email = "tobias.happ@gmx.de";
github = "Gerschtli";
githubId = 10353047;
name = "Tobias Happ";
};
getchoo = {
email = "getchoo@tuta.io";
github = "getchoo";
githubId = 48872998;
name = "Seth";
};
getpsyched = {
name = "Priyanshu Tripathi";
email = "nixos@getpsyched.dev";
matrix = "@getpsyched:matrix.org";
github = "getpsyched";
githubId = 43472218;
};
getreu = {
email = "getreu@web.de";
github = "getreu";
githubId = 579082;
name = "Jens Getreu";
};
gfrascadorio = {
email = "gfrascadorio@tutanota.com";
github = "gfrascadorio";
githubId = 37602871;
name = "Galois";
};
ggg = {
email = "gggkiller2@gmail.com";
github = "GGG-KILLER";
githubId = 5892127;
name = "GGG";
};
ggpeti = {
email = "ggpeti@gmail.com";
matrix = "@ggpeti:ggpeti.com";
github = "ggPeti";
githubId = 3217744;
name = "Peter Ferenczy";
};
ghostbuster91 = {
name = "Kasper Kondzielski";
email = "kghost0@gmail.com";
github = "ghostbuster91";
githubId = 5662622;
};
ghthor = {
email = "ghthor@gmail.com";
github = "ghthor";
githubId = 160298;
name = "Will Owens";
keys = [ { fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033"; } ];
};
ghuntley = {
email = "ghuntley@ghuntley.com";
github = "ghuntley";
githubId = 127353;
name = "Geoffrey Huntley";
};
gigahawk = {
email = "Jasper Chan";
name = "jasperchan515@gmail.com";
github = "Gigahawk";
githubId = 10356230;
};
giggio = {
email = "giggio@giggio.net";
github = "giggio";
githubId = 334958;
matrix = "@giggio:matrix.org";
name = "Giovanni Bassi";
keys = [ { fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761"; } ];
};
gigglesquid = {
email = "jack.connors@protonmail.com";
github = "gigglesquid";
githubId = 3685154;
name = "Jack connors";
keys = [ { fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019"; } ];
};
gila = {
email = "jeffry.molanus@gmail.com";
github = "gila";
githubId = 15957973;
name = "Jeffry Molanus";
};
gileri = {
email = "s@linuxw.info";
github = "gileri";
githubId = 493438;
name = "Éric Gillet";
keys = [
{
fingerprint = "E478 85DC 8F33 FA86 D3FC 183D 80A8 14DB 8ED5 70BC";
}
];
};
gilice = {
email = "gilice@proton.me";
github = "gilice";
githubId = 104317939;
name = "gilice";
};
gin66 = {
email = "jochen@kiemes.de";
github = "gin66";
githubId = 5549373;
name = "Jochen Kiemes";
};
giodamelio = {
name = "Giovanni d'Amelio";
email = "gio@damelio.net";
github = "giodamelio";
githubId = 441646;
};
giogadi = {
email = "lgtorres42@gmail.com";
github = "giogadi";
githubId = 1713676;
name = "Luis G. Torres";
};
giomf = {
email = "giomf@mailbox.org";
github = "giomf";
githubId = 35076723;
name = "Guillaume Fournier";
};
giorgiga = {
email = "giorgio.gallo@bitnic.it";
github = "giorgiga";
githubId = 471835;
name = "Giorgio Gallo";
};
GirardR1006 = {
email = "julien.girard2@cea.fr";
github = "GirardR1006";
githubId = 19275558;
name = "Julien Girard-Satabin";
};
GKasparov = {
email = "mizozahr@gmail.com";
github = "GKasparov";
githubId = 60962839;
name = "Mazen Zahr";
};
gkleen = {
name = "Gregor Kleen";
email = "xpnfr@bouncy.email";
github = "gkleen";
githubId = 20089782;
};
gleber = {
email = "gleber.p@gmail.com";
github = "gleber";
githubId = 33185;
name = "Gleb Peregud";
};
glenns = {
email = "glenn.searby@gmail.com";
github = "GlennS";
githubId = 615606;
name = "Glenn Searby";
};
Gliczy = {
name = "Gliczy";
github = "Gliczy";
githubId = 129636582;
};
glittershark = {
name = "Griffin Smith";
email = "root@gws.fyi";
github = "glittershark";
githubId = 1481027;
keys = [ { fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7"; } ];
};
gloaming = {
email = "ch9871@gmail.com";
github = "gloaming";
githubId = 10156748;
name = "Craig Hall";
};
globin = {
email = "mail@glob.in";
github = "globin";
githubId = 1447245;
name = "Robin Gloster";
};
gm6k = {
email = "nix@quidecco.pl";
name = "Isidor Zeuner";
};
gmacon = {
name = "George Macon";
matrix = "@gmacon:matrix.org";
github = "gmacon";
githubId = 238853;
};
gnxlxnxx = {
email = "gnxlxnxx@web.de";
github = "gnxlxnxx";
githubId = 25820499;
name = "Roman Kretschmer";
};
goatchurchprime = {
email = "julian@goatchurch.org.uk";
github = "goatchurchprime";
githubId = 677254;
name = "Julian Todd";
};
gobidev = {
email = "adrian.groh@t-online.de";
github = "Gobidev";
githubId = 50576978;
name = "Adrian Groh";
keys = [ { fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771"; } ];
};
goertzenator = {
email = "daniel.goertzen@gmail.com";
github = "goertzenator";
githubId = 605072;
name = "Daniel Goertzen";
};
GoldsteinE = {
email = "root@goldstein.rs";
github = "GoldsteinE";
githubId = 12019211;
name = "Maximilian Siling";
keys = [ { fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A"; } ];
};
Golo300 = {
email = "lanzingertm@gmail.com";
github = "Golo300";
githubId = 58785758;
name = "Tim Lanzinger";
};
Gonzih = {
email = "gonzih@gmail.com";
github = "Gonzih";
githubId = 266275;
name = "Max Gonzih";
};
goodrone = {
email = "goodrone@gmail.com";
github = "goodrone";
githubId = 1621335;
name = "Andrew Trachenko";
};
gordon-bp = {
email = "gordy@hanakano.com";
github = "Gordon-BP";
githubId = 77560236;
name = "Gordon Clark";
};
gotcha = {
email = "gotcha@bubblenet.be";
github = "gotcha";
githubId = 105204;
name = "Godefroid Chapelle";
};
govanify = {
name = "Gauvain 'GovanifY' Roussel-Tarbouriech";
email = "gauvain@govanify.com";
github = "GovanifY";
githubId = 6375438;
keys = [ { fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556"; } ];
};
gp2112 = {
email = "me@guip.dev";
github = "gp2112";
githubId = 26512375;
name = "Guilherme Paixão";
keys = [ { fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1"; } ];
};
gpanders = {
name = "Gregory Anders";
email = "greg@gpanders.com";
github = "gpanders";
githubId = 8965202;
keys = [ { fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB"; } ];
};
gpl = {
email = "nixos-6c64ce18-bbbc-414f-8dcb-f9b6b47fe2bc@isopleth.org";
github = "gpl";
githubId = 39648069;
name = "isogram";
};
gpyh = {
email = "yacine.hmito@gmail.com";
github = "yacinehmito";
githubId = 6893840;
name = "Yacine Hmito";
};
gracicot = {
email = "dev@gracicot.com";
matrix = "@gracicot-59e8f173d73408ce4f7ac803:gitter.im";
github = "gracicot";
githubId = 2906673;
name = "Guillaume Racicot";
};
graham33 = {
email = "graham@grahambennett.org";
github = "graham33";
githubId = 10908649;
name = "Graham Bennett";
};
grahamc = {
email = "graham@grahamc.com";
github = "grahamc";
githubId = 76716;
name = "Graham Christensen";
};
grahamnorris = {
email = "oss@grahamjnorris.com";
github = "grahamnorris";
githubId = 66037909;
name = "Graham J. Norris";
};
gravndal = {
email = "gaute.ravndal+nixos@gmail.com";
github = "gravndal";
githubId = 4656860;
name = "Gaute Ravndal";
};
gray-heron = {
email = "ave+nix@cezar.info";
github = "gray-heron";
githubId = 7032646;
name = "Cezary Siwek";
};
graysonhead = {
email = "grayson@graysonhead.net";
github = "graysonhead";
githubId = 6179496;
name = "Grayson Head";
};
grburst = {
email = "GRBurst@protonmail.com";
github = "GRBurst";
githubId = 4647221;
name = "GRBurst";
keys = [ { fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; } ];
};
greaka = {
email = "git@greaka.de";
github = "greaka";
githubId = 2805834;
name = "Greaka";
keys = [ { fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C"; } ];
};
greg = {
email = "greg.hellings@gmail.com";
github = "greg-hellings";
githubId = 273582;
name = "greg";
};
greizgh = {
email = "greizgh@ephax.org";
github = "greizgh";
githubId = 1313624;
name = "greizgh";
};
greydot = {
email = "lanablack@amok.cc";
github = "greydot";
githubId = 7385287;
name = "Lana Black";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
grgi = {
name = "Gregor Giesen";
email = "gregor@giesen.net";
matrix = "@gregor:giesen.net";
github = "grgi";
githubId = 6435815;
keys = [ { fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7"; } ];
};
gridaphobe = {
email = "eric@seidel.io";
github = "gridaphobe";
githubId = 201997;
name = "Eric Seidel";
};
griffi-gh = {
name = "Alex Prasol";
email = "prasol258@gmail.com";
matrix = "@voxel:nyanbinary.rs";
github = "griffi-gh";
githubId = 45996170;
};
grimmauld = {
name = "Sören Bender";
email = "soeren@benjos.de";
github = "LordGrimmauld";
githubId = 49513131;
matrix = "@grimmauld:grimmauld.de";
};
grindhold = {
name = "grindhold";
email = "grindhold+nix@skarphed.org";
github = "grindhold";
githubId = 2592640;
};
grnnja = {
email = "grnnja@gmail.com";
github = "grnnja";
githubId = 31556469;
name = "Prem Netsuwan";
};
groodt = {
email = "groodt@gmail.com";
github = "groodt";
githubId = 343415;
name = "Greg Roodt";
};
gruve-p = {
email = "groestlcoin@gmail.com";
github = "gruve-p";
githubId = 11212268;
name = "gruve-p";
};
gschwartz = {
email = "gsch@pennmedicine.upenn.edu";
github = "GregorySchwartz";
githubId = 2490088;
name = "Gregory Schwartz";
};
gspia = {
email = "iahogsp@gmail.com";
github = "gspia";
githubId = 3320792;
name = "gspia";
};
gtrunsec = {
email = "gtrunsec@hardenedlinux.org";
github = "GTrunSec";
githubId = 21156405;
name = "GuangTao Zhang";
};
Guanran928 = {
email = "guanran928@outlook.com";
github = "Guanran928";
githubId = 68757440;
name = "Guanran Wang";
keys = [ { fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF"; } ];
};
guekka = {
github = "Guekka";
githubId = 39066502;
name = "Guekka";
};
guibert = {
email = "david.guibert@gmail.com";
github = "dguibert";
githubId = 1178864;
name = "David Guibert";
};
guibou = {
email = "guillaum.bouchard@gmail.com";
github = "guibou";
githubId = 9705357;
name = "Guillaume Bouchard";
};
GuillaumeDesforges = {
email = "aceus02@gmail.com";
github = "GuillaumeDesforges";
githubId = 1882000;
name = "Guillaume Desforges";
};
guillaumekoenig = {
email = "guillaume.edward.koenig@gmail.com";
github = "guillaumekoenig";
githubId = 10654650;
name = "Guillaume Koenig";
};
guillaumematheron = {
email = "guillaume_nix@matheron.eu";
github = "guillaumematheron";
githubId = 1949438;
name = "Guillaume Matheron";
};
guitargeek = {
email = "jonas.rembser@cern.ch";
github = "guitargeek";
githubId = 6578603;
name = "Jonas Rembser";
};
guserav = {
github = "guserav";
githubId = 28863828;
name = "guserav";
};
guyonvarch = {
email = "joris@guyonvarch.me";
github = "guyonvarch";
githubId = 6768842;
name = "Joris Guyonvarch";
};
gvolpe = {
email = "volpegabriel@gmail.com";
github = "gvolpe";
githubId = 443978;
name = "Gabriel Volpe";
};
gwg313 = {
email = "gwg313@pm.me";
matrix = "@gwg313:matrix.org";
github = "gwg313";
githubId = 70684146;
name = "Glen Goodwin";
};
gytis-ivaskevicius = {
name = "Gytis Ivaskevicius";
email = "me@gytis.io";
matrix = "@gytis-ivaskevicius:matrix.org";
github = "gytis-ivaskevicius";
githubId = 23264966;
};
h7x4 = {
name = "h7x4";
email = "h7x4@nani.wtf";
matrix = "@h7x4:nani.wtf";
github = "h7x4";
githubId = 14929991;
keys = [ { fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC"; } ];
};
hacker1024 = {
name = "hacker1024";
email = "hacker1024@users.sourceforge.net";
github = "hacker1024";
githubId = 20849728;
};
hadilq = {
name = "Hadi Lashkari Ghouchani";
email = "hadilq.dev@gmail.com";
github = "hadilq";
githubId = 5190539;
keys = [ { fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075"; } ];
};
hagl = {
email = "harald@glie.be";
github = "hagl";
githubId = 1162118;
name = "Harald Gliebe";
};
hakan-demirli = {
email = "ehdemirli@proton.me";
github = "hakan-demirli";
githubId = 78746991;
name = "Emre Hakan Demirli";
};
hakuch = {
email = "hakuch@gmail.com";
github = "hakuch";
githubId = 1498782;
name = "Jesse Haber-Kucharsky";
};
hamburger1984 = {
email = "hamburger1984@gmail.com";
github = "hamburger1984";
githubId = 438976;
name = "Andreas Krohn";
};
hamhut1066 = {
email = "github@hamhut1066.com";
github = "moredhel";
githubId = 1742172;
name = "Hamish Hutchings";
};
hamzaremmal = {
email = "hamza.remmal@epfl.ch";
github = "hamzaremmal";
githubId = 56235032;
name = "Hamza Remmal";
};
hanemile = {
email = "mail@emile.space";
github = "HanEmile";
githubId = 22756350;
name = "Emile Hansmaennel";
};
HannahMR = {
name = "Hannah Rosenberg";
email = "hannah@velascommerce.com";
github = "HannahMR";
githubId = 9088467;
};
hannesgith = {
email = "nix@h-h.win";
github = "hannesgith";
githubId = 33062605;
name = "Hannes Hattenbach";
};
hansjoergschurr = {
email = "commits@schurr.at";
github = "hansjoergschurr";
githubId = 9850776;
name = "Hans-Jörg Schurr";
};
HaoZeke = {
email = "r95g10@gmail.com";
github = "HaoZeke";
githubId = 4336207;
name = "Rohit Goswami";
keys = [ { fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6"; } ];
};
happyalu = {
email = "alok@parlikar.com";
github = "happyalu";
githubId = 231523;
name = "Alok Parlikar";
};
happy-river = {
email = "happyriver93@runbox.com";
github = "happy-river";
githubId = 54728477;
name = "Happy River";
};
happysalada = {
email = "raphael@megzari.com";
matrix = "@happysalada:matrix.org";
github = "happysalada";
githubId = 5317234;
name = "Raphael Megzari";
};
hardselius = {
email = "martin@hardselius.dev";
github = "hardselius";
githubId = 1422583;
name = "Martin Hardselius";
keys = [ { fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619"; } ];
};
harrisonthorne = {
email = "harrisonthorne@proton.me";
github = "muni-corn";
githubId = 33523827;
name = "Harrison Thorne";
};
haruki7049 = {
email = "tontonkirikiri@gmail.com";
github = "haruki7049";
githubId = 64677724;
name = "haruki7049";
};
harvidsen = {
email = "harvidsen@gmail.com";
github = "harvidsen";
githubId = 62279738;
name = "Håkon Arvidsen";
};
HaskellHegemonie = {
name = "HaskellHegemonie";
email = "haskellisierer@proton.me";
github = "HaskellHegemonie";
githubId = 73712423;
keys = [ { fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B"; } ];
};
haslersn = {
email = "haslersn@fius.informatik.uni-stuttgart.de";
github = "haslersn";
githubId = 33969028;
name = "Sebastian Hasler";
};
hasnep = {
name = "Hannes";
email = "h@nnes.dev";
matrix = "@hasnep:matrix.org";
github = "Hasnep";
githubId = 25184102;
};
hausken = {
name = "Hausken";
email = "hauskens-git@disp.lease>";
github = "hauskens";
githubId = 79340822;
keys = [ { fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650"; } ];
};
havvy = {
email = "ryan.havvy@gmail.com";
github = "Havvy";
githubId = 731722;
name = "Ryan Scheel";
};
hawkw = {
email = "eliza@elizas.website";
github = "hawkw";
githubId = 2796466;
name = "Eliza Weisman";
};
hax404 = {
email = "hax404foogit@hax404.de";
matrix = "@hax404:hax404.de";
github = "hax404";
githubId = 1379411;
name = "Georg Haas";
};
hbjydev = {
email = "hayden@kuraudo.io";
github = "hbjydev";
githubId = 22327045;
name = "Hayden Young";
};
hbunke = {
email = "bunke.hendrik@gmail.com";
github = "hbunke";
githubId = 1768793;
name = "Hendrik Bunke";
};
hce = {
email = "hc@hcesperer.org";
github = "hce";
githubId = 147689;
name = "Hans-Christian Esperer";
};
hdhog = {
name = "Serg Larchenko";
email = "hdhog@hdhog.ru";
github = "hdhog";
githubId = 386666;
keys = [ { fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63"; } ];
};
hectorj = {
email = "hector.jusforgues+nixos@gmail.com";
github = "hectorj";
githubId = 2427959;
name = "Hector Jusforgues";
};
hedning = {
email = "torhedinbronner@gmail.com";
github = "hedning";
githubId = 71978;
name = "Tor Hedin Brønner";
};
heel = {
email = "parizhskiy@gmail.com";
github = "HeeL";
githubId = 287769;
name = "Sergii Paryzhskyi";
};
hehongbo = {
name = "Hongbo";
github = "hehongbo";
githubId = 665472;
matrix = "@hehongbo:matrix.org";
};
heijligen = {
email = "src@posteo.de";
github = "heijligen";
githubId = 19170376;
name = "Thomas Heijligen";
};
heisfer = {
email = "heisfer@refract.dev";
github = "heisfer";
githubId = 28564678;
matrix = "@heisfer:matrix.org";
name = "Heisfer";
};
HeitorAugustoLN = {
email = "IAm.HeitorALN@proton.me";
github = "HeitorAugustoLN";
githubId = 44377258;
name = "Heitor Augusto";
};
helium = {
email = "helium.dev@tuta.io";
github = "helium18";
githubId = 86223025;
name = "helium";
};
helkafen = {
email = "arnaudpourseb@gmail.com";
github = "Helkafen";
githubId = 2405974;
name = "Sébastian Méric de Bellefon";
};
hellodword = {
github = "hellodword";
githubId = 46193371;
name = "hellodword";
};
hellwolf = {
email = "zhicheng.miao@gmail.com";
github = "hellwolf";
githubId = 186660;
name = "Miao, ZhiCheng";
};
helsinki-Jo = {
email = "joachim.ernst@helsinki-systems.de";
github = "helsinki-Jo";
githubId = 155722885;
name = "Joachim Ernst";
};
henkery = {
email = "jim@reupload.nl";
github = "henkery";
githubId = 1923309;
name = "Jim van Abkoude";
};
henkkalkwater = {
email = "chris+nixpkgs@netsoj.nl";
github = "HenkKalkwater";
githubId = 4262067;
matrix = "@chris:netsoj.nl";
name = "Chris Josten";
};
hennk = {
email = "henning.kiel@gmail.com";
github = "hennk";
githubId = 328259;
name = "Henning Kiel";
};
henrikolsson = {
email = "henrik@fixme.se";
github = "henrikolsson";
githubId = 982322;
name = "Henrik Olsson";
};
henrirosten = {
email = "henri.rosten@unikie.com";
github = "henrirosten";
githubId = 49935860;
name = "Henri Rosten";
};
henrytill = {
email = "henrytill@gmail.com";
github = "henrytill";
githubId = 6430643;
name = "Henry Till";
};
hensoko = {
email = "hensoko@pub.solar";
github = "hensoko";
githubId = 13552930;
name = "hensoko";
};
heph2 = {
email = "srht@mrkeebs.eu";
github = "heph2";
githubId = 87579883;
name = "Marco";
};
herberteuler = {
email = "herberteuler@gmail.com";
github = "herberteuler";
githubId = 1401179;
name = "Guanpeng Xu";
};
herbetom = {
email = "nixos@tomherbers.de";
github = "herbetom";
githubId = 15121114;
name = "Tom Herbers";
};
herschenglime = {
github = "Herschenglime";
githubId = 69494718;
name = "Herschenglime";
};
hexa = {
email = "hexa@darmstadt.ccc.de";
matrix = "@hexa:lossy.network";
github = "mweinelt";
githubId = 131599;
name = "Martin Weinelt";
};
hexagonal-sun = {
email = "dev@mattleach.net";
github = "hexagonal-sun";
githubId = 222664;
name = "Matthew Leach";
};
hexclover = {
email = "hexclover@outlook.com";
github = "hexclover";
githubId = 47456195;
name = "hexclover";
};
heyimnova = {
email = "git@heyimnova.dev";
github = "heyimnova";
githubId = 115728866;
name = "Nova Witterick";
keys = [ { fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C"; } ];
};
heywoodlh = {
email = "nixpkgs@heywoodlh.io";
github = "heywoodlh";
githubId = 18178614;
name = "Spencer Heywood";
};
hh = {
email = "hh@m-labs.hk";
github = "HarryMakes";
githubId = 66358631;
name = "Harry Ho";
};
hhm = {
email = "heehooman+nixpkgs@gmail.com";
github = "hhm0";
githubId = 3656888;
name = "hhm";
};
hhydraa = {
email = "hcurfman@keemail.me";
github = "hhydraa";
githubId = 58676303;
name = "hhydraa";
};
higebu = {
name = "Yuya Kusakabe";
email = "yuya.kusakabe@gmail.com";
github = "higebu";
githubId = 733288;
};
hikari = {
email = "HikariNee@protonmail.com";
github = "HikariNee";
githubId = 72349937;
name = "Hikari";
};
hirenashah = {
email = "hiren@hiren.io";
github = "hirenashah";
githubId = 19825977;
name = "Hiren Shah";
};
hiro98 = {
email = "hiro@protagon.space";
github = "vale981";
githubId = 4025991;
name = "Valentin Boettcher";
keys = [ { fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19"; } ];
};
hitsmaxft = {
name = "Bhe Hongtyu";
email = "mfthits@gmail.com";
github = "hitsmaxft";
githubId = 352727;
};
hjones2199 = {
email = "hjones2199@gmail.com";
github = "hjones2199";
githubId = 5525217;
name = "Hunter Jones";
};
hkjn = {
email = "me@hkjn.me";
name = "Henrik Jonsson";
github = "hkjn";
githubId = 287215;
keys = [ { fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15"; } ];
};
hleboulanger = {
email = "hleboulanger@protonmail.com";
name = "Harold Leboulanger";
github = "thbkrshw";
githubId = 33122;
};
hloeffler = {
name = "Hauke Löffler";
email = "nix@hauke-loeffler.de";
github = "hloeffler";
githubId = 6627191;
};
hlolli = {
email = "hlolli@gmail.com";
github = "hlolli";
githubId = 6074754;
name = "Hlodver Sigurdsson";
};
hmajid2301 = {
name = "Haseeb Majid";
email = "hello@haseebmajid.dev";
github = "hmajid2301";
githubId = 998807;
keys = [ { fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9"; } ];
};
hmenke = {
name = "Henri Menke";
email = "henri@henrimenke.de";
matrix = "@hmenke:matrix.org";
github = "hmenke";
githubId = 1903556;
keys = [ { fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3"; } ];
};
hodapp = {
email = "hodapp87@gmail.com";
github = "Hodapp87";
githubId = 896431;
name = "Chris Hodapp";
};
hogcycle = {
email = "nate@gysli.ng";
github = "hogcycle";
githubId = 57007241;
name = "hogcycle";
};
holgerpeters = {
name = "Holger Peters";
email = "holger.peters@posteo.de";
github = "HolgerPeters";
githubId = 4097049;
};
hollowman6 = {
email = "hollowman@hollowman.ml";
github = "HollowMan6";
githubId = 43995067;
name = "Songlin Jiang";
};
holymonson = {
email = "holymonson@gmail.com";
github = "holymonson";
githubId = 902012;
name = "Monson Shao";
};
hongchangwu = {
email = "wuhc85@gmail.com";
github = "hongchangwu";
githubId = 362833;
name = "Hongchang Wu";
};
honnip = {
name = "Jung seungwoo";
email = "me@honnip.page";
matrix = "@honnip:matrix.org";
github = "honnip";
githubId = 108175486;
keys = [ { fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415"; } ];
};
hoppla20 = {
email = "privat@vincentcui.de";
github = "hoppla20";
githubId = 25618740;
name = "Vincent Cui";
};
hornwall = {
email = "hannes@hornwall.me";
github = "hornwall";
githubId = 1064477;
name = "Hannes Hornwall";
};
hoverbear = {
email = "operator+nix@hoverbear.org";
matrix = "@hoverbear:matrix.org";
github = "Hoverbear";
githubId = 130903;
name = "Ana Hobden";
};
hqurve = {
email = "hqurve@outlook.com";
github = "hqurve";
githubId = 53281855;
name = "hqurve";
};
hraban = {
email = "hraban@0brg.net";
github = "hraban";
githubId = 137852;
name = "Hraban Luyat";
};
hrdinka = {
email = "c.nix@hrdinka.at";
github = "hrdinka";
githubId = 1436960;
name = "Christoph Hrdinka";
};
hrhino = {
email = "hora.rhino@gmail.com";
github = "hrhino";
githubId = 28076058;
name = "Harrison Houghton";
};
hschaeidt = {
email = "he.schaeidt@gmail.com";
github = "hschaeidt";
githubId = 1614615;
name = "Hendrik Schaeidt";
};
hsjobeki = {
email = "hsjobeki@gmail.com";
github = "hsjobeki";
githubId = 50398876;
name = "Johannes Kirschbauer";
};
htr = {
email = "hugo@linux.com";
github = "htr";
githubId = 39689;
name = "Hugo Tavares Reis";
};
huantian = {
name = "David Li";
email = "davidtianli@gmail.com";
matrix = "@huantian:huantian.dev";
github = "huantianad";
githubId = 20760920;
keys = [ { fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5"; } ];
};
hubble = {
name = "Hubble the Wolverine";
email = "hubblethewolverine@gmail.com";
matrix = "@hubofeverything:bark.lgbt";
github = "the-furry-hubofeverything";
githubId = 53921912;
};
hufman = {
email = "hufman@gmail.com";
github = "hufman";
githubId = 1592375;
name = "Walter Huf";
};
hughmandalidis = {
name = "Hugh Mandalidis";
email = "mandalidis.hugh@gmail.com";
github = "ThanePatrol";
githubId = 23148089;
};
hughobrien = {
email = "github@hughobrien.ie";
github = "hughobrien";
githubId = 3400690;
name = "Hugh O'Brien";
};
hugolgst = {
email = "hugo.lageneste@pm.me";
github = "hugolgst";
githubId = 15371828;
name = "Hugo Lageneste";
};
hugoreeves = {
email = "hugo@hugoreeves.com";
github = "HugoReeves";
githubId = 20039091;
name = "Hugo Reeves";
keys = [ { fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9"; } ];
};
hulr = {
github = "hulr";
githubId = 17255815;
name = "hulr";
};
humancalico = {
email = "humancalico@disroot.org";
github = "humancalico";
githubId = 51334444;
name = "Akshat Agarwal";
};
hummeltech = {
email = "hummeltech@sherpaguru.com";
github = "hummeltech";
githubId = 6109326;
name = "David Hummel";
};
husjon = {
name = "Jon Erling Hustadnes";
email = "jonerling.hustadnes+nixpkgs@gmail.com";
github = "husjon";
githubId = 554229;
};
husky = {
email = "husky@husky.sh";
github = "huskyistaken";
githubId = 20684258;
name = "Luna Perego";
keys = [ { fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF"; } ];
};
hustlerone = {
email = "nine-ball@tutanota.com";
matrix = "@hustlerone:matrix.org";
github = "hustlerone";
name = "Hustler One";
githubId = 167621692;
};
huyngo = {
email = "huyngo@disroot.org";
github = "Huy-Ngo";
name = "Ngô Ngc Đc Huy";
githubId = 19296926;
keys = [ { fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3"; } ];
};
hxtmdev = {
email = "daniel@hxtm.dev";
name = "Daniel Höxtermann";
github = "hxtmdev";
githubId = 7771007;
};
hypersw = {
email = "baltic@hypersw.net";
github = "hypersw";
githubId = 2332070;
name = "Serge Baltic";
};
hyphon81 = {
email = "zero812n@gmail.com";
github = "hyphon81";
githubId = 12491746;
name = "Masato Yonekawa";
};
hyshka = {
name = "Bryan Hyshka";
email = "bryan@hyshka.com";
github = "hyshka";
githubId = 2090758;
keys = [ { fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA"; } ];
};
hyzual = {
email = "hyzual@gmail.com";
github = "Hyzual";
githubId = 2051507;
name = "Joris Masson";
};
hzeller = {
email = "h.zeller@acm.org";
github = "hzeller";
githubId = 140937;
name = "Henner Zeller";
};
i077 = {
email = "nixpkgs@imranhossa.in";
github = "i077";
githubId = 2789926;
name = "Imran Hossain";
};
iagoq = {
github = "iagocq";
githubId = 18238046;
name = "Iago Manoel Brito";
keys = [ { fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA"; } ];
};
i-al-istannen = {
name = "I Al Istannen";
github = "I-Al-Istannen";
githubId = 20284688;
};
iammrinal0 = {
email = "nixpkgs@mrinalpurohit.in";
matrix = "@iammrinal0:nixos.dev";
github = "iAmMrinal0";
githubId = 890062;
name = "Mrinal";
};
iand675 = {
email = "ian@iankduncan.com";
github = "iand675";
githubId = 69209;
name = "Ian Duncan";
};
ianliu = {
email = "ian.liu88@gmail.com";
github = "ianliu";
githubId = 30196;
name = "Ian Liu Rodrigues";
};
ianwookim = {
email = "ianwookim@gmail.com";
github = "wavewave";
githubId = 1031119;
name = "Ian-Woo Kim";
};
ibizaman = {
email = "ibizapeanut@gmail.com";
github = "ibizaman";
githubId = 1044950;
name = "Pierre Penninckx";
keys = [ { fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE"; } ];
};
iblech = {
email = "iblech@speicherleck.de";
github = "iblech";
githubId = 3661115;
name = "Ingo Blechschmidt";
};
icewind1991 = {
name = "Robin Appelman";
email = "robin@icewind.nl";
github = "icewind1991";
githubId = 1283854;
};
icyrockcom = {
github = "icyrockcom";
githubId = 785140;
name = "icyrock";
};
icy-thought = {
name = "Icy-Thought";
email = "gilganyx@pm.me";
matrix = "@gilganix:matrix.org";
github = "Icy-Thought";
githubId = 53710398;
};
id3v1669 = {
name = "id3v1669";
email = "id3v1669@gmail.com";
github = "id3v1669";
githubId = 57532211;
};
idlip = {
name = "Dilip";
email = "igoldlip@gmail.com";
github = "idlip";
githubId = 117019901;
};
idontgetoutmuch = {
email = "dominic@steinitz.org";
github = "idontgetoutmuch";
githubId = 1550265;
name = "Dominic Steinitz";
};
ifd3f = {
github = "ifd3f";
githubId = 7308591;
email = "astrid@astrid.tech";
name = "ifd3f";
};
if-loop69420 = {
github = "if-loop69420";
githubId = 81078181;
email = "j.sztavi@pm.me";
name = "Jeremy Sztavinovszki";
};
iFreilicht = {
github = "iFreilicht";
githubId = 9742635;
matrix = "@ifreilicht:matrix.org";
email = "nixpkgs@mail.felix-uhl.de";
name = "Felix Uhl";
};
ifurther = {
github = "ifurther";
githubId = 55025025;
name = "Feather Lin";
};
igsha = {
email = "igor.sharonov@gmail.com";
github = "igsha";
githubId = 5345170;
name = "Igor Sharonov";
};
iimog = {
email = "iimog@iimog.org";
github = "iimog";
githubId = 7403236;
name = "Markus J. Ankenbrand";
};
iivusly = {
email = "iivusly@icloud.com";
github = "iivusly";
githubId = 52052910;
name = "iivusly";
};
ikervagyok = {
email = "ikervagyok@gmail.com";
github = "ikervagyok";
githubId = 7481521;
name = "Balázs Lengyel";
};
ilaumjd = {
email = "ilaumjd@gmail.com";
github = "ilaumjd";
githubId = 16514431;
name = "Ilham AM";
};
ilian = {
email = "ilian@tuta.io";
github = "ilian";
githubId = 25505957;
name = "Ilian";
};
iliayar = {
email = "iliayar3@gmail.com";
github = "iliayar";
githubId = 17529355;
name = "Ilya Yaroshevskiy";
};
ilikeavocadoes = {
email = "ilikeavocadoes@hush.com";
github = "ilikeavocadoes";
githubId = 36193715;
name = "Lassi Haasio";
};
ilkecan = {
email = "ilkecan@protonmail.com";
matrix = "@ilkecan:matrix.org";
github = "ilkecan";
githubId = 40234257;
name = "ilkecan bozdogan";
};
illegalprime = {
email = "themichaeleden@gmail.com";
github = "illegalprime";
githubId = 4401220;
name = "Michael Eden";
};
illiusdope = {
email = "mat@marini.ca";
github = "illiusdope";
githubId = 61913481;
name = "Mat Marini";
};
illustris = {
email = "me@illustris.tech";
github = "illustris";
githubId = 3948275;
name = "Harikrishnan R";
};
ilya-epifanov = {
email = "mail@ilya.network";
github = "ilya-epifanov";
githubId = 92526;
name = "Ilya";
};
ilya-fedin = {
email = "fedin-ilja2010@ya.ru";
github = "ilya-fedin";
githubId = 17829319;
name = "Ilya Fedin";
};
ilya-kolpakov = {
email = "ilya.kolpakov@gmail.com";
github = "1pakch";
githubId = 592849;
name = "Ilya Kolpakov";
};
ilyakooo0 = {
name = "Ilya Kostyuchenko";
email = "ilyakooo0@gmail.com";
github = "ilyakooo0";
githubId = 6209627;
};
imadnyc = {
email = "me@imad.nyc";
github = "imadnyc";
githubId = 113966166;
name = "Abdullah Imad";
matrix = "@dre:imad.nyc";
};
imalison = {
email = "IvanMalison@gmail.com";
github = "colonelpanic8";
githubId = 1246619;
name = "Ivan Malison";
};
imalsogreg = {
email = "imalsogreg@gmail.com";
github = "imalsogreg";
githubId = 993484;
name = "Greg Hale";
};
imgabe = {
email = "gabrielpmonte@hotmail.com";
github = "ImGabe";
githubId = 24387926;
name = "Gabriel Pereira";
};
imincik = {
email = "ivan.mincik@gmail.com";
matrix = "@imincik:matrix.org";
github = "imincik";
githubId = 476346;
name = "Ivan Mincik";
};
imlonghao = {
email = "nixos@esd.cc";
github = "imlonghao";
githubId = 4951333;
name = "Hao Long";
};
immae = {
email = "ismael@bouya.org";
matrix = "@immae:immae.eu";
github = "immae";
githubId = 510202;
name = "Ismaël Bouya";
};
impl = {
email = "noah@noahfontes.com";
matrix = "@impl:matrix.org";
github = "impl";
githubId = 41129;
name = "Noah Fontes";
keys = [ { fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA"; } ];
};
imrying = {
email = "philiprying@gmail.com";
github = "imrying";
githubId = 36996706;
name = "Philip Rying";
};
imsick = {
email = "lent-lather-excuse@duck.com";
github = "dvishal485";
githubId = 26341736;
name = "Vishal Das";
};
imuli = {
email = "i@imu.li";
github = "imuli";
githubId = 4085046;
name = "Imuli";
};
inclyc = {
email = "i@lyc.dev";
github = "inclyc";
githubId = 36667224;
name = "Yingchi Long";
};
indexyz = {
email = "indexyz@pm.me";
github = "5aaee9";
githubId = 7685264;
name = "Indexyz";
};
ineol = {
email = "leo.stefanesco@gmail.com";
github = "ineol";
githubId = 37965;
name = "Léo Stefanesco";
};
infinidoge = {
name = "Infinidoge";
email = "infinidoge@inx.moe";
github = "Infinidoge";
githubId = 22727114;
};
infinisil = {
email = "contact@infinisil.com";
matrix = "@infinisil:matrix.org";
github = "infinisil";
githubId = 20525370;
name = "Silvan Mosberger";
keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ];
};
infinitivewitch = {
name = "Infinitive Witch";
email = "infinitivewitch@disroot.org";
matrix = "@infinitivewitch:fedora.im";
github = "infinitivewitch";
githubId = 128256833;
keys = [ { fingerprint = "CF3D F4AD C7BD 1FDB A88B E4B3 CA2D 43DA 939D 94FB"; } ];
};
ingenieroariel = {
email = "ariel@nunez.co";
github = "ingenieroariel";
githubId = 54999;
name = "Ariel Nunez";
};
interdependence = {
email = "git@williamvandervalk.com";
github = "interdependence";
githubId = 45567423;
name = "William Vandervalk";
};
Intuinewin = {
email = "antoinelabarussias@gmail.com";
github = "Intuinewin";
githubId = 13691729;
name = "Antoine Labarussias";
keys = [ { fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E"; } ];
};
invokes-su = {
email = "nixpkgs-commits@deshaw.com";
github = "invokes-su";
githubId = 88038050;
name = "Souvik Sen";
};
iogamaster = {
email = "iogamastercode+nixpkgs@gmail.com";
name = "IogaMaster";
github = "iogamaster";
githubId = 67164465;
};
ionutnechita = {
email = "ionut_n2001@yahoo.com";
github = "ionutnechita";
githubId = 9405900;
name = "Ionut Nechita";
};
iopq = {
email = "iop_jr@yahoo.com";
github = "iopq";
githubId = 1817528;
name = "Igor Polyakov";
};
iosmanthus = {
email = "myosmanthustree@gmail.com";
github = "iosmanthus";
githubId = 16307070;
name = "iosmanthus";
};
iquerejeta = {
github = "iquerejeta";
githubId = 31273774;
name = "Inigo Querejeta-Azurmendi";
};
irenes = {
name = "Irene Knapp";
email = "ireneista@gmail.com";
matrix = "@irenes:matrix.org";
github = "IreneKnapp";
githubId = 157678;
keys = [ { fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD"; } ];
};
ironicbadger = {
email = "alexktz@gmail.com";
github = "ironicbadger";
githubId = 2773080;
name = "Alex Kretzschmar";
};
ironpinguin = {
email = "michele@catalano.de";
github = "ironpinguin";
githubId = 137306;
name = "Michele Catalano";
};
isabelroses = {
email = "isabel@isabelroses.com";
github = "isabelroses";
githubId = 71222764;
name = "Isabel Roses";
};
isaozler = {
email = "isaozler@gmail.com";
github = "isaozler";
githubId = 1378630;
name = "Isa Ozler";
};
isgy = {
name = "isgy";
email = "isgy@teiyg.com";
github = "tgys";
githubId = 13622947;
keys = [ { fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293"; } ];
};
istoph = {
email = "chr@istoph.de";
name = "Christoph Hüffelmann";
github = "istoph";
githubId = 114227790;
};
istudyatuni = {
name = "Ilia";
github = "istudyatuni";
githubId = 43654815;
};
itepastra = {
name = "Noa Aarts";
github = "itepastra";
githubId = 27058689;
email = "itepastra@gmail.com";
keys = [ { fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F"; } ];
};
itsvic-dev = {
email = "contact@itsvic.dev";
name = "Victor B.";
github = "itsvic-dev";
githubId = 17727163;
keys = [ { fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1"; } ];
};
ius = {
email = "j.de.gram@gmail.com";
name = "Joerie de Gram";
matrix = "@ius:nltrix.net";
github = "ius";
githubId = 529626;
};
ivan = {
email = "ivan@ludios.org";
github = "ivan";
githubId = 4458;
name = "Ivan Kozik";
};
ivan770 = {
email = "ivan@ivan770.me";
github = "ivan770";
githubId = 14003886;
name = "Ivan Leshchenko";
};
ivan-babrou = {
email = "nixpkgs@ivan.computer";
name = "Ivan Babrou";
github = "bobrik";
githubId = 89186;
};
ivanbrennan = {
email = "ivan.brennan@gmail.com";
github = "ivanbrennan";
githubId = 1672874;
name = "Ivan Brennan";
keys = [ { fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54"; } ];
};
ivankovnatsky = {
github = "ivankovnatsky";
githubId = 75213;
name = "Ivan Kovnatsky";
keys = [ { fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F"; } ];
};
ivanmoreau = {
email = "Iván Molina Rebolledo";
github = "ivanmoreau";
githubId = 10843250;
name = "ivan@ivmoreau.com";
};
ivan-timokhin = {
email = "nixpkgs@ivan.timokhin.name";
name = "Ivan Timokhin";
github = "ivan-timokhin";
githubId = 9802104;
};
ivan-tkatchev = {
email = "tkatchev@gmail.com";
github = "ivan-tkatchev";
githubId = 650601;
name = "Ivan Tkatchev";
};
ivarmedi = {
email = "ivar@larsson.me";
github = "ivarmedi";
githubId = 1318743;
name = "Ivar";
};
iv-nn = {
name = "iv-nn";
github = "iv-nn";
githubId = 49885246;
keys = [ { fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3"; } ];
};
ivyfanchiang = {
email = "dev@ivyfanchiang.ca";
github = "hexadecimalDinosaur";
githubId = 36890802;
name = "Ivy Fan-Chiang";
};
iwanb = {
email = "tracnar@gmail.com";
github = "iwanb";
githubId = 4035835;
name = "Iwan";
};
ixmatus = {
email = "parnell@digitalmentat.com";
github = "ixmatus";
githubId = 30714;
name = "Parnell Springmeyer";
};
ixxie = {
email = "matan@fluxcraft.net";
github = "ixxie";
githubId = 20320695;
name = "Matan Bendix Shenhav";
};
iynaix = {
email = "iynaix@gmail.com";
github = "iynaix";
githubId = 94313;
name = "Xianyi Lin";
};
izorkin = {
email = "Izorkin@gmail.com";
github = "Izorkin";
githubId = 26877687;
name = "Yurii Izorkin";
};
j03 = {
email = "github@johannesloetzsch.de";
github = "johannesloetzsch";
githubId = 175537;
name = "Johannes Lötzsch";
};
j0hax = {
name = "Johannes Arnold";
email = "johannes.arnold@stud.uni-hannover.de";
github = "j0hax";
githubId = 3802620;
};
j0lol = {
name = "Jo";
email = "me@j0.lol";
github = "j0lol";
githubId = 24716467;
};
j0xaf = {
email = "j0xaf@j0xaf.de";
name = "Jörn Gersdorf";
github = "j0xaf";
githubId = 932697;
};
j1nxie = {
email = "rylie@rylie.moe";
name = "Nguyen Pham Quoc An";
github = "j1nxie";
githubId = 52886388;
};
j4m3s = {
name = "James Landrein";
email = "github@j4m3s.eu";
github = "j4m3s-s";
githubId = 9413812;
};
ja1den = {
name = "Jaiden Douglas";
email = "contact@ja1den.me";
github = "ja1den";
githubId = 49811314;
keys = [ { fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93"; } ];
};
jab = {
name = "Joshua Bronson";
email = "jabronson@gmail.com";
github = "jab";
githubId = 64992;
};
jacbart = {
name = "Jack Bartlett";
email = "jacbart@gmail.com";
github = "jacbart";
githubId = 7909687;
};
jacekpoz = {
name = "Jacek Poziemski";
email = "jacekpoz@proton.me";
matrix = "@jacekpoz:jacekpoz.pl";
github = "jacekpoz";
githubId = 64381190;
};
jacfal = {
name = "Jakub Pravda";
email = "me@jakubpravda.net";
github = "jakub-pravda";
githubId = 16310411;
};
jacg = {
name = "Jacek Generowicz";
email = "jacg@my-post-office.net";
github = "jacg";
githubId = 2570854;
};
jackgerrits = {
email = "jack@jackgerrits.com";
github = "jackgerrits";
githubId = 7558482;
name = "Jack Gerrits";
};
jacobkoziej = {
name = "Jacob Koziej";
email = "jacobkoziej@gmail.com";
github = "jacobkoziej";
githubId = 45084216;
keys = [ { fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228"; } ];
};
jaduff = {
email = "jdduffpublic@proton.me";
github = "jaduff";
githubId = 10690970;
name = "James Duff";
};
jagajaga = {
email = "ars.seroka@gmail.com";
github = "jagajaga";
githubId = 2179419;
name = "Arseniy Seroka";
};
jakecleary = {
email = "shout@jakecleary.net";
github = "jakecleary";
githubId = 4572429;
name = "Jake Cleary";
keys = [ { fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2"; } ];
};
jakedevs = {
email = "work@jakedevs.net";
github = "jakedevs";
githubId = 153585330;
name = "Jacob Levi";
};
jakehamilton = {
name = "Jake Hamilton";
email = "jake.hamilton@hey.com";
matrix = "@jakehamilton:matrix.org";
github = "jakehamilton";
githubId = 7005773;
keys = [ { fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21"; } ];
};
jakeisnt = {
name = "Jacob Chvatal";
email = "jake@isnt.online";
github = "jakeisnt";
githubId = 29869612;
};
jakelogemann = {
email = "jake.logemann@gmail.com";
github = "jakelogemann";
githubId = 820715;
name = "Jake Logemann";
};
jakestanger = {
email = "mail@jstanger.dev";
github = "JakeStanger";
githubId = 5057870;
name = "Jake Stanger";
};
jakewaksbaum = {
email = "jake.waksbaum@gmail.com";
github = "jbaum98";
githubId = 5283991;
name = "Jake Waksbaum";
};
jakubgs = {
email = "jakub@gsokolowski.pl";
github = "jakubgs";
githubId = 2212681;
name = "Jakub Grzgorz Sokołowski";
};
jakuzure = {
email = "shin@posteo.jp";
github = "jakuzure";
githubId = 11823547;
name = "jakuzure";
};
jali-clarke = {
email = "jinnah.ali-clarke@outlook.com";
name = "Jinnah Ali-Clarke";
github = "jali-clarke";
githubId = 17733984;
};
jamalam = {
email = "james@jamalam.tech";
name = "jamalam";
github = "Jamalam360";
githubId = 56727311;
keys = [ { fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368"; } ];
};
james-atkins = {
name = "James Atkins";
github = "james-atkins";
githubId = 9221409;
};
jamiemagee = {
email = "jamie.magee@gmail.com";
github = "JamieMagee";
githubId = 1358764;
name = "Jamie Magee";
};
jankaifer = {
name = "Jan Kaifer";
email = "jan@kaifer.cz";
github = "jankaifer";
githubId = 12820484;
};
janlikar = {
name = "Jan Likar";
email = "jan.likar@protonmail.com";
github = "janlikar";
githubId = 4228250;
};
jansol = {
email = "jan.solanti@paivola.fi";
github = "jansol";
githubId = 2588851;
name = "Jan Solanti";
};
jappie = {
email = "jappieklooster@hotmail.com";
github = "jappeace";
githubId = 3874017;
name = "Jappie Klooster";
};
jappie3 = {
name = "Jappie3";
matrix = "@jappie:jappie.dev";
github = "Jappie3";
githubId = 42720120;
};
jaredmontoya = {
name = "Jared Montoya";
github = "jaredmontoya";
githubId = 49511278;
};
jasoncarr = {
email = "jcarr250@gmail.com";
github = "jasoncarr0";
githubId = 6874204;
name = "Jason Carr";
};
jasonodoom = {
email = "jasonodoom@riseup.net";
github = "jasonodoom";
githubId = 6789916;
name = "Jason Odoom";
};
javaes = {
email = "jan+dev@vanesdonk.de";
github = "javaes";
githubId = 1131529;
name = "Jan van Esdonk";
};
javaguirre = {
email = "contacto@javaguirre.net";
github = "javaguirre";
githubId = 488556;
name = "Javier Aguirre";
};
javimerino = {
email = "merino.jav@gmail.com";
name = "Javi Merino";
github = "JaviMerino";
githubId = 44926;
};
jayesh-bhoot = {
name = "Jayesh Bhoot";
email = "jb@jayeshbhoot.com";
github = "jyssh";
githubId = 1915507;
};
jayman2000 = {
email = "jason@jasonyundt.email";
github = "Jayman2000";
githubId = 5579359;
name = "Jason Yundt";
};
jb55 = {
email = "jb55@jb55.com";
github = "jb55";
githubId = 45598;
name = "William Casarin";
};
jbcrail = {
name = "Joseph Crail";
email = "jbcrail@gmail.com";
github = "jbcrail";
githubId = 6038;
};
jbedo = {
email = "cu@cua0.org";
matrix = "@jb:vk3.wtf";
github = "jbedo";
githubId = 372912;
name = "Justin Bedő";
};
jbgi = {
email = "jb@giraudeau.info";
github = "jbgi";
githubId = 221929;
name = "Jean-Baptiste Giraudeau";
};
jbgosselin = {
email = "gosselinjb@gmail.com";
matrix = "@dennajort:matrix.org";
github = "jbgosselin";
githubId = 1536838;
name = "Jean-Baptiste Gosselin";
};
jboy = {
email = "jboy+nixos@bius.moe";
githubId = 2187261;
github = "jboynyc";
matrix = "@jboy:utwente.io";
name = "John Boy";
};
j-brn = {
email = "me@bricker.io";
github = "j-brn";
githubId = 40566146;
name = "Jonas Braun";
};
jc = {
name = "Josh Cooper";
email = "josh@cooper.is";
github = "joshua-cooper";
githubId = 35612334;
};
jcaesar = {
name = "Julius Michaelis";
matrix = "@julius:mtx.liftm.de";
github = "jcaesar";
githubId = 1753388;
};
jceb = {
name = "Jan Christoph Ebersbach";
email = "jceb@e-jc.de";
github = "jceb";
githubId = 101593;
};
jcelerier = {
name = "Jean-Michaël Celerier";
email = "jeanmichael.celerier@gmail.com";
github = "jcelerier";
githubId = 2772730;
};
jchw = {
email = "johnwchadwick@gmail.com";
github = "jchv";
githubId = 938744;
name = "John Chadwick";
};
jcouyang = {
email = "oyanglulu@gmail.com";
github = "jcouyang";
githubId = 1235045;
name = "Jichao Ouyang";
keys = [ { fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63"; } ];
};
jcs090218 = {
email = "jcs090218@gmail.com";
github = "jcs090218";
githubId = 8685505;
name = "Jen-Chieh Shen";
};
jcspeegs = {
email = "justin@speegs.com";
github = "jcspeegs";
githubId = 34928409;
name = "Justin Speegle";
};
jcumming = {
email = "jack@mudshark.org";
github = "jcumming";
githubId = 1982341;
name = "Jack Cummings";
};
jdagilliland = {
email = "jdagilliland@gmail.com";
github = "jdagilliland";
githubId = 1383440;
name = "Jason Gilliland";
};
jdahm = {
email = "johann.dahm@gmail.com";
github = "jdahm";
githubId = 68032;
name = "Johann Dahm";
};
jdanek = {
email = "jdanek@redhat.com";
github = "jirkadanek";
githubId = 17877663;
keys = [ { fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E"; } ];
name = "Jiri Daněk";
};
jdbaldry = {
email = "jack.baldry@grafana.com";
github = "jdbaldry";
githubId = 4599384;
name = "Jack Baldry";
};
jdehaas = {
email = "qqlq@nullptr.club";
github = "jeroendehaas";
githubId = 117874;
name = "Jeroen de Haas";
};
jdelStrother = {
email = "me@delstrother.com";
github = "jdelStrother";
githubId = 2377;
name = "Jonathan del Strother";
};
jdev082 = {
email = "jdev0894@gmail.com";
github = "jdev082";
githubId = 92550746;
name = "jdev082";
};
jdreaver = {
email = "johndreaver@gmail.com";
github = "jdreaver";
githubId = 1253071;
name = "David Reaver";
};
jduan = {
name = "Jingjing Duan";
email = "duanjingjing@gmail.com";
github = "jduan";
githubId = 452450;
};
jdupak = {
name = "Jakub Dupak";
email = "dev@jakubdupak.com";
github = "jdupak";
githubId = 22683640;
};
jecaro = {
email = "jeancharles.quillet@gmail.com";
github = "jecaro";
githubId = 17029738;
name = "Jean-Charles Quillet";
};
jedsek = {
email = "jedsek@qq.com";
github = "jedsek";
githubId = 63626406;
name = "Jedsek";
};
jefdaj = {
email = "jefdaj@gmail.com";
github = "jefdaj";
githubId = 1198065;
name = "Jeffrey David Johnson";
};
jefflabonte = {
email = "grimsleepless@protonmail.com";
github = "JeffLabonte";
githubId = 9425955;
name = "Jean-François Labonté";
};
jemand771 = {
email = "willy@jemand771.net";
github = "jemand771";
githubId = 19669567;
name = "Willy";
};
jensbin = {
email = "jensbin+git@pm.me";
github = "jensbin";
githubId = 1608697;
name = "Jens Binkert";
};
jeremiahs = {
email = "jeremiah@secrist.xyz";
github = "JeremiahSecrist";
githubId = 26032621;
matrix = "@jeremiahs:matrix.org";
name = "Jeremiah Secrist";
};
jeremyschlatter = {
email = "github@jeremyschlatter.com";
github = "jeremyschlatter";
githubId = 5741620;
name = "Jeremy Schlatter";
};
jerith666 = {
email = "github@matt.mchenryfamily.org";
github = "jerith666";
githubId = 854319;
name = "Matt McHenry";
};
jerrysm64 = {
email = "jerry.starke@icloud.com";
github = "jerrysm64";
githubId = 42114389;
name = "Jerry Starke";
};
jeschli = {
email = "jeschli@gmail.com";
github = "0mbi";
githubId = 10786794;
name = "Markus Hihn";
};
jessemoore = {
email = "jesse@jessemoore.dev";
github = "jesseDMoore1994";
githubId = 30251156;
name = "Jesse Moore";
};
jethro = {
email = "jethrokuan95@gmail.com";
github = "jethrokuan";
githubId = 1667473;
name = "Jethro Kuan";
};
jetpackjackson = {
email = "baileyannew@tutanota.com";
github = "JetpackJackson";
githubId = 88674707;
name = "Bailey Watkins";
};
jevy = {
email = "jevin@quickjack.ca";
github = "jevy";
githubId = 110620;
name = "Jevin Maltais";
};
jfb = {
email = "james@yamtime.com";
github = "tftio";
githubId = 143075;
name = "James Felix Black";
};
jfchevrette = {
email = "jfchevrette@gmail.com";
github = "jfchevrette";
githubId = 3001;
name = "Jean-Francois Chevrette";
keys = [ { fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6"; } ];
};
jflanglois = {
email = "yourstruly@julienlanglois.me";
github = "jflanglois";
githubId = 18501;
name = "Julien Langlois";
};
jfly = {
name = "Jeremy Fleischman";
email = "jeremyfleischman@gmail.com";
github = "jfly";
githubId = 277474;
keys = [ { fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B"; } ];
};
jfroche = {
name = "Jean-François Roche";
email = "jfroche@pyxel.be";
matrix = "@jfroche:matrix.pyxel.cloud";
github = "jfroche";
githubId = 207369;
keys = [ { fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0"; } ];
};
jfvillablanca = {
email = "jmfv.dev@gmail.com";
matrix = "@jfvillablanca:matrix.org";
github = "jfvillablanca";
githubId = 31008330;
name = "Jann Marc Villablanca";
};
jgart = {
email = "jgart@dismail.de";
github = "jgarte";
githubId = 47760695;
name = "Jorge Gomez";
};
jgeerds = {
email = "jascha@geerds.org";
github = "jgeerds";
githubId = 1473909;
name = "Jascha Geerds";
};
jgertm = {
email = "jger.tm@gmail.com";
github = "jgertm";
githubId = 6616642;
name = "Tim Jaeger";
};
jgillich = {
email = "jakob@gillich.me";
github = "jgillich";
githubId = 347965;
name = "Jakob Gillich";
};
jglukasik = {
email = "joseph@jgl.me";
github = "jglukasik";
githubId = 6445082;
name = "Joseph Lukasik";
};
jhh = {
email = "jeff@j3ff.io";
github = "jhh";
githubId = 14412;
name = "Jeff Hutchison";
};
jhhuh = {
email = "jhhuh.note@gmail.com";
github = "jhhuh";
githubId = 5843245;
name = "Ji-Haeng Huh";
};
jhillyerd = {
email = "james+nixos@hillyerd.com";
github = "jhillyerd";
githubId = 2502736;
name = "James Hillyerd";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
jhol = {
name = "Joel Holdsworth";
email = "joel@airwebreathe.org.uk";
github = "jhol";
githubId = 1449493;
keys = [ { fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889"; } ];
};
jhollowe = {
email = "jhollowe@johnhollowell.com";
github = "jhollowe";
githubId = 2881268;
name = "John Hollowell";
};
j-hui = {
email = "j-hui@cs.columbia.edu";
github = "j-hui";
githubId = 11800204;
name = "John Hui";
};
jiegec = {
name = "Jiajie Chen";
email = "c@jia.je";
github = "jiegec";
githubId = 6127678;
};
jiehong = {
email = "nixos@majiehong.com";
github = "Jiehong";
githubId = 1061229;
name = "Jiehong Ma";
};
jigglycrumb = {
github = "jigglycrumb";
githubId = 1476865;
name = "jigglycrumb";
};
jirkamarsik = {
email = "jiri.marsik89@gmail.com";
github = "jirkamarsik";
githubId = 184898;
name = "Jirka Marsik";
};
jitwit = {
email = "jrn@bluefarm.ca";
github = "jitwit";
githubId = 51518420;
name = "jitwit";
};
jjjollyjim = {
email = "jamie@kwiius.com";
github = "JJJollyjim";
githubId = 691552;
name = "Jamie McClymont";
};
jk = {
email = "hello+nixpkgs@j-k.io";
matrix = "@j-k:matrix.org";
github = "06kellyjac";
githubId = 9866621;
name = "Jack";
};
jkarlson = {
email = "jekarlson@gmail.com";
github = "ethorsoe";
githubId = 1204734;
name = "Emil Karlson";
};
j-keck = {
email = "jhyphenkeck@gmail.com";
github = "j-keck";
githubId = 3081095;
name = "Jürgen Keck";
};
jl178 = {
email = "jeredlittle1996@gmail.com";
github = "jl178";
githubId = 72664723;
name = "Jered Little";
};
jlamur = {
email = "contact@juleslamur.fr";
github = "jlamur";
githubId = 7054317;
name = "Jules Lamur";
keys = [ { fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762"; } ];
};
jlbribeiro = {
email = "nix@jlbribeiro.com";
github = "jlbribeiro";
githubId = 1015816;
name = "José Ribeiro";
};
jleightcap = {
email = "jack@leightcap.com";
github = "jleightcap";
githubId = 30168080;
name = "Jack Leightcap";
};
jlesquembre = {
email = "jl@lafuente.me";
github = "jlesquembre";
githubId = 1058504;
name = "José Luis Lafuente";
};
jloyet = {
email = "ml@fatbsd.com";
github = "fatpat";
githubId = 822436;
name = "Jérôme Loyet";
};
jluttine = {
email = "jaakko.luttinen@iki.fi";
github = "jluttine";
githubId = 2195834;
name = "Jaakko Luttinen";
};
jm2dev = {
email = "jomarcar@gmail.com";
github = "jm2dev";
githubId = 474643;
name = "José Miguel Martínez Carrasco";
};
jmagnusj = {
email = "jmagnusj@gmail.com";
github = "magnusjonsson";
githubId = 8900;
name = "Johan Magnus Jonsson";
};
JManch = {
email = "jmanch@protonmail.com";
github = "JManch";
githubId = 61563764;
name = "Joshua Manchester";
};
jmarmstrong1207 = {
name = "James Armstrong";
email = "jm.armstrong1207@gmail.com";
github = "jmarmstrong1207";
githubId = 32995055;
};
jmbaur = {
email = "jaredbaur@fastmail.com";
github = "jmbaur";
githubId = 45740526;
name = "Jared Baur";
};
jmc-figueira = {
email = "business+nixos@jmc-figueira.dev";
github = "jmc-figueira";
githubId = 6634716;
name = "João Figueira";
keys = [
# GitHub signing key
{ fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7"; }
# Email encryption
{ fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30"; }
];
};
jmendyk = {
email = "jakub@ndyk.me";
github = "JMendyk";
githubId = 9089004;
name = "Jakub Mendyk";
};
jmettes = {
email = "jonathan@jmettes.com";
github = "jmettes";
githubId = 587870;
name = "Jonathan Mettes";
};
jmgilman = {
email = "joshuagilman@gmail.com";
github = "jmgilman";
githubId = 2308444;
name = "Joshua Gilman";
};
jmillerpdt = {
email = "jcmiller@pdtpartners.com";
github = "jmillerpdt";
githubId = 54179289;
name = "Jason Miller";
};
jn-sena = {
email = "jn-sena@proton.me";
github = "jn-sena";
githubId = 45771313;
name = "Sena";
};
jnsgruk = {
email = "jon@sgrs.uk";
github = "jnsgruk";
githubId = 668505;
name = "Jon Seager";
};
jo1gi = {
email = "joakimholm@protonmail.com";
github = "jo1gi";
githubId = 26695750;
name = "Joakim Holm";
};
joachifm = {
email = "joachifm@fastmail.fm";
github = "joachifm";
githubId = 41977;
name = "Joachim Fasting";
};
joachimschmidt557 = {
email = "joachim.schmidt557@outlook.com";
github = "joachimschmidt557";
githubId = 28556218;
name = "Joachim Schmidt";
};
joamaki = {
email = "joamaki@gmail.com";
github = "joamaki";
githubId = 1102396;
name = "Jussi Maki";
};
joanmassachs = {
github = "joanmassachs";
githubId = 22916782;
name = "Joan Massachs";
};
joaquintrinanes = {
email = "hi@joaquint.io";
github = "JoaquinTrinanes";
name = "Joaquín Triñanes";
githubId = 1385934;
keys = [ { fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF"; } ];
};
jobojeha = {
email = "jobojeha@jeppener.de";
github = "jobojeha";
githubId = 60272884;
name = "Jonathan Jeppener-Haltenhoff";
};
jocelynthode = {
email = "jocelyn.thode@gmail.com";
github = "jocelynthode";
githubId = 3967312;
name = "Jocelyn Thode";
};
joedevivo = {
github = "joedevivo";
githubId = 55951;
name = "Joe DeVivo";
};
joelancaster = {
email = "joe.a.lancas@gmail.com";
github = "JoeLancaster";
githubId = 16760945;
name = "Joe Lancaster";
};
joelburget = {
email = "joelburget@gmail.com";
github = "joelburget";
githubId = 310981;
name = "Joel Burget";
};
joelmo = {
email = "joel.moberg@gmail.com";
github = "joelmo";
githubId = 336631;
name = "Joel Moberg";
};
joepie91 = {
email = "admin@cryto.net";
matrix = "@joepie91:pixie.town";
name = "Sven Slootweg";
github = "joepie91";
githubId = 1663259;
};
joerdav = {
email = "joe.davidson.21111@gmail.com";
github = "joerdav";
name = "Joe Davidson";
githubId = 19927761;
};
joesalisbury = {
email = "salisbury.joseph@gmail.com";
github = "JosephSalisbury";
githubId = 297653;
name = "Joe Salisbury";
};
johannwagner = {
email = "nix@wagner.digital";
github = "johannwagner";
githubId = 12380026;
name = "Johann Wagner";
};
johanot = {
email = "write@ownrisk.dk";
github = "johanot";
githubId = 998763;
name = "Johan Thomsen";
};
johbo = {
email = "johannes@bornhold.name";
github = "johbo";
githubId = 117805;
name = "Johannes Bornhold";
};
johnazoidberg = {
email = "git@danielschaefer.me";
github = "JohnAZoidberg";
githubId = 5307138;
name = "Daniel Schäfer";
};
johnchildren = {
email = "john.a.children@gmail.com";
github = "johnchildren";
githubId = 32305209;
name = "John Children";
};
johnjohnstone = {
email = "jjohnstone@riseup.net";
github = "johnjohnstone";
githubId = 3208498;
name = "John Johnstone";
};
johnmh = {
email = "johnmh@openblox.org";
github = "JohnMH";
githubId = 2576152;
name = "John M. Harris, Jr.";
};
johnpyp = {
name = "John Paul Penaloza";
email = "johnpyp.dev@gmail.com";
github = "johnpyp";
githubId = 20625636;
};
johnramsden = {
email = "johnramsden@riseup.net";
github = "johnramsden";
githubId = 8735102;
name = "John Ramsden";
};
johnrichardrinehart = {
email = "johnrichardrinehart@gmail.com";
github = "johnrichardrinehart";
githubId = 6321578;
name = "John Rinehart";
};
john-rodewald = {
email = "jnrodewald99@gmail.com";
github = "john-rodewald";
githubId = 51028009;
name = "John Rodewald";
};
johnrtitor = {
email = "masumrezarock100@gmail.com";
github = "johnrtitor";
githubId = 50095635;
name = "Masum Reza";
};
john-shaffer = {
email = "jdsha@proton.me";
github = "john-shaffer";
githubId = 53870456;
name = "John Shaffer";
};
johntitor = {
email = "huyuumi.dev@gmail.com";
github = "JohnTitor";
githubId = 25030997;
name = "Yuki Okushi";
};
johnylpm = {
email = "joaoluisparreira@gmail.com";
github = "Johny-LPM";
githubId = 168684553;
name = "João Marques";
};
joinemm = {
email = "joonas@rautiola.co";
github = "joinemm";
githubId = 26210439;
name = "Joonas Rautiola";
keys = [ { fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54"; } ];
};
jojosch = {
name = "Johannes Schleifenbaum";
email = "johannes@js-webcoding.de";
matrix = "@jojosch:jswc.de";
github = "jojosch";
githubId = 327488;
keys = [ { fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0"; } ];
};
jokatzke = {
email = "jokatzke@fastmail.com";
github = "jokatzke";
githubId = 46931073;
name = "Jonas Katzke";
};
joko = {
email = "ioannis.koutras@gmail.com";
github = "jokogr";
githubId = 1252547;
keys = [
{
# compare with https://keybase.io/joko
fingerprint = "B154 A8F9 0610 DB45 0CA8 CF39 85EA E7D9 DF56 C5CA";
}
];
name = "Ioannis Koutras";
};
jonaenz = {
name = "Jona Enzinger";
email = "5xt3zyy5l@mozmail.com";
matrix = "@jona:matrix.jonaenz.de";
github = "JonaEnz";
githubId = 57130301;
keys = [ { fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202"; } ];
};
jonas-w = {
email = "nixpkgs@03j.de";
github = "jonas-w";
githubId = 32615971;
name = "Jonas Wunderlich";
matrix = "@matrix:03j.de";
};
jonathanmarler = {
email = "johnnymarler@gmail.com";
github = "marler8997";
githubId = 304904;
name = "Jonathan Marler";
};
jonathanreeve = {
email = "jon.reeve@gmail.com";
github = "JonathanReeve";
githubId = 1843676;
name = "Jonathan Reeve";
};
jonboh = {
email = "jon.bosque.hernando@gmail.com";
github = "jonboh";
githubId = 31407988;
name = "Jon Bosque";
};
jonnybolton = {
email = "jonnybolton@gmail.com";
github = "jonnynightingale";
githubId = 8580434;
name = "Jonny Bolton";
};
jonochang = {
name = "Jono Chang";
email = "j.g.chang@gmail.com";
github = "jonochang";
githubId = 13179;
};
jopejoe1 = {
email = "johannes@joens.email";
matrix = "@jopejoe1:matrix.org";
github = "jopejoe1";
githubId = 34899572;
name = "Johannes Jöns";
};
jordanisaacs = {
name = "Jordan Isaacs";
email = "nix@jdisaacs.com";
github = "jordanisaacs";
githubId = 19742638;
};
jorise = {
email = "info@jorisengbers.nl";
github = "JorisE";
githubId = 1767283;
name = "Joris Engbers";
};
jorsn = {
name = "Johannes Rosenberger";
email = "johannes@jorsn.eu";
github = "jorsn";
githubId = 4646725;
};
joscha = {
name = "Joscha Loos";
email = "j.loos@posteo.net";
github = "jooooscha";
githubId = 57965027;
};
josephst = {
name = "Joseph Stahl";
email = "hello@josephstahl.com";
github = "josephst";
githubId = 1269177;
};
josephsurin = {
name = "Joseph Surin";
email = "nix@jsur.in";
github = "josephsurin";
githubId = 14977484;
};
joshniemela = {
name = "Joshua Niemelä";
email = "josh@jniemela.dk";
github = "joshniemela";
githubId = 88747315;
};
joshuafern = {
name = "Joshua Fern";
email = "joshuafern@protonmail.com";
github = "JoshuaFern";
githubId = 4300747;
};
joshvanl = {
email = " me@joshvanl.dev ";
github = "JoshVanL";
githubId = 15893072;
name = "Josh van Leeuwen";
};
jovandeginste = {
email = "jo.vandeginste@gmail.com";
github = "jovandeginste";
githubId = 3170771;
name = "Jo Vandeginste";
};
jpagex = {
name = "Jérémy Pagé";
email = "contact@jeremypage.me";
github = "jpagex";
githubId = 635768;
};
jpaju = {
name = "Jaakko Paju";
github = "jpaju";
githubId = 36770267;
};
jpas = {
name = "Jarrod Pas";
email = "jarrod@jarrodpas.com";
github = "jpas";
githubId = 5689724;
};
jpdoyle = {
email = "joethedoyle@gmail.com";
github = "jpdoyle";
githubId = 1918771;
name = "Joe Doyle";
};
jpds = {
github = "jpds";
githubId = 29158971;
name = "Jonathan Davies";
};
jpentland = {
email = "joe.pentland@gmail.com";
github = "jpentland";
githubId = 1135582;
name = "Joe Pentland";
};
jperras = {
email = "joel@nerderati.com";
github = "jperras";
githubId = 20675;
name = "Joël Perras";
};
jpetrucciani = {
email = "j@cobi.dev";
github = "jpetrucciani";
githubId = 8117202;
name = "Jacobi Petrucciani";
};
jpierre03 = {
email = "nix@prunetwork.fr";
github = "jpierre03";
githubId = 954536;
name = "Jean-Pierre PRUNARET";
};
jpotier = {
email = "jpo.contributes.to.nixos@marvid.fr";
github = "jpotier";
githubId = 752510;
name = "Martin Potier";
};
jpts = {
email = "james+nixpkgs@cleverley-prance.uk";
github = "jpts";
githubId = 5352661;
name = "James Cleverley-Prance";
};
jqueiroz = {
email = "nixos@johnjq.com";
github = "jqueiroz";
githubId = 4968215;
name = "Jonathan Queiroz";
};
jraygauthier = {
email = "jraygauthier@gmail.com";
github = "jraygauthier";
githubId = 4611077;
name = "Raymond Gauthier";
};
jrpotter = {
email = "jrpotter2112@gmail.com";
github = "jrpotter";
githubId = 3267697;
name = "Joshua Potter";
};
jshcmpbll = {
email = "me@joshuadcampbell.com";
github = "jshcmpbll";
githubId = 16374374;
name = "Joshua Campbell";
};
jshholland = {
email = "josh@inv.alid.pw";
github = "jshholland";
githubId = 107689;
name = "Josh Holland";
};
jshort = {
github = "jshort";
githubId = 1186444;
name = "James Short";
};
jsierles = {
email = "joshua@hey.com";
matrix = "@jsierles:matrix.org";
name = "Joshua Sierles";
github = "jsierles";
githubId = 82;
};
jsimonetti = {
email = "jeroen+nixpkgs@simonetti.nl";
matrix = "@jeroen:simonetti.nl";
name = "Jeroen Simonetti";
github = "jsimonetti";
githubId = 5478838;
};
jsoo1 = {
email = "jsoo1@asu.edu";
github = "jsoo1";
name = "John Soo";
githubId = 10039785;
};
jsusk = {
email = "joshua@suskalo.org";
github = "IGJoshua";
name = "Joshua Suskalo";
githubId = 27734541;
};
jtbx = {
email = "jeremy@baxters.nz";
name = "Jeremy Baxter";
github = "jtbx";
githubId = 92071952;
};
jtcoolen = {
email = "jtcoolen@pm.me";
name = "Julien Coolen";
github = "jtcoolen";
githubId = 54635632;
keys = [ { fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5"; } ];
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
jthulhu = {
name = "Adrien Mathieu";
email = "adrien.lc.mathieu@gmail.com";
github = "jthulhu";
githubId = 23179762;
};
jtobin = {
email = "jared@jtobin.io";
github = "jtobin";
githubId = 1414434;
name = "Jared Tobin";
};
jtojnar = {
email = "jtojnar@gmail.com";
matrix = "@jtojnar:matrix.org";
github = "jtojnar";
githubId = 705123;
name = "Jan Tojnar";
};
jtrees = {
email = "me@jtrees.io";
github = "jtrees";
githubId = 5802758;
name = "Joshua Trees";
};
jtszalay = {
email = "jamestszalay@gmail.com";
github = "jtszalay";
githubId = 589502;
name = "James Szalay";
};
juancmuller = {
email = "nix@juancmuller.com";
githubId = 208500;
github = "jcmuller";
matrix = "@jcmuller@beeper.com";
name = "Juan C. Müller";
keys = [ { fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7"; } ];
};
juaningan = {
email = "juaningan@gmail.com";
github = "oneingan";
githubId = 810075;
name = "Juan Rodal";
};
juboba = {
email = "juboba@gmail.com";
github = "juboba";
githubId = 1189739;
name = "Julio Borja Barra";
};
jue89 = {
email = "me@jue.yt";
github = "jue89";
githubId = 6105784;
name = "Juergen Fitschen";
};
jugendhacker = {
name = "j.r";
email = "j.r@jugendhacker.de";
github = "jugendhacker";
githubId = 12773748;
matrix = "@j.r:chaos.jetzt";
};
jukremer = {
email = "nixpkgs@jankremer.eu";
github = "jukremer";
githubId = 79042825;
name = "Jan Kremer";
};
JulianFP = {
name = "Julian Partanen";
github = "JulianFP";
githubId = 70963316;
keys = [ { fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466"; } ];
};
juliendehos = {
email = "dehos@lisic.univ-littoral.fr";
github = "juliendehos";
githubId = 11947756;
name = "Julien Dehos";
};
julienmalka = {
email = "julien.malka@me.com";
github = "JulienMalka";
githubId = 1792886;
name = "Julien Malka";
};
juliusrickert = {
email = "nixpkgs@juliusrickert.de";
github = "juliusrickert";
githubId = 5007494;
name = "Julius Rickert";
};
julm = {
email = "julm+nixpkgs@sourcephile.fr";
github = "ju1m";
githubId = 21160136;
name = "Julien Moutinho";
};
Julow = {
email = "jules@j3s.fr";
matrix = "@juloo:matrix.org";
github = "Julow";
githubId = 2310568;
name = "Jules Aguillon";
};
jumper149 = {
email = "felixspringer149@gmail.com";
github = "jumper149";
githubId = 39434424;
name = "Felix Springer";
};
junjihashimoto = {
email = "junji.hashimoto@gmail.com";
github = "junjihashimoto";
githubId = 2469618;
name = "Junji Hashimoto";
};
jurraca = {
email = "julienu@pm.me";
github = "jurraca";
githubId = 5124422;
name = "Julien Urraca";
};
justanotherariel = {
email = "ariel@ebersberger.io";
github = "justanotherariel";
githubId = 31776703;
name = "Ariel Ebersberger";
};
justinas = {
email = "justinas@justinas.org";
github = "justinas";
githubId = 662666;
name = "Justinas Stankevičius";
};
justinlime = {
email = "justinlime1999@gmail.com";
github = "justinlime";
githubId = 119710965;
name = "Justin Fields";
};
justinlovinger = {
email = "git@justinlovinger.com";
github = "JustinLovinger";
githubId = 7183441;
name = "Justin Lovinger";
};
justinwoo = {
email = "moomoowoo@gmail.com";
github = "justinwoo";
githubId = 2396926;
name = "Justin Woo";
};
jvanbruegge = {
email = "supermanitu@gmail.com";
github = "jvanbruegge";
githubId = 1529052;
name = "Jan van Brügge";
keys = [ { fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2"; } ];
};
jwatt = {
email = "jwatt@broken.watch";
github = "jjwatt";
githubId = 2397327;
name = "Jesse Wattenbarger";
};
jwiegley = {
email = "johnw@newartisans.com";
github = "jwiegley";
githubId = 8460;
name = "John Wiegley";
};
jwijenbergh = {
email = "jeroenwijenbergh@protonmail.com";
github = "jwijenbergh";
githubId = 46386452;
name = "Jeroen Wijenbergh";
};
jwillikers = {
email = "jordan@jwillikers.com";
github = "jwillikers";
githubId = 19399197;
name = "Jordan Williams";
keys = [ { fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C"; } ];
};
jwygoda = {
email = "jaroslaw@wygoda.me";
github = "jwygoda";
githubId = 20658981;
name = "Jarosław Wygoda";
};
jyp = {
email = "jeanphilippe.bernardy@gmail.com";
github = "jyp";
githubId = 27747;
name = "Jean-Philippe Bernardy";
};
jzellner = {
email = "jeffz@eml.cc";
github = "sofuture";
githubId = 66669;
name = "Jeff Zellner";
};
k3a = {
email = "git+nix@catmail.app";
name = "Mario Hros";
github = "k3a";
githubId = 966992;
};
k3yss = {
email = "rsi.dev17@gmail.com";
name = "Rishi Kumar";
github = "k3yss";
githubId = 96657880;
};
k900 = {
name = "Ilya K.";
email = "me@0upti.me";
github = "K900";
githubId = 386765;
matrix = "@k900:0upti.me";
};
kachick = {
email = "kachick1@gmail.com";
github = "kachick";
githubId = 1180335;
name = "Kenichi Kamiya";
keys = [ { fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5"; } ];
};
kaction = {
name = "Dmitry Bogatov";
email = "KAction@disroot.org";
github = "KAction";
githubId = 44864956;
keys = [ { fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236"; } ];
};
kaiha = {
email = "kai.harries@gmail.com";
github = "KaiHa";
githubId = 6544084;
name = "Kai Harries";
};
kai-tub = {
name = "Kai Norman Clasen";
github = "kai-tub";
githubId = 46302524;
};
kalbasit = {
email = "wael.nasreddine@gmail.com";
matrix = "@kalbasit:matrix.org";
github = "kalbasit";
githubId = 87115;
name = "Wael Nasreddine";
};
kalebpace = {
email = "kaleb.pace@pm.me";
matrix = "@kalebpace:matrix.org";
github = "kalebpace";
githubId = 5586615;
name = "Kaleb Pace";
};
kalekseev = {
email = "mail@kalekseev.com";
github = "kalekseev";
githubId = 367259;
name = "Konstantin Alekseev";
};
kamadorueda = {
name = "Kevin Amado";
email = "kamadorueda@gmail.com";
github = "kamadorueda";
githubId = 47480384;
keys = [ { fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40"; } ];
};
kamilchm = {
email = "kamil.chm@gmail.com";
github = "kamilchm";
githubId = 1621930;
name = "Kamil Chmielewski";
};
kamillaova = {
name = "Kamilla Ova";
email = "me@kamillaova.dev";
github = "Kamillaova";
githubId = 54859825;
keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ];
};
kampfschlaefer = {
email = "arnold@arnoldarts.de";
github = "kampfschlaefer";
githubId = 3831860;
name = "Arnold Krille";
};
kanashimia = {
email = "chad@redpilled.dev";
github = "kanashimia";
githubId = 56224949;
name = "Mia Kanashi";
};
kanielrkirby = {
email = "kanielrkirby@runbox.com";
github = "kanielrkirby";
githubId = 77940607;
name = "Kaniel Kirby";
};
karantan = {
name = "Gasper Vozel";
email = "karantan@gmail.com";
github = "karantan";
githubId = 7062631;
};
KarlJoad = {
email = "karl@hallsby.com";
github = "KarlJoad";
githubId = 34152449;
name = "Karl Hallsby";
};
karolchmist = {
email = "info+nix@chmist.com";
github = "karolchmist";
githubId = 1927188;
name = "karolchmist";
};
kashw2 = {
email = "supra4keanu@hotmail.com";
github = "kashw2";
githubId = 15855440;
name = "Keanu Ashwell";
};
katanallama = {
github = "katanallama";
githubId = 70604257;
name = "katanallama";
};
katexochen = {
email = "katexochen0@gmail.com";
github = "katexochen";
githubId = 49727155;
matrix = "@katexochen:matrix.org";
name = "Paul Meyer";
};
katrinafyi = {
name = "katrinafyi";
github = "katrinafyi";
githubId = 39479354;
};
kayhide = {
email = "kayhide@gmail.com";
github = "kayhide";
githubId = 1730718;
name = "Hideaki Kawai";
};
kazcw = {
email = "kaz@lambdaverse.org";
github = "kazcw";
githubId = 1047859;
name = "Kaz Wesley";
};
kazenyuk = {
email = "kazenyuk@pm.me";
github = "nvmd";
githubId = 524492;
name = "Sergey Kazenyuk";
};
kbdharun = {
email = "kbdharunkrishna@gmail.com";
matrix = "@kbdk:matrix.org";
github = "kbdharun";
githubId = 26346867;
name = "K.B.Dharun Krishna";
};
kbudde = {
email = "kris@budd.ee";
github = "kbudde";
githubId = 1072181;
name = "Kris Budde";
};
kcalvinalvin = {
email = "calvin@kcalvinalvin.info";
github = "kcalvinalvin";
githubId = 37185887;
name = "Calvin Kim";
};
keenanweaver = {
email = "keenanweaver@protonmail.com";
name = "Keenan Weaver";
github = "keenanweaver";
githubId = 37268985;
};
kekschen = {
email = "kx@imkx.dev";
github = "kek5chen";
githubId = 52585984;
name = "Kek5chen";
};
keksgesicht = {
name = "Jan Braun";
email = "git@keksgesicht.de";
github = "Keksgesicht";
githubId = 32649612;
keys = [ { fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A"; } ];
};
keldu = {
email = "mail@keldu.de";
github = "keldu";
githubId = 15373888;
name = "Claudius Holeksa";
};
kennyballou = {
email = "kb@devnulllabs.io";
github = "kennyballou";
githubId = 2186188;
name = "Kenny Ballou";
keys = [ { fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308"; } ];
};
kenran = {
email = "johannes.maier@mailbox.org";
github = "kenranunderscore";
githubId = 5188977;
matrix = "@kenran_:matrix.org";
name = "Johannes Maier";
};
kentjames = {
email = "jameschristopherkent@gmail.com";
github = "KentJames";
githubId = 2029444;
name = "James Kent";
};
kephasp = {
email = "pierre@nothos.net";
github = "kephas";
githubId = 762421;
name = "Pierre Thierry";
};
keto = {
github = "TheRealKeto";
githubId = 24854941;
name = "Keto";
};
ketzacoatl = {
email = "ketzacoatl@protonmail.com";
github = "ketzacoatl";
githubId = 10122937;
name = "ketzacoatl";
};
kevincox = {
email = "kevincox@kevincox.ca";
matrix = "@kevincox:matrix.org";
github = "kevincox";
githubId = 494012;
name = "Kevin Cox";
keys = [ { fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA"; } ];
};
kevingriffin = {
email = "me@kevin.jp";
github = "kevingriffin";
githubId = 209729;
name = "Kevin Griffin";
};
kevink = {
email = "kevin@kevink.dev";
github = "Unkn0wnCat";
githubId = 8211181;
name = "Kevin Kandlbinder";
};
kfollesdal = {
email = "kfollesdal@gmail.com";
github = "kfollesdal";
githubId = 546087;
name = "Kristoffer K. Føllesdal";
};
kgtkr = {
email = "contact@kgtkr.net";
github = "kgtkr";
githubId = 17868838;
name = "kgtkr";
keys = [ { fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241"; } ];
};
khaneliman = {
email = "khaneliman12@gmail.com";
github = "khaneliman";
githubId = 1778670;
name = "Austin Horstman";
};
khaser = {
email = "a-horohorin@mail.ru";
github = "khaser";
githubId = 59027018;
name = "Andrey Khorokhorin";
};
kho-dialga = {
email = "ivandashenyou@gmail.com";
github = "Kho-Dialga";
githubId = 55767703;
name = "Iván Brito";
};
khumba = {
email = "bog@khumba.net";
github = "khumba";
githubId = 788813;
name = "Bryan Gardiner";
};
khushraj = {
email = "khushraj.rathod@gmail.com";
github = "khrj";
githubId = 44947946;
name = "Khushraj Rathod";
keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ];
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
kiara = {
name = "kiara";
email = "cinereal@riseup.net";
github = "KiaraGrouwstra";
githubId = 3059397;
matrix = "@cinerealkiara:matrix.org";
};
KibaFox = {
email = "kiba.fox@foxypossibilities.com";
github = "KibaFox";
githubId = 16481032;
name = "Kiba Fox";
};
kidanger = {
email = "angerj.dev@gmail.com";
github = "kidanger";
githubId = 297479;
name = "Jérémy Anger";
};
kidd = {
email = "raimonster@gmail.com";
github = "kidd";
githubId = 25607;
name = "Raimon Grau";
};
kidonng = {
email = "hi@xuann.wang";
github = "kidonng";
githubId = 44045911;
name = "Kid";
};
kidsan = {
github = "Kidsan";
githubId = 8798449;
name = "kidsan";
};
kiike = {
email = "me@enric.me";
github = "kiike";
githubId = 464625;
name = "Enric Morales";
};
kilianar = {
email = "mail@kilianar.de";
github = "kilianar";
githubId = 105428155;
name = "kilianar";
};
kilimnik = {
email = "mail@kilimnik.de";
github = "kilimnik";
githubId = 5883283;
name = "Daniel Kilimnik";
};
killercup = {
email = "killercup@gmail.com";
github = "killercup";
githubId = 20063;
name = "Pascal Hertleif";
};
kiloreux = {
email = "kiloreux@gmail.com";
github = "kiloreux";
githubId = 6282557;
name = "Kiloreux Emperex";
};
kim0 = {
email = "email.ahmedkamal@googlemail.com";
github = "kim0";
githubId = 59667;
name = "Ahmed Kamal";
};
kimat = {
email = "mail@kimat.org";
github = "kimat";
githubId = 3081769;
name = "Kimat Boven";
};
kimburgess = {
email = "kim@acaprojects.com";
github = "kimburgess";
githubId = 843652;
name = "Kim Burgess";
};
kindrowboat = {
email = "hello@kindrobot.ca";
github = "kindrowboat";
githubId = 777773;
name = "Stef Dunlap";
};
kini = {
email = "keshav.kini@gmail.com";
github = "kini";
githubId = 691290;
name = "Keshav Kini";
};
kintrix = {
email = "kintrix007@proton.me";
github = "kintrix007";
githubId = 60898798;
name = "kintrix";
};
kinzoku = {
email = "kinzoku@the-nebula.xyz";
github = "kinzoku-dev";
githubId = 140647311;
name = "Ayman Hamza";
};
kip93 = {
name = "Leandro Reina Kiperman";
email = "leandro@kip93.net";
matrix = "@kip93:matrix.org";
github = "kip93";
githubId = 26793632;
};
kira-bruneau = {
email = "kira.bruneau@pm.me";
name = "Kira Bruneau";
github = "kira-bruneau";
githubId = 382041;
};
kirelagin = {
email = "kirelagin@gmail.com";
matrix = "@kirelagin:matrix.org";
github = "kirelagin";
githubId = 451835;
name = "Kirill Elagin";
};
kirikaza = {
email = "k@kirikaza.ru";
github = "kirikaza";
githubId = 804677;
name = "Kirill Kazakov";
};
kirillrdy = {
email = "kirillrdy@gmail.com";
github = "kirillrdy";
githubId = 12160;
name = "Kirill Radzikhovskyy";
};
kiskae = {
github = "Kiskae";
githubId = 546681;
name = "Jeroen van Leusen";
};
kisonecat = {
email = "kisonecat@gmail.com";
github = "kisonecat";
githubId = 148352;
name = "Jim Fowler";
};
kittywitch = {
email = "kat@inskip.me";
github = "kittywitch";
githubId = 67870215;
name = "Kat Inskip";
keys = [ { fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0"; } ];
};
kjeremy = {
email = "kjeremy@gmail.com";
name = "Jeremy Kolb";
github = "kjeremy";
githubId = 4325700;
};
kkharji = {
name = "kkharji";
email = "kkharji@protonmail.com";
github = "kkharji";
githubId = 65782666;
};
kkoniuszy = {
name = "Kacper Koniuszy";
github = "kkoniuszy";
githubId = 120419423;
};
klchen0112 = {
name = "klchen0112";
email = "klchen0112@gmail.com";
github = "klchen0112";
githubId = 32459567;
};
klden = {
name = "Kenzyme Le";
email = "kl@kenzymele.com";
github = "klDen";
githubId = 5478260;
};
klntsky = {
email = "klntsky@gmail.com";
name = "Vladimir Kalnitsky";
github = "klntsky";
githubId = 18447310;
};
kloenk = {
email = "me@kloenk.dev";
matrix = "@kloenk:kloenk.eu";
name = "Fiona Behrens";
github = "kloenk";
githubId = 12898828;
keys = [ { fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342"; } ];
};
kmcopper = {
email = "kmcopper@danwin1210.me";
name = "Kyle Copperfield";
github = "kmcopper";
githubId = 57132115;
};
kmeakin = {
email = "karlwfmeakin@gmail.com";
name = "Karl Meakin";
github = "Kmeakin";
githubId = 19665139;
};
kmein = {
email = "kmein@posteo.de";
name = "Kierán Meinhardt";
github = "kmein";
githubId = 10352507;
};
kmicklas = {
email = "maintainer@kmicklas.com";
name = "Ken Micklas";
github = "kmicklas";
githubId = 929096;
};
knairda = {
email = "adrian@kummerlaender.eu";
name = "Adrian Kummerlaender";
github = "KnairdA";
githubId = 498373;
};
knarkzel = {
email = "knarkzel@gmail.com";
name = "Knarkzel";
github = "Knarkzel";
githubId = 85593302;
};
knedlsepp = {
email = "josef.kemetmueller@gmail.com";
github = "knedlsepp";
githubId = 3287933;
name = "Josef Kemetmüller";
};
knightpp = {
email = "knightpp@proton.me";
github = "knightpp";
githubId = 28928944;
name = "Danylo Kondratiev";
};
knl = {
email = "nikola@knezevic.co";
github = "knl";
githubId = 361496;
name = "Nikola Knežević";
};
kolaente = {
email = "k@knt.li";
github = "kolaente";
githubId = 13721712;
name = "Konrad Langenberg";
};
kolbycrouch = {
email = "kjc.devel@gmail.com";
github = "kolbycrouch";
githubId = 6346418;
name = "Kolby Crouch";
};
kolloch = {
email = "info@eigenvalue.net";
github = "kolloch";
githubId = 339354;
name = "Peter Kolloch";
};
konimex = {
email = "herdiansyah@netc.eu";
github = "konimex";
githubId = 15692230;
name = "Muhammad Herdiansyah";
};
konradmalik = {
email = "konrad.malik@gmail.com";
matrix = "@konradmalik:matrix.org";
name = "Konrad Malik";
github = "konradmalik";
githubId = 13033392;
};
konst-aa = {
email = "konstantin.astafurov@gmail.com";
github = "konst-aa";
githubId = 40547702;
name = "Konstantin Astafurov";
};
koozz = {
email = "koozz@linux.com";
github = "koozz";
githubId = 264372;
name = "Jan van den Berg";
};
koppor = {
email = "kopp.dev@gmail.com";
github = "koppor";
githubId = 1366654;
name = "Oliver Kopp";
};
koral = {
email = "koral@mailoo.org";
github = "k0ral";
githubId = 524268;
name = "Koral";
};
koralowiec = {
email = "qnlgzyrw@anonaddy.me";
github = "koralowiec";
githubId = 36413794;
name = "Arek Kalandyk";
};
koslambrou = {
email = "koslambrou@gmail.com";
github = "koslambrou";
githubId = 2037002;
name = "Konstantinos";
};
kotatsuyaki = {
email = "kotatsuyaki@mail.kotatsu.dev";
github = "kotatsuyaki";
githubId = 17219127;
name = "kotatsuyaki";
};
kototama = {
email = "kototama@posteo.net";
github = "kototama";
githubId = 128620;
name = "Kototama";
};
kouyk = {
email = "skykinetic@stevenkou.xyz";
github = "kouyk";
githubId = 1729497;
name = "Steven Kou";
};
kovirobi = {
email = "kovirobi@gmail.com";
github = "KoviRobi";
githubId = 1903418;
name = "Kovacsics Robert";
};
kquick = {
email = "quick@sparq.org";
github = "kquick";
githubId = 787421;
name = "Kevin Quick";
};
kraanzu = {
name = "Murli Tawari";
email = "kraanzu@gmail.com";
github = "kraanzu";
githubId = 97718086;
};
kradalby = {
name = "Kristoffer Dalby";
email = "kristoffer@dalby.cc";
github = "kradalby";
githubId = 98431;
};
kraem = {
email = "me@kraem.xyz";
github = "kraem";
githubId = 26622971;
name = "Ronnie Ebrin";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
kraftnix = {
email = "kraftnix@protonmail.com";
github = "kraftnix";
githubId = 83026656;
name = "kraftnix";
};
kragniz = {
email = "louis@kragniz.eu";
github = "kragniz";
githubId = 735008;
name = "Louis Taylor";
};
kranurag7 = {
email = "contact.anurag7@gmail.com";
github = "kranurag7";
githubId = 81210977;
name = "Anurag";
};
kranzes = {
email = "personal@ilanjoselevich.com";
github = "Kranzes";
githubId = 56614642;
name = "Ilan Joselevich";
};
krav = {
email = "kristoffer@microdisko.no";
github = "krav";
githubId = 4032;
name = "Kristoffer Thømt Ravneberg";
};
kristianan = {
email = "kristian@krined.no";
github = "KristianAN";
githubId = 80984519;
name = "Kristian Alvestad Nedevold-Hansen";
};
kristian-brucaj = {
email = "kbrucaj@gmail.com";
github = "Flameslice";
githubId = 8893110;
name = "Kristian Brucaj";
};
kristoff3r = {
email = "k.soeholm@gmail.com";
github = "kristoff3r";
githubId = 160317;
name = "Kristoffer Søholm";
};
kritnich = {
email = "kritnich@kritni.ch";
github = "Kritnich";
githubId = 22116767;
name = "Kritnich";
};
krloer = {
email = "kriloneri@gmail.com";
github = "krloer";
githubId = 45591621;
name = "Kristoffer Longva Eriksen";
matrix = "@krisleri:pvv.ntnu.no";
};
kroell = {
email = "nixosmainter@makroell.de";
github = "rokk4";
githubId = 17659803;
name = "Matthias Axel Kröll";
};
krostar = {
email = "alexis.destrez@pm.me";
github = "krostar";
githubId = 5759930;
name = "Alexis Destrez";
};
krupkat = {
github = "krupkat";
githubId = 6817216;
name = "Tomas Krupka";
matrix = "@krupkat:matrix.org";
};
krzaczek = {
name = "Pawel Krzaczkowski";
email = "pawel@printu.pl";
github = "krzaczek";
githubId = 5773701;
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
KSJ2000 = {
email = "katsho123@outlook.com";
name = "KSJ2000";
github = "KSJ2000";
githubId = 184105270;
};
ktf = {
email = "giulio.eulisse@cern.ch";
github = "ktf";
githubId = 10544;
name = "Giuluo Eulisse";
};
kthielen = {
email = "kthielen@gmail.com";
github = "kthielen";
githubId = 1409287;
name = "Kalani Thielen";
};
ktor = {
email = "kruszewsky@gmail.com";
github = "ktor";
githubId = 99639;
name = "Pawel Kruszewski";
};
kubukoz = {
email = "kubukoz@gmail.com";
github = "kubukoz";
githubId = 894884;
name = "Jakub Kozłowski";
};
kud = {
email = "kasa7qi@gmail.com";
github = "KUD-00";
githubId = 70764075;
name = "kud";
};
kugland = {
email = "kugland@gmail.com";
github = "kugland";
githubId = 1173932;
name = "André Kugland";
keys = [ { fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833"; } ];
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
kuglimon = {
name = "Tatu Argillander";
email = "tatu.argillander@kouralabs.com";
github = "kuglimon";
githubId = 629430;
keys = [ { fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D"; } ];
};
kupac = {
github = "Kupac";
githubId = 8224569;
name = "László Kupcsik";
};
kurnevsky = {
email = "kurnevsky@gmail.com";
github = "kurnevsky";
githubId = 2943605;
name = "Evgeny Kurnevsky";
};
kuwii = {
name = "kuwii";
email = "kuwii.someone@gmail.com";
github = "kuwii";
githubId = 10705175;
};
kuznero = {
email = "roman@kuznero.com";
github = "kuznero";
githubId = 449813;
name = "Roman Kuznetsov";
};
kuznetsss = {
email = "kuzzz99@gmail.com";
github = "kuznetsss";
githubId = 15742918;
name = "Sergey Kuznetsov";
};
kvendingoldo = {
email = "kvendingoldo@gmail.com";
github = "kvendingoldo";
githubId = 11614750;
name = "Alexander Sharov";
};
kwaa = {
name = "+85CD";
email = "kwa@kwaa.dev";
matrix = "@kwaa:matrix.org";
github = "kwaa";
githubId = 50108258;
keys = [ { fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444"; } ];
};
kwohlfahrt = {
email = "kai.wohlfahrt@gmail.com";
github = "kwohlfahrt";
githubId = 2422454;
name = "Kai Wohlfahrt";
};
kylecarbs = {
name = "Kyle Carberry";
email = "kyle@carberry.com";
github = "kylecarbs";
githubId = 7122116;
};
kylehendricks = {
name = "Kyle Hendricks";
email = "kyle-github@mail.hendricks.nu";
github = "kylehendricks";
githubId = 981958;
};
kylelovestoad = {
name = "kylelovestoad";
github = "kylelovestoad";
githubId = 20408518;
email = "kylelovestoad+nixpkgs@protonmail.com";
};
kyleondy = {
email = "kyle@ondy.org";
github = "KyleOndy";
githubId = 1640900;
name = "Kyle Ondy";
keys = [ { fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9"; } ];
};
kylesferrazza = {
name = "Kyle Sferrazza";
email = "nixpkgs@kylesferrazza.com";
github = "kylesferrazza";
githubId = 6677292;
keys = [ { fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372"; } ];
};
l0b0 = {
email = "victor@engmark.name";
github = "l0b0";
githubId = 168301;
name = "Victor Engmark";
};
l33tname = {
name = "l33tname";
email = "hi@l33t.name";
github = "Fliiiix";
githubId = 1682954;
};
l3af = {
email = "L3afMeAlon3@gmail.com";
matrix = "@L3afMe:matrix.org";
github = "L3afMe";
githubId = 72546287;
name = "L3af";
};
laalsaas = {
email = "laalsaas@systemli.org";
github = "laalsaas";
githubId = 43275254;
name = "laalsaas";
};
lach = {
email = "iam@lach.pw";
github = "CertainLach";
githubId = 6235312;
keys = [ { fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F"; } ];
name = "Yaroslav Bolyukin";
};
lachrymal = {
email = "lachrymalfutura@gmail.com";
name = "lachrymaL";
github = "lachrymaLF";
githubId = 13716477;
};
lafrenierejm = {
email = "joseph@lafreniere.xyz";
github = "lafrenierejm";
githubId = 11155300;
keys = [ { fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3"; } ];
name = "Joseph LaFreniere";
};
lagoja = {
github = "Lagoja";
githubId = 750845;
name = "John Lago";
};
laikq = {
email = "gwen@quasebarth.de";
github = "laikq";
githubId = 55911173;
name = "Gwendolyn Quasebarth";
};
lamarios = {
matrix = "@lamarios:matrix.org";
github = "lamarios";
githubId = 1192563;
name = "Paul Fauchon";
};
lambda-11235 = {
email = "taranlynn0@gmail.com";
github = "lambda-11235";
githubId = 16354815;
name = "Taran Lynn";
};
lammermann = {
email = "k.o.b.e.r@web.de";
github = "lammermann";
githubId = 695526;
name = "Benjamin Kober";
};
lampros = {
email = "hauahx@gmail.com";
github = "LamprosPitsillos";
githubId = 61395246;
name = "Lampros Pitsillos";
};
larsr = {
email = "Lars.Rasmusson@gmail.com";
github = "larsr";
githubId = 182024;
name = "Lars Rasmusson";
};
l-as = {
email = "las@protonmail.ch";
matrix = "@Las:matrix.org";
github = "L-as";
githubId = 22075344;
keys = [ { fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025"; } ];
name = "Las Safin";
};
lasandell = {
email = "lasandell@gmail.com";
github = "lasandell";
githubId = 2034420;
name = "Luke Sandell";
};
lassulus = {
email = "lassulus@gmail.com";
matrix = "@lassulus:lassul.us";
github = "Lassulus";
githubId = 621759;
name = "Lassulus";
};
laurent-f1z1 = {
email = "laurent.nixpkgs@fainsin.bzh";
github = "Laurent2916";
githubId = 21087104;
name = "Laurent Fainsin";
};
lavafroth = {
email = "lavafroth@protonmail.com";
github = "lavafroth";
githubId = 107522312;
name = "Himadri Bhattacharjee";
};
layus = {
email = "layus.on@gmail.com";
github = "layus";
githubId = 632767;
name = "Guillaume Maudoux";
};
lblasc = {
email = "lblasc@znode.net";
github = "lblasc";
githubId = 32152;
name = "Luka Blaskovic";
};
lbpdt = {
email = "nix@pdtpartners.com";
github = "lbpdt";
githubId = 45168934;
name = "Louis Blin";
};
lde = {
email = "lilian.deloche@puck.fr";
github = "lde";
githubId = 1447020;
name = "Lilian Deloche";
};
ldelelis = {
email = "ldelelis@est.frba.utn.edu.ar";
github = "ldelelis";
githubId = 20250323;
name = "Lucio Delelis";
};
ldenefle = {
email = "ldenefle@gmail.com";
github = "ldenefle";
githubId = 20558127;
name = "Lucas Denefle";
};
ldesgoui = {
email = "ldesgoui@gmail.com";
matrix = "@ldesgoui:matrix.org";
github = "ldesgoui";
githubId = 2472678;
name = "Lucas Desgouilles";
};
ldprg = {
email = "lukas_4dr@gmx.at";
matrix = "@ldprg:matrix.org";
github = "LDprg";
githubId = 71488985;
name = "LDprg";
};
league = {
email = "league@contrapunctus.net";
github = "league";
githubId = 50286;
name = "Christopher League";
};
leahneukirchen = {
email = "leah@vuxu.org";
github = "leahneukirchen";
githubId = 139;
name = "Leah Neukirchen";
};
lebastr = {
email = "lebastr@gmail.com";
github = "lebastr";
githubId = 887072;
name = "Alexander Lebedev";
};
lebensterben = {
name = "Lucius Hu";
github = "lebensterben";
githubId = 1222865;
keys = [ { fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A"; } ];
};
lecoqjacob = {
name = "Jacob LeCoq";
email = "lecoqjacob@gmail.com";
githubId = 9278174;
github = "lecoqjacob";
keys = [ { fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D"; } ];
};
ledif = {
email = "refuse@gmail.com";
github = "ledif";
githubId = 307744;
name = "Adam Fidel";
};
leemachin = {
email = "me@mrl.ee";
github = "leemeichin";
githubId = 736291;
name = "Lee Machin";
};
leenaars = {
email = "ml.software@leenaa.rs";
github = "leenaars";
githubId = 4158274;
name = "Michiel Leenaars";
};
legojames = {
github = "jrobinson-uk";
githubId = 4701504;
name = "James Robinson";
};
leifhelm = {
email = "jakob.leifhelm@gmail.com";
github = "leifhelm";
githubId = 31693262;
name = "Jakob Leifhelm";
keys = [ { fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822"; } ];
};
leixb = {
email = "abone9999+nixpkgs@gmail.com";
matrix = "@leix_b:matrix.org";
github = "Leixb";
githubId = 17183803;
name = "Aleix Boné";
keys = [ { fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D"; } ];
};
lejonet = {
email = "daniel@kuehn.se";
github = "lejonet";
githubId = 567634;
name = "Daniel Kuehn";
};
lelgenio = {
email = "lelgenio@lelgenio.com";
github = "lelgenio";
githubId = 31388299;
name = "Leonardo Eugênio";
};
lenivaya = {
name = "Danylo Osipchuk";
email = "danylo.osipchuk@proton.me";
github = "lenivaya";
githubId = 49302467;
};
lenny = {
name = "Lenny.";
matrix = "lenny@flipdot.org";
keys = [ { fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634"; } ];
};
leo248 = {
github = "leo248";
githubId = 95365184;
keys = [ { fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2"; } ];
name = "leo248";
};
leo60228 = {
email = "leo@60228.dev";
matrix = "@leo60228:matrix.org";
github = "leo60228";
githubId = 8355305;
name = "leo60228";
keys = [ { fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833"; } ];
};
leona = {
email = "nix@leona.is";
github = "leona-ya";
githubId = 11006031;
name = "Leona Maroni";
};
leonardoce = {
email = "leonardo.cecchi@gmail.com";
github = "leonardoce";
githubId = 1572058;
name = "Leonardo Cecchi";
};
leonid = {
email = "belyaev.l@northeastern.edu";
github = "leonidbelyaev";
githubId = 77865363;
name = "Leonid Belyaev";
};
leonm1 = {
github = "leonm1";
githubId = 32306579;
keys = [ { fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A"; } ];
matrix = "@mattleon:matrix.org";
name = "Matt Leon";
};
leshainc = {
email = "leshainc@fomalhaut.me";
github = "LeshaInc";
githubId = 42153076;
name = "Alexey Nikashkin";
};
lesuisse = {
email = "thomas@gerbet.me";
github = "LeSuisse";
githubId = 737767;
name = "Thomas Gerbet";
};
lethalman = {
email = "lucabru@src.gnome.org";
github = "lucabrunox";
githubId = 480920;
name = "Luca Bruno";
};
leungbk = {
email = "leungbk@mailfence.com";
github = "leungbk";
githubId = 29217594;
name = "Brian Leung";
};
lewo = {
email = "lewo@abesis.fr";
matrix = "@lewo:matrix.org";
github = "nlewo";
githubId = 3425311;
name = "Antoine Eiche";
};
lexuge = {
name = "Harry Ying";
email = "lexugeyky@outlook.com";
github = "LEXUGE";
githubId = 13804737;
keys = [ { fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45"; } ];
};
lgbishop = {
email = "lachlan.bishop@hotmail.com";
github = "lgbishop";
githubId = 125634066;
name = "Lachlan Bishop";
};
lgcl = {
email = "dev@lgcl.de";
name = "Leon Vack";
github = "LogicalOverflow";
githubId = 5919957;
};
lhvwb = {
email = "nathaniel.baxter@gmail.com";
github = "nathanielbaxter";
githubId = 307589;
name = "Nathaniel Baxter";
};
liamdiprose = {
email = "liam@liamdiprose.com";
github = "liamdiprose";
githubId = 1769386;
name = "Liam Diprose";
};
liammurphy14 = {
email = "liam.murphy137@gmail.com";
github = "liam-murphy14";
githubId = 54590679;
name = "Liam Murphy";
};
liarokapisv = {
email = "liarokapis.v@gmail.com";
github = "liarokapisv";
githubId = 19633626;
name = "Alexandros Liarokapis";
};
liassica = {
email = "git-commit.jingle869@aleeas.com";
github = "Liassica";
githubId = 115422798;
name = "Liassica";
keys = [ { fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD"; } ];
};
liberatys = {
email = "liberatys@hey.com";
name = "Nick Anthony Flueckiger";
github = "liberatys";
githubId = 35100156;
};
liberodark = {
email = "liberodark@gmail.com";
github = "liberodark";
githubId = 4238928;
name = "liberodark";
};
libjared = {
email = "jared@perrycode.com";
github = "libjared";
githubId = 3746656;
matrix = "@libjared:matrix.org";
name = "Jared Perry";
};
liff = {
email = "liff@iki.fi";
github = "liff";
githubId = 124475;
name = "Olli Helenius";
};
lightbulbjim = {
email = "chris@killred.net";
github = "lightbulbjim";
githubId = 4312404;
name = "Chris Rendle-Short";
};
lightdiscord = {
email = "root@arnaud.sh";
github = "lightdiscord";
githubId = 24509182;
name = "Arnaud Pascal";
};
lightquantum = {
email = "self@lightquantum.me";
github = "PhotonQuantum";
githubId = 18749973;
name = "Yanning Chen";
matrix = "@self:lightquantum.me";
};
Ligthiago = {
email = "donets.andre@gmail.com";
github = "Ligthiago";
githubId = 142721811;
name = "Andrey Donets";
};
lihop = {
email = "nixos@leroy.geek.nz";
github = "lihop";
githubId = 3696783;
name = "Leroy Hopson";
};
lilacious = {
email = "yuchenhe126@gmail.com";
github = "Lilacious";
githubId = 101508537;
name = "Yuchen He";
};
LilleAila = {
name = "Olai";
email = "olai@olai.dev";
github = "LilleAila";
githubId = 67327023;
keys = [ { fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799"; } ];
};
lillycham = {
email = "lillycat332@gmail.com";
github = "lillycat332";
githubId = 54189319;
name = "Lilly Cham";
};
limeytexan = {
email = "limeytexan@gmail.com";
github = "limeytexan";
githubId = 36448130;
name = "Michael Brantley";
};
linbreux = {
email = "linbreux@gmail.com";
github = "linbreux";
githubId = 29354411;
name = "linbreux";
};
linc01n = {
email = "git@lincoln.hk";
github = "linc01n";
githubId = 667272;
name = "Lincoln Lee";
};
linj = {
name = "Lin Jian";
email = "me@linj.tech";
matrix = "@me:linj.tech";
github = "jian-lin";
githubId = 75130626;
keys = [ { fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8"; } ];
};
link2xt = {
email = "link2xt@testrun.org";
githubId = 18373967;
github = "link2xt";
matrix = "@link2xt:matrix.org";
name = "link2xt";
};
linquize = {
email = "linquize@yahoo.com.hk";
github = "linquize";
githubId = 791115;
name = "Linquize";
};
linsui = {
email = "linsui555@gmail.com";
github = "linsui";
githubId = 36977733;
name = "linsui";
};
linus = {
email = "linusarver@gmail.com";
github = "listx";
githubId = 725613;
name = "Linus Arver";
};
linuxissuper = {
email = "m+nix@linuxistcool.de";
matrix = "@m:linuxistcool.de";
github = "linuxissuper";
githubId = 74221543;
name = "Moritz Goltdammer";
};
lionello = {
email = "lio@lunesu.com";
github = "lionello";
githubId = 591860;
name = "Lionello Lunesu";
};
litchipi = {
email = "litchi.pi@proton.me";
github = "litchipi";
githubId = 61109829;
name = "Litchi Pi";
};
livnev = {
email = "lev@liv.nev.org.uk";
github = "livnev";
githubId = 3964494;
name = "Lev Livnev";
keys = [ { fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49"; } ];
};
liyangau = {
email = "d@aufomm.com";
github = "liyangau";
githubId = 71299093;
name = "Li Yang";
};
lizelive = {
email = "nixpkgs@lize.live";
github = "lizelive";
githubId = 40217331;
name = "LizeLive";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
llakala = {
email = "elevenaka11@gmail.com";
github = "llakala";
githubId = 78693624;
name = "llakala";
};
lluchs = {
email = "lukas.werling@gmail.com";
github = "lluchs";
githubId = 516527;
name = "Lukas Werling";
};
lnl7 = {
email = "daiderd@gmail.com";
github = "LnL7";
githubId = 689294;
name = "Daiderd Jordan";
};
lo1tuma = {
email = "schreck.mathias@gmail.com";
github = "lo1tuma";
githubId = 169170;
name = "Mathias Schreck";
};
loc = {
matrix = "@loc:locrealloc.de";
github = "LoCrealloc";
githubId = 64095253;
name = "LoC";
keys = [ { fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15"; } ];
};
locallycompact = {
email = "dan.firth@homotopic.tech";
github = "locallycompact";
githubId = 1267527;
name = "Daniel Firth";
};
lockejan = {
email = "git@smittie.de";
matrix = "@jan:smittie.de";
github = "lockejan";
githubId = 25434434;
name = "Jan Schmitt";
keys = [ { fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991"; } ];
};
locochoco = {
email = "contact@locochoco.dev";
github = "loco-choco";
githubId = 58634087;
name = "Ivan Pancheniak";
};
lodi = {
email = "anthony.lodi@gmail.com";
github = "lodi";
githubId = 918448;
name = "Anthony Lodi";
};
logo = {
email = "logo4poop@protonmail.com";
matrix = "@logo4poop:matrix.org";
github = "logo4poop";
githubId = 24994565;
name = "Isaac Silverstein";
};
loicreynier = {
email = "loic@loicreynier.fr";
github = "loicreynier";
githubId = 88983487;
name = "Loïc Reynier";
};
lom = {
email = "legendofmiracles@protonmail.com";
matrix = "@legendofmiracles:matrix.org";
github = "legendofmiracles";
githubId = 30902201;
name = "legendofmiracles";
keys = [ { fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451"; } ];
};
longer = {
email = "michal@mieszczak.com.pl";
name = "Michał Mieszczak";
github = "LongerHV";
githubId = 46924944;
};
lonyelon = {
email = "sergio@lony.xyz";
name = "Sergio Miguéns Iglesias";
github = "lonyelon";
githubId = 18664655;
};
lopsided98 = {
email = "benwolsieffer@gmail.com";
github = "lopsided98";
githubId = 5624721;
name = "Ben Wolsieffer";
};
lord-valen = {
name = "Lord Valen";
matrix = "@lord-valen:matrix.org";
github = "Lord-Valen";
githubId = 46138807;
};
lorenz = {
name = "Lorenz Brun";
email = "lorenz@brun.one";
github = "lorenz";
githubId = 5228892;
};
lorenzleutgeb = {
email = "lorenz@leutgeb.xyz";
github = "lorenzleutgeb";
githubId = 542154;
name = "Lorenz Leutgeb";
};
loskutov = {
email = "ignat.loskutov@gmail.com";
github = "loskutov";
githubId = 1202012;
name = "Ignat Loskutov";
};
lostnet = {
email = "lost.networking@gmail.com";
github = "lostnet";
githubId = 1422781;
name = "Will Young";
};
louisdk1 = {
email = "louis@louis.dk";
github = "LouisDK1";
githubId = 4969294;
name = "Louis Tim Larsen";
};
louis-thevenet = {
name = "Louis Thevenet";
github = "louis-thevenet";
githubId = 55986107;
};
lovek323 = {
email = "jason@oconal.id.au";
github = "lovek323";
githubId = 265084;
name = "Jason O'Conal";
};
lovesegfault = {
email = "meurerbernardo@gmail.com";
matrix = "@lovesegfault:matrix.org";
github = "lovesegfault";
githubId = 7243783;
name = "Bernardo Meurer";
keys = [ { fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246"; } ];
};
lowfatcomputing = {
email = "andreas.wagner@lowfatcomputing.org";
github = "lowfatcomputing";
githubId = 10626;
name = "Andreas Wagner";
};
lpchaim = {
email = "lpchaim@gmail.comm";
matrix = "@lpchaim:matrix.org";
github = "lpchaim";
githubId = 4030336;
name = "Lucas Chaim";
};
lpostula = {
email = "lois@postu.la";
github = "loispostula";
githubId = 1423612;
name = "Loïs Postula";
keys = [ { fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1"; } ];
};
lrewega = {
email = "lrewega@c32.ca";
github = "lrewega";
githubId = 639066;
name = "Luke Rewega";
};
lromor = {
email = "leonardo.romor@gmail.com";
github = "lromor";
githubId = 1597330;
name = "Leonardo Romor";
};
lschuermann = {
email = "leon.git@is.currently.online";
matrix = "@leons:is.currently.online";
github = "lschuermann";
githubId = 5341193;
name = "Leon Schuermann";
};
lsix = {
email = "lsix@lancelotsix.com";
github = "lsix";
githubId = 724339;
name = "Lancelot SIX";
};
ltavard = {
email = "laure.tavard@univ-grenoble-alpes.fr";
github = "ltavard";
githubId = 8555953;
name = "Laure Tavard";
};
ltrump = {
email = "ltrump@163.com";
github = "L-Trump";
githubId = 37738631;
name = "Luo Chen";
};
ltstf1re = {
email = "ltstf1re@disroot.org";
github = "lsf1re";
githubId = 153414530;
matrix = "@ltstf1re:converser.eu";
name = "Little Starfire";
keys = [ { fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D"; } ];
};
lu15w1r7h = {
email = "lwirth2000@gmail.com";
github = "LU15W1R7H";
githubId = 37505890;
name = "Luis Wirth";
};
luc65r = {
email = "lucas@ransan.fr";
github = "luc65r";
githubId = 59375051;
name = "Lucas Ransan";
};
LucaGuerra = {
email = "luca@guerra.sh";
github = "LucaGuerra";
githubId = 35580196;
name = "Luca Guerra";
};
lucasbergman = {
email = "lucas@bergmans.us";
github = "lucasbergman";
githubId = 3717454;
name = "Lucas Bergman";
};
lucas-deangelis = {
email = "deangelis.lucas@outlook.com";
github = "lucas-deangelis";
githubId = 55180995;
name = "Lucas De Angelis";
keys = [ { fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4"; } ];
};
lucasew = {
email = "lucas59356@gmail.com";
github = "lucasew";
githubId = 15693688;
name = "Lucas Eduardo Wendt";
};
lucastso10 = {
email = "lucastso10@gmail.com";
github = "lucastso10";
githubId = 84486266;
name = "Lucas Teixeira Soares";
};
lucc = {
email = "lucc+nix@posteo.de";
github = "lucc";
githubId = 1104419;
name = "Lucas Hoffmann";
};
lucperkins = {
email = "lucperkins@gmail.com";
github = "lucperkins";
githubId = 1523104;
name = "Luc Perkins";
};
lucus16 = {
email = "lars.jellema@gmail.com";
github = "Lucus16";
githubId = 2487922;
name = "Lars Jellema";
};
ludat = {
email = "lucas6246@gmail.com";
github = "ludat";
githubId = 4952044;
name = "Lucas David Traverso";
};
ludo = {
email = "ludo@gnu.org";
github = "civodul";
githubId = 1168435;
name = "Ludovic Courtès";
};
ludovicopiero = {
email = "lewdovico@gnuweeb.org";
github = "ludovicopiero";
githubId = 44255157;
name = "Ludovico Piero";
keys = [ { fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C"; } ];
};
lufia = {
email = "lufia@lufia.org";
github = "lufia";
githubId = 1784379;
name = "Kyohei Kadota";
};
Luflosi = {
name = "Luflosi";
email = "luflosi@luflosi.de";
github = "Luflosi";
githubId = 15217907;
keys = [ { fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9"; } ];
};
luftmensch-luftmensch = {
email = "valentinobocchetti59@gmail.com";
name = "Valentino Bocchetti";
github = "luftmensch-luftmensch";
githubId = 65391343;
};
lugarun = {
email = "lfschmidt.me@gmail.com";
github = "lugarun";
githubId = 5767106;
name = "Lukas Schmidt";
};
luisdaranda = {
email = "luisdomingoaranda@gmail.com";
github = "propet";
githubId = 8515861;
name = "Luis D. Aranda Sánchez";
keys = [ { fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E"; } ];
};
luisnquin = {
email = "lpaandres2020@gmail.com";
matrix = "@luisnquin:matrix.org";
github = "luisnquin";
githubId = 86449787;
name = "Luis Quiñones";
};
luispedro = {
email = "luis@luispedro.org";
github = "luispedro";
githubId = 79334;
name = "Luis Pedro Coelho";
};
luizirber = {
email = "nixpkgs@luizirber.org";
github = "luizirber";
githubId = 6642;
name = "Luiz Irber";
};
luizribeiro = {
email = "nixpkgs@l9o.dev";
matrix = "@luizribeiro:matrix.org";
name = "Luiz Ribeiro";
github = "luizribeiro";
githubId = 112069;
keys = [ { fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817"; } ];
};
lukas-heiligenbrunner = {
email = "lukas.heiligenbrunner@gmail.com";
github = "lukas-heiligenbrunner";
githubId = 30468956;
name = "Lukas Heiligenbrunner";
};
lukaslihotzki = {
email = "lukas@lihotzki.de";
github = "lukaslihotzki";
githubId = 10326063;
name = "Lukas Lihotzki";
};
lukaswrz = {
email = "lukas@wrz.one";
github = "lukaswrz";
githubId = 84395723;
name = "Lukas Wurzinger";
};
lukebfox = {
email = "lbentley-fox1@sheffield.ac.uk";
github = "lukebfox";
githubId = 34683288;
name = "Luke Bentley-Fox";
};
lukegb = {
email = "nix@lukegb.com";
matrix = "@lukegb:zxcvbnm.ninja";
github = "lukegb";
githubId = 246745;
name = "Luke Granger-Brown";
};
lukego = {
email = "luke@snabb.co";
github = "lukego";
githubId = 13791;
name = "Luke Gorrie";
};
luker = {
email = "luker@fenrirproject.org";
github = "LucaFulchir";
githubId = 2486026;
name = "Luca Fulchir";
};
lukts30 = {
email = "llukas21307@gmail.com";
github = "lukts30";
githubId = 24390575;
name = "lukts30";
};
luleyleo = {
email = "git@leopoldluley.de";
github = "luleyleo";
githubId = 10746692;
name = "Leopold Luley";
};
lumi = {
email = "lumi@pew.im";
github = "lumi-me-not";
githubId = 26020062;
name = "lumi";
};
luna_1024 = {
email = "contact@luna.computer";
github = "luna-1024";
githubId = 7243615;
name = "Luna";
};
lunarequest = {
email = "nullarequest@vivlaid.net";
github = "Lunarequest";
githubId = 30698906;
name = "Luna D Dragon";
};
lunik1 = {
email = "ch.nixpkgs@themaw.xyz";
matrix = "@lunik1:lunik.one";
github = "lunik1";
githubId = 13547699;
name = "Corin Hoad";
keys = [
{
# fingerprint = "BA3A 5886 AE6D 526E 20B4 57D6 6A37 DF94 8318 8492"; # old key, superseded
fingerprint = "6E69 6A19 4BD8 BFAE 7362 ACDB 6437 4619 95CA 7F16";
}
];
};
LunNova = {
email = "nixpkgs-maintainer@lunnova.dev";
github = "LunNova";
githubId = 782440;
name = "Luna Nova";
};
luochen1990 = {
email = "luochen1990@gmail.com";
github = "luochen1990";
githubId = 2309868;
name = "Luo Chen";
};
lurkki = {
email = "jussi.kuokkanen@protonmail.com";
github = "Lurkki14";
githubId = 44469719;
name = "Jussi Kuokkanen";
};
lutzberger = {
email = "lutz.berger@airbus.com";
github = "lutzberger";
githubId = 115777584;
name = "Lutz Berger";
};
lux = {
email = "lux@lux.name";
github = "luxzeitlos";
githubId = 1208273;
matrix = "@lux:ontheblueplanet.com";
name = "Lux";
};
luz = {
email = "luz666@daum.net";
github = "Luz";
githubId = 208297;
name = "Luz";
};
lw = {
email = "lw@fmap.me";
github = "lolwat97";
githubId = 2057309;
name = "Sergey Sofeychuk";
};
lx = {
email = "alex@adnab.me";
github = "Alexis211";
githubId = 101484;
matrix = "@lx:deuxfleurs.fr";
name = "Alex Auvolat";
};
lxea = {
email = "nix@amk.ie";
github = "lxea";
githubId = 7910815;
name = "Alex McGrath";
};
lyndeno = {
name = "Lyndon Sanche";
email = "lsanche@lyndeno.ca";
github = "Lyndeno";
githubId = 13490857;
};
lynty = {
email = "ltdong93+nix@gmail.com";
github = "Lynty";
githubId = 39707188;
name = "Lynn Dong";
};
m00wl = {
name = "Moritz Lumme";
email = "moritz.lumme@gmail.com";
github = "m00wl";
githubId = 46034439;
};
m1cr0man = {
email = "lucas+nix@m1cr0man.com";
github = "m1cr0man";
githubId = 3044438;
name = "Lucas Savva";
};
m1dugh = {
email = "romain103paris@gmail.com";
name = "Romain LE MIERE";
github = "m1dugh";
githubId = 42266017;
};
ma27 = {
email = "maximilian@mbosch.me";
matrix = "@ma27:nicht-so.sexy";
github = "Ma27";
githubId = 6025220;
name = "Maximilian Bosch";
};
ma9e = {
email = "sean@lfo.team";
github = "furrycatherder";
githubId = 36235154;
name = "Sean Haugh";
};
maaslalani = {
email = "maaslalani0@gmail.com";
github = "maaslalani";
githubId = 42545625;
name = "Maas Lalani";
};
mabster314 = {
name = "Max Haland";
email = "max@haland.org";
github = "mabster314";
githubId = 5741741;
keys = [ { fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8"; } ];
};
macalinao = {
email = "me@ianm.com";
name = "Ian Macalinao";
github = "macalinao";
githubId = 401263;
keys = [ { fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8"; } ];
};
mac-chaffee = {
name = "Mac Chaffee";
github = "mac-chaffee";
githubId = 7581860;
};
madjar = {
email = "georges.dubus@compiletoi.net";
github = "madjar";
githubId = 109141;
name = "Georges Dubus";
};
madonius = {
email = "nixos@madoni.us";
github = "madonius";
githubId = 1246752;
name = "madonius";
matrix = "@madonius:entropia.de";
};
Madouura = {
email = "madouura@gmail.com";
github = "Madouura";
githubId = 93990818;
name = "Madoura";
};
maeve = {
email = "mrey@mailbox.org";
matrix = "@maeve:catgirl.cloud";
github = "m-rey";
githubId = 42996147;
name = "Mæve";
keys = [ { fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2"; } ];
};
mafo = {
email = "Marc.Fontaine@gmx.de";
github = "MarcFontaine";
githubId = 1433367;
name = "Marc Fontaine";
};
magenbluten = {
email = "magenbluten@codemonkey.cc";
github = "magenbluten";
githubId = 1140462;
name = "magenbluten";
};
maggesi = {
email = "marco.maggesi@gmail.com";
github = "maggesi";
githubId = 1809783;
name = "Marco Maggesi";
};
magnetophon = {
email = "bart@magnetophon.nl";
github = "magnetophon";
githubId = 7645711;
name = "Bart Brouns";
};
magnouvean = {
email = "rg0zjsyh@anonaddy.me";
github = "magnouvean";
githubId = 85435692;
name = "Maxwell Berg";
};
mahe = {
email = "matthias.mh.herrmann@gmail.com";
github = "2chilled";
githubId = 1238350;
name = "Matthias Herrmann";
};
mahmoudk1000 = {
email = "mahmoudk1000@gmail.com";
github = "mahmoudk1000";
githubId = 24735185;
name = "Mahmoud Ayman";
};
majesticmullet = {
email = "hoccthomas@gmail.com.au";
github = "MajesticMullet";
githubId = 31056089;
name = "Tom Ho";
};
majewsky = {
email = "majewsky@gmx.net";
github = "majewsky";
githubId = 24696;
name = "Stefan Majewsky";
};
majiir = {
email = "majiir@nabaal.net";
github = "Majiir";
githubId = 963511;
name = "Majiir Paktu";
};
makefu = {
email = "makefu@syntax-fehler.de";
github = "makefu";
githubId = 115218;
name = "Felix Richter";
};
MakiseKurisu = {
github = "MakiseKurisu";
githubId = 2321672;
name = "Makise Kurisu";
};
Makuru = {
email = "makuru@makuru.org";
github = "makuru-dd";
githubId = 58048293;
name = "Makuru";
keys = [ { fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7"; } ];
};
malbarbo = {
email = "malbarbo@gmail.com";
github = "malbarbo";
githubId = 1678126;
name = "Marco A L Barbosa";
};
malo = {
email = "mbourgon@gmail.com";
github = "malob";
githubId = 2914269;
name = "Malo Bourgon";
};
malt3 = {
github = "malt3";
githubId = 1780588;
name = "Malte Poll";
};
maltejanz = {
email = "service.malte.j@protonmail.com";
github = "MalteJanz";
githubId = 18661391;
name = "Malte Janz";
};
malteneuss = {
github = "malteneuss";
githubId = 5301202;
name = "Malte Neuss";
};
malte-v = {
email = "nixpkgs@mal.tc";
github = "malte-v";
githubId = 34393802;
name = "Malte Voos";
};
malyn = {
email = "malyn@strangeGizmo.com";
github = "malyn";
githubId = 346094;
name = "Michael Alyn Miller";
};
mandos = {
email = "marek.maksimczyk@mandos.net.pl";
github = "mandos";
githubId = 115060;
name = "Marek Maksimczyk";
};
Mange = {
name = "Magnus Bergmark";
email = "me@mange.dev";
github = "Mange";
githubId = 1599;
keys = [ { fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE"; } ];
};
mangoiv = {
email = "contact@mangoiv.com";
github = "mangoiv";
githubId = 40720523;
name = "MangoIV";
};
manipuladordedados = {
email = "manipuladordedados@gmail.com";
github = "manipuladordedados";
githubId = 1189862;
name = "Valter Nazianzeno";
};
manojkarthick = {
email = "smanojkarthick@gmail.com";
github = "manojkarthick";
githubId = 7802795;
name = "Manoj Karthick";
};
manveru = {
email = "m.fellinger@gmail.com";
matrix = "@manveru:matrix.org";
github = "manveru";
githubId = 3507;
name = "Michael Fellinger";
};
maolonglong = {
email = "shaolong.chen@outlook.it";
github = "maolonglong";
githubId = 50797868;
name = "Shaolong Chen";
};
maralorn = {
email = "mail@maralorn.de";
matrix = "@maralorn:maralorn.de";
github = "maralorn";
githubId = 1651325;
name = "maralorn";
};
marble = {
email = "nixpkgs@computer-in.love";
github = "cyber-murmel";
githubId = 30078229;
name = "marble";
};
marcel = {
email = "me@m4rc3l.de";
github = "MarcelCoding";
githubId = 34819524;
name = "Marcel";
};
marcovergueira = {
email = "vergueira.marco@gmail.com";
github = "marcovergueira";
githubId = 929114;
name = "Marco Vergueira";
};
marcus7070 = {
email = "marcus@geosol.com.au";
github = "marcus7070";
githubId = 50230945;
name = "Marcus Boyd";
};
marcusramberg = {
email = "marcus@means.no";
github = "marcusramberg";
githubId = 5526;
name = "Marcus Ramberg";
};
marcweber = {
email = "marco-oweber@gmx.de";
github = "MarcWeber";
githubId = 34086;
name = "Marc Weber";
};
marenz = {
email = "marenz@arkom.men";
github = "marenz2569";
githubId = 12773269;
name = "Markus Schmidl";
};
mariaa144 = {
email = "speechguard_intensivist@aleeas.com";
github = "mariaa144";
githubId = 105451387;
name = "Maria";
};
marie = {
email = "tabmeier12+nix@gmail.com";
github = "nycodeghg";
githubId = 37078297;
matrix = "@marie:marie.cologne";
name = "Marie Ramlow";
};
marijanp = {
name = "Marijan Petričević";
email = "marijan.petricevic94@gmail.com";
github = "marijanp";
githubId = 13599169;
};
marius851000 = {
email = "mariusdavid@laposte.net";
name = "Marius David";
github = "marius851000";
githubId = 22586596;
};
mariuskimmina = {
email = "mar.kimmina@gmail.com";
name = "Marius Kimmina";
github = "mariuskimmina";
githubId = 38843153;
};
markbeep = {
email = "mrkswrn@gmail.com";
github = "markbeep";
githubId = 20665331;
name = "Mark";
};
markus1189 = {
email = "markus1189@gmail.com";
github = "markus1189";
githubId = 591567;
name = "Markus Hauck";
};
markuskowa = {
email = "markus.kowalewski@gmail.com";
github = "markuskowa";
githubId = 26470037;
name = "Markus Kowalewski";
};
markusscherer = {
github = "markusscherer";
githubId = 1913876;
name = "Markus Scherer";
};
marmolak = {
email = "hack.robin@gmail.com";
github = "marmolak";
githubId = 1709273;
name = "Robin Hack";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
marnym = {
email = "markus@nyman.dev";
github = "marnym";
githubId = 56825922;
name = "Markus Nyman";
};
marsupialgutz = {
email = "mars@possums.xyz";
github = "pupbrained";
githubId = 33522919;
name = "Marshall Arruda";
};
martijnvermaat = {
email = "martijn@vermaat.name";
github = "martijnvermaat";
githubId = 623509;
name = "Martijn Vermaat";
};
martinetd = {
email = "f.ktfhrvnznqxacf@noclue.notk.org";
github = "martinetd";
githubId = 1729331;
name = "Dominique Martinet";
};
martinjlowm = {
email = "martin@martinjlowm.dk";
github = "martinjlowm";
githubId = 110860;
name = "Martin Jesper Low Madsen";
};
martinramm = {
email = "martin-ramm@gmx.de";
github = "MartinRamm";
githubId = 31626748;
name = "Martin Ramm";
};
marzipankaiser = {
email = "nixos@gaisseml.de";
github = "marzipankaiser";
githubId = 2551444;
name = "Marcial Gaißert";
keys = [ { fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9"; } ];
};
masaeedu = {
email = "masaeedu@gmail.com";
github = "masaeedu";
githubId = 3674056;
name = "Asad Saeeduddin";
};
masipcat = {
email = "jordi@masip.cat";
github = "masipcat";
githubId = 775189;
name = "Jordi Masip";
};
MaskedBelgian = {
email = "michael.colicchia@imio.be";
github = "MaskedBelgian";
githubId = 29855073;
name = "Michael Colicchia";
};
massimogengarelli = {
email = "massimo.gengarelli@gmail.com";
github = "massix";
githubId = 585424;
name = "Massimo Gengarelli";
};
matdibu = {
email = "contact@mateidibu.dev";
github = "matdibu";
githubId = 24750154;
name = "Matei Dibu";
};
matejc = {
email = "cotman.matej@gmail.com";
github = "matejc";
githubId = 854770;
name = "Matej Cotman";
};
mateodd25 = {
email = "mateodd@icloud.com";
github = "mateodd25";
githubId = 7878181;
name = "Mateo Diaz";
};
materus = {
email = "materus@podkos.pl";
github = "materusPL";
githubId = 28183516;
name = "Mateusz Słodkowicz";
};
math-42 = {
email = "matheus.4200@gmail.com";
github = "Math-42";
githubId = 43853194;
name = "Matheus Vieira";
};
mathiassven = {
email = "github@mathiassven.com";
github = "MathiasSven";
githubId = 24759037;
name = "Mathias Sven";
};
mathnerd314 = {
email = "mathnerd314.gph+hs@gmail.com";
github = "Mathnerd314";
githubId = 322214;
name = "Mathnerd314";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
mathstlouis = {
email = "matfino+gh@gmail.com";
github = "mathstlouis";
githubId = 35696151;
name = "mathstlouis";
};
matklad = {
email = "aleksey.kladov@gmail.com";
github = "matklad";
githubId = 1711539;
name = "matklad";
};
matko = {
email = "maren.van.otterdijk@gmail.com";
github = "matko";
githubId = 155603;
name = "Maren van Otterdijk";
};
matrss = {
name = "Matthias Riße";
email = "matthias.risze@t-online.de";
github = "matrss";
githubId = 9308656;
};
mattchrist = {
email = "nixpkgs-matt@christ.systems";
github = "mattchrist";
githubId = 952712;
name = "Matt Christ";
};
matteopacini = {
email = "m@matteopacini.me";
github = "matteo-pacini";
githubId = 3139724;
name = "Matteo Pacini";
};
matthewbauer = {
email = "mjbauer95@gmail.com";
github = "matthewbauer";
githubId = 19036;
name = "Matthew Bauer";
};
matthewcroughan = {
email = "matt@croughan.sh";
github = "MatthewCroughan";
githubId = 26458780;
name = "Matthew Croughan";
};
matthew-levan = {
email = "matthew@coeli.network";
github = "matthew-levan";
githubId = 91502660;
name = "Matthew LeVan";
};
matthewpi = {
email = "me+nix@matthewp.io";
github = "matthewpi";
githubId = 26559841;
name = "Matthew Penner";
keys = [ { fingerprint = "5118 F1CC B7B0 6C17 4DD1 5267 3131 1906 AD4C F6D6"; } ];
};
matthiasbenaets = {
email = "matthias.benaets@gmail.com";
github = "MatthiasBenaets";
githubId = 89214559;
name = "Matthias Benaets";
};
matthiasbeyer = {
email = "mail@beyermatthias.de";
matrix = "@musicmatze:beyermatthi.as";
github = "matthiasbeyer";
githubId = 427866;
name = "Matthias Beyer";
};
matthiasdotsh = {
email = "git@matthias.sh";
name = "Matthias";
github = "matthiasdotsh";
githubId = 142118899;
};
matthiasq = {
email = "matthias.queitsch@mailbox.org";
github = "matthias-Q";
githubId = 35303817;
name = "Matthias Queitsch";
};
MatthieuBarthel = {
email = "matthieu@imatt.ch";
name = "Matthieu Barthel";
github = "MatthieuBarthel";
githubId = 435534;
keys = [ { fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26"; } ];
};
matthuszagh = {
email = "huszaghmatt@gmail.com";
github = "matthuszagh";
githubId = 7377393;
name = "Matt Huszagh";
};
matti-kariluoma = {
email = "matti@kariluo.ma";
github = "matti-kariluoma";
githubId = 279868;
name = "Matti Kariluoma";
};
mattpolzin = {
email = "matt.polzin@gmail.com";
github = "mattpolzin";
githubId = 2075353;
name = "Matt Polzin";
};
matt-snider = {
email = "matt.snider@protonmail.com";
github = "matt-snider";
githubId = 11810057;
name = "Matt Snider";
};
MattSturgeon = {
email = "matt@sturgeon.me.uk";
github = "MattSturgeon";
githubId = 5046562;
matrix = "@mattsturg:matrix.org";
name = "Matt Sturgeon";
keys = [ { fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299"; } ];
};
matusf = {
email = "matus.ferech@gmail.com";
github = "matusf";
githubId = 18228995;
name = "Matúš Ferech";
};
maurer = {
email = "matthew.r.maurer+nix@gmail.com";
github = "maurer";
githubId = 136037;
name = "Matthew Maurer";
};
mausch = {
email = "mauricioscheffer@gmail.com";
github = "mausch";
githubId = 95194;
name = "Mauricio Scheffer";
};
mawis = {
email = "m@tthias.eu";
github = "mawis";
githubId = 2042030;
name = "Matthias Wimmer";
keys = [ { fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898"; } ];
};
max = {
email = "max+nixpkgs@privatevoid.net";
matrix = "@max:privatevoid.net";
github = "max-privatevoid";
githubId = 55053574;
name = "Max Headroom";
};
max-amb = {
email = "max_a@e.email";
github = "max-amb";
githubId = 137820334;
name = "Max Ambaum";
};
maxbrunet = {
email = "max@brnt.mx";
github = "maxbrunet";
githubId = 32458727;
name = "Maxime Brunet";
keys = [ { fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B"; } ];
};
maxdamantus = {
email = "maxdamantus@gmail.com";
github = "Maxdamantus";
githubId = 502805;
name = "Max Zerzouri";
};
maxhbr = {
email = "nixos@maxhbr.dev";
github = "maxhbr";
githubId = 1187050;
name = "Maximilian Huber";
};
maxhearnden = {
email = "max@hearnden.org.uk";
github = "MaxHearnden";
githubId = 8320393;
name = "Max Hearnden";
};
maxhero = {
email = "contact@maxhero.dev";
github = "themaxhero";
githubId = 4708337;
name = "Marcelo A. de L. Santos";
};
maximsmol = {
email = "maximsmol@gmail.com";
github = "maximsmol";
githubId = 1472826;
name = "Max Smolin";
};
max-niederman = {
email = "max@maxniederman.com";
github = "max-niederman";
githubId = 19580458;
name = "Max Niederman";
keys = [ { fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E"; } ];
};
maxstrid = {
email = "mxwhenderson@gmail.com";
github = "maxstrid";
githubId = 115441224;
name = "Maxwell Henderson";
};
maxux = {
email = "root@maxux.net";
github = "maxux";
githubId = 4141584;
name = "Maxime Daniel";
};
maxwell-lt = {
email = "maxwell.lt@live.com";
github = "Maxwell-lt";
githubId = 17859747;
name = "Maxwell L-T";
};
maxwilson = {
email = "nixpkgs@maxwilson.dev";
github = "mwilsoncoding";
githubId = 43796009;
name = "Max Wilson";
};
maxxk = {
email = "maxim.krivchikov@gmail.com";
github = "maxxk";
githubId = 1191859;
name = "Maxim Krivchikov";
};
MayNiklas = {
email = "info@niklas-steffen.de";
github = "MayNiklas";
githubId = 44636701;
name = "Niklas Steffen";
};
mazurel = {
email = "mateusz.mazur@yahoo.com";
github = "Mazurel";
githubId = 22836301;
name = "Mateusz Mazur";
};
mbaeten = {
github = "mbaeten";
githubId = 2649304;
name = "M. Baeten";
};
mbaillie = {
email = "martin@baillie.id";
github = "martinbaillie";
githubId = 613740;
name = "Martin Baillie";
};
mbalatsko = {
email = "mbalatsko@gmail.com";
github = "mbalatsko";
githubId = 15967073;
name = "Maksym Balatsko";
};
mbbx6spp = {
email = "me@susanpotter.net";
github = "mbbx6spp";
githubId = 564;
name = "Susan Potter";
};
mbe = {
email = "brandonedens@gmail.com";
github = "brandonedens";
githubId = 396449;
name = "Brandon Edens";
};
mbode = {
email = "maxbode@gmail.com";
github = "mbode";
githubId = 9051309;
name = "Maximilian Bode";
};
mboes = {
email = "mboes@tweag.net";
github = "mboes";
githubId = 51356;
name = "Mathieu Boespflug";
};
mbprtpmnr = {
name = "mbprtpmnr";
email = "mbprtpmnr@pm.me";
github = "mbprtpmnr";
githubId = 88109321;
};
mbrgm = {
email = "marius@yeai.de";
github = "mbrgm";
githubId = 2971615;
name = "Marius Bergmann";
};
mccartykim = {
email = "mccartykim@zoho.com";
github = "mccartykim";
githubId = 9851221;
name = "Kimberly McCarty";
};
mccurdyc = {
email = "mccurdyc22@gmail.com";
github = "mccurdyc";
githubId = 5546264;
name = "Colton J. McCurdy";
keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ];
};
mcmtroffaes = {
email = "matthias.troffaes@gmail.com";
github = "mcmtroffaes";
githubId = 158568;
name = "Matthias C. M. Troffaes";
};
McSinyx = {
email = "cnx@loang.net";
github = "McSinyx";
githubId = 13689192;
matrix = "@cnx:loang.net";
name = "Nguyn Gia Phong";
keys = [
{ fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B"; }
{ fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767"; }
];
};
mcwitt = {
email = "mcwitt@gmail.com";
github = "mcwitt";
githubId = 319411;
name = "Matt Wittmann";
};
mdaiter = {
email = "mdaiter8121@gmail.com";
github = "mdaiter";
githubId = 1377571;
name = "Matthew S. Daiter";
};
mdarocha = {
email = "marek@mdarocha.pl";
github = "mdarocha";
githubId = 11572618;
name = "Marek Darocha";
};
mdevlamynck = {
email = "matthias.devlamynck@mailoo.org";
github = "mdevlamynck";
githubId = 4378377;
name = "Matthias Devlamynck";
};
mdlayher = {
email = "mdlayher@gmail.com";
github = "mdlayher";
githubId = 1926905;
name = "Matt Layher";
keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ];
};
mdorman = {
email = "mdorman@jaunder.io";
github = "mdorman";
githubId = 333344;
name = "Michael Alan Dorman";
};
mdr = {
email = "MattRussellUK@gmail.com";
github = "mdr";
githubId = 241257;
name = "Matt Russell";
};
meain = {
email = "mail@meain.io";
matrix = "@meain:matrix.org";
github = "meain";
githubId = 14259816;
name = "Abin Simon";
};
me-and = {
name = "Adam Dinwoodie";
email = "nix.thunder.wayne@post.dinwoodie.org";
github = "me-and";
githubId = 1397507;
};
meatcar = {
email = "nixpkgs@denys.me";
github = "meatcar";
githubId = 191622;
name = "Denys Pavlov";
};
meator = {
email = "meator.dev@gmail.com";
github = "meator";
githubId = 67633081;
name = "meator";
keys = [ { fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF"; } ];
};
meditans = {
email = "meditans@gmail.com";
github = "meditans";
githubId = 4641445;
name = "Carlo Nucera";
};
medv = {
email = "mikhail.advent@gmail.com";
github = "medv";
githubId = 1631737;
name = "Mikhail Medvedev";
};
meebey = {
email = "meebey@meebey.net";
github = "meebey";
githubId = 318066;
name = "Mirco Bauer";
};
megheaiulian = {
email = "iulian.meghea@gmail.com";
github = "megheaiulian";
githubId = 1788114;
name = "Meghea Iulian";
};
meisternu = {
email = "meister@krutt.org";
github = "meisternu";
githubId = 8263431;
name = "Matt Miemiec";
};
melchips = {
email = "truphemus.francois@gmail.com";
github = "melchips";
githubId = 365721;
name = "Francois Truphemus";
};
melias122 = {
name = "Martin Elias";
email = "martin+nixpkgs@elias.sx";
github = "melias122";
githubId = 1027766;
};
melkor333 = {
email = "samuel@ton-kunst.ch";
github = "Melkor333";
githubId = 6412377;
name = "Samuel Ruprecht";
};
melling = {
email = "mattmelling@fastmail.com";
github = "mattmelling";
githubId = 1215331;
name = "Matt Melling";
};
melon = {
email = "melontime05@gmail.com";
github = "BlaiZephyr";
githubId = 101197249;
name = "Tim";
};
melsigl = {
email = "melanie.bianca.sigl@gmail.com";
github = "melsigl";
githubId = 15093162;
name = "Melanie B. Sigl";
};
melvyn2 = {
email = "melvyn2@dnsense.pub";
github = "melvyn2";
githubId = 9157412;
name = "melvyn";
keys = [ { fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6"; } ];
};
mephistophiles = {
email = "mussitantesmortem@gmail.com";
name = "Maxim Zhukov";
github = "Mephistophiles";
githubId = 4850908;
};
merrkry = {
email = "merrkry@tsubasa.moe";
name = "merrkry";
github = "merrkry";
githubId = 124278440;
};
mevatron = {
email = "mevatron@gmail.com";
name = "mevatron";
github = "mevatron";
githubId = 714585;
};
mfossen = {
email = "msfossen@gmail.com";
github = "mfossen";
githubId = 3300322;
name = "Mitchell Fossen";
};
mfrw = {
email = "falakreyaz@gmail.com";
github = "mfrw";
githubId = 4929861;
name = "Muhammad Falak R Wani";
};
mgdelacroix = {
email = "mgdelacroix@gmail.com";
github = "mgdelacroix";
githubId = 223323;
name = "Miguel de la Cruz";
};
mgdm = {
email = "michael@mgdm.net";
github = "mgdm";
githubId = 71893;
name = "Michael Maclean";
};
mglolenstine = {
email = "mglolenstine@gmail.com";
github = "MGlolenstine";
githubId = 9406770;
matrix = "@mglolenstine:matrix.org";
name = "MGlolenstine";
};
mgregoire = {
email = "gregoire@martinache.net";
github = "M-Gregoire";
githubId = 9469313;
name = "Gregoire Martinache";
};
mgregson = {
github = "mgregson";
githubId = 333572;
name = "Michael Gregson";
};
mgttlinger = {
email = "megoettlinger@gmail.com";
github = "mgttlinger";
githubId = 5120487;
name = "Merlin Humml";
};
mguentner = {
email = "code@mguentner.de";
github = "mguentner";
githubId = 668926;
name = "Maximilian Güntner";
};
mh = {
github = "markus-heinrich";
githubId = 68288772;
name = "Markus Heinrich";
};
mh182 = {
email = "mh182@chello.at";
github = "mh182";
githubId = 9980864;
name = "Max Hofer";
};
mhaselsteiner = {
email = "magdalena.haselsteiner@gmx.at";
github = "mhaselsteiner";
githubId = 20536514;
name = "Magdalena Haselsteiner";
};
mi-ael = {
email = "miael.oss.1970@gmail.com";
name = "mi-ael";
github = "mi-ael";
githubId = 12199265;
};
miampf = {
email = "miampf@proton.me";
github = "miampf";
githubId = 111570799;
name = "Mia Motte Mallon";
keys = [ { fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C"; } ];
};
miangraham = {
github = "miangraham";
githubId = 704580;
name = "M. Ian Graham";
keys = [ { fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F"; } ];
};
mib = {
name = "mib";
email = "mib@kanp.ai";
matrix = "@mib:kanp.ai";
github = "mibmo";
githubId = 87388017;
keys = [ { fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F"; } ];
};
mic92 = {
email = "joerg@thalheim.io";
matrix = "@mic92:nixos.dev";
github = "Mic92";
githubId = 96200;
name = "Jörg Thalheim";
keys = [
{
# compare with https://keybase.io/Mic92
fingerprint = "3DEE 1C55 6E1C 3DC5 54F5 875A 003F 2096 411B 5F92";
}
];
};
michaeladler = {
email = "therisen06@gmail.com";
github = "michaeladler";
githubId = 1575834;
name = "Michael Adler";
};
michaelBelsanti = {
email = "mbels03@protonmail.com";
name = "Mike Belsanti";
github = "michaelBelsanti";
githubId = 62124625;
};
michaelBrunner = {
email = "michael.brunn3r@gmail.com";
name = "Michael Brunner";
github = "MichaelBrunn3r";
githubId = 19626539;
};
MichaelCDormann = {
email = "michael.c.dormann@gmail.com";
name = "Michael Dormann";
github = "MichaelCDormann";
githubId = 12633081;
};
michaelCTS = {
email = "michael.vogel@cts.co";
name = "Michael Vogel";
github = "michaelCTS";
githubId = 132582212;
};
michaeldonovan = {
email = "michael@mdonovan.dev";
name = "Michael Donovan";
github = "michaeldonovan";
githubId = 14077230;
};
michaelglass = {
email = "nixpkgs@mike.is";
name = "Michael Glass";
github = "michaelglass";
githubId = 60136;
keys = [ { fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385"; } ];
};
michaelgrahamevans = {
email = "michaelgrahamevans@gmail.com";
name = "Michael Evans";
github = "michaelgrahamevans";
githubId = 5932424;
};
michaelpachec0 = {
email = "michaelpacheco@protonmail.com";
name = "Michael Pacheco";
github = "MichaelPachec0";
githubId = 48970112;
keys = [ { fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64"; } ];
};
michaelpj = {
email = "me@michaelpj.com";
github = "michaelpj";
githubId = 1699466;
name = "Michael Peyton Jones";
};
michaelshmitty = {
name = "Michael Smith";
email = "shmitty@protonmail.com";
github = "michaelshmitty";
githubId = 114845;
};
michalrus = {
email = "m@michalrus.com";
github = "michalrus";
githubId = 4366292;
name = "Michal Rus";
};
michelk = {
email = "michel@kuhlmanns.info";
github = "michelk";
githubId = 1404919;
name = "Michel Kuhlmann";
};
michojel = {
email = "mic.liamg@gmail.com";
github = "michojel";
githubId = 21156022;
name = "Michal Minář";
};
michzappa = {
email = "me@michzappa.com";
github = "michzappa";
githubId = 59343378;
name = "Michael Zappa";
};
mickours = {
email = "mickours@gmail.com<";
github = "mickours";
githubId = 837312;
name = "Michael Mercier";
};
midchildan = {
email = "git@midchildan.org";
matrix = "@midchildan:matrix.org";
github = "midchildan";
githubId = 7343721;
name = "midchildan";
keys = [ { fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83"; } ];
};
midirhee12 = {
email = "midirhee@proton.me";
github = "midirhee12";
githubId = 38054771;
name = "midirhee12";
};
mig4ng = {
email = "mig4ng@gmail.com";
github = "mig4ng";
githubId = 5817039;
name = "Miguel Carneiro";
};
mightyiam = {
email = "mightyiampresence@gmail.com";
github = "mightyiam";
githubId = 635591;
name = "Shahar Dawn Or";
};
mihaimaruseac = {
email = "mihaimaruseac@gmail.com";
github = "mihaimaruseac";
githubId = 323199;
name = "Mihai Maruseac";
};
mihnea-s = {
email = "mihn.stn@gmail.com";
github = "mihnea-s";
githubId = 43088426;
name = "Mihnea Stoian";
};
mikaelfangel = {
email = "nixpkgs.bottle597@passfwd.com";
github = "MikaelFangel";
githubId = 34864484;
name = "Mikael Fangel";
};
mikecm = {
email = "mikecmcleod@gmail.com";
github = "MaxwellDupre";
githubId = 14096356;
name = "Michael McLeod";
};
mikefaille = {
email = "michael@faille.io";
github = "mikefaille";
githubId = 978196;
name = "Michaël Faille";
};
mikesperber = {
email = "sperber@deinprogramm.de";
github = "mikesperber";
githubId = 1387206;
name = "Mike Sperber";
};
mikoim = {
email = "ek@esh.ink";
github = "mikoim";
githubId = 3958340;
name = "Eshin Kunishima";
};
mikroskeem = {
email = "mikroskeem@mikroskeem.eu";
github = "mikroskeem";
githubId = 3490861;
name = "Mark Vainomaa";
keys = [ { fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22"; } ];
};
mikut = {
email = "mikut@mikut.dev";
github = "Mikutut";
githubId = 65046942;
name = "Marcin Mikuła";
keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ];
};
milahu = {
email = "milahu@gmail.com";
github = "milahu";
githubId = 12958815;
name = "Milan Hauth";
};
milesbreslin = {
email = "milesbreslin@gmail.com";
github = "MilesBreslin";
githubId = 38543128;
name = "Miles Breslin";
};
milescranmer = {
email = "miles.cranmer@gmail.com";
github = "MilesCranmer";
githubId = 7593028;
name = "Miles Cranmer";
};
milibopp = {
email = "contact@ebopp.de";
github = "milibopp";
githubId = 3098430;
name = "Emilia Bopp";
};
millerjason = {
email = "mailings-github@millerjason.com";
github = "millerjason";
githubId = 7610974;
name = "Jason Miller";
};
milogert = {
email = "milo@milogert.com";
github = "milogert";
githubId = 5378535;
name = "Milo Gertjejansen";
};
mimame = {
email = "miguel.madrid.mencia@gmail.com";
github = "mimame";
githubId = 3269878;
name = "Miguel Madrid Mencía";
};
mimvoid = {
github = "mimvoid";
githubId = 153698678;
email = "mimvoid@proton.me";
name = "mimvoid";
};
mindavi = {
email = "rol3517@gmail.com";
github = "Mindavi";
githubId = 9799623;
name = "Rick van Schijndel";
};
mindstorms6 = {
email = "breland@bdawg.org";
github = "mindstorms6";
githubId = 92937;
name = "Breland Miley";
};
minersebas = {
email = "scherthan_sebastian@web.de";
github = "MinerSebas";
githubId = 66798382;
name = "Sebastian Maximilian Scherthan";
};
minijackson = {
email = "minijackson@riseup.net";
github = "minijackson";
githubId = 1200507;
name = "Rémi Nicole";
keys = [ { fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62"; } ];
};
minion3665 = {
name = "Skyler Grey";
email = "skyler3665@gmail.com";
matrix = "@minion3665:matrix.org";
github = "Minion3665";
githubId = 34243578;
keys = [ { fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D"; } ];
};
minizilla = {
email = "m.billyzaelani@gmail.com";
github = "minizilla";
githubId = 20436235;
name = "Billy Zaelani Malik";
};
mir06 = {
email = "armin.leuprecht@uni-graz.at";
github = "mir06";
githubId = 8479244;
name = "Armin Leuprecht";
};
mirdhyn = {
email = "mirdhyn@gmail.com";
github = "mirdhyn";
githubId = 149558;
name = "Merlin Gaillard";
};
mirkolenz = {
name = "Mirko Lenz";
email = "mirko@mirkolenz.com";
matrix = "@mlenz:matrix.org";
github = "mirkolenz";
githubId = 5160954;
};
mirrexagon = {
email = "mirrexagon@mirrexagon.com";
github = "mirrexagon";
githubId = 1776903;
name = "Andrew Abbott";
};
mirrorwitch = {
email = "mirrorwitch@transmom.love";
github = "mirrorwitch";
githubId = 146672255;
name = "mirrorwitch";
keys = [ { fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC"; } ];
};
Misaka13514 = {
name = "Misaka13514";
email = "Misaka13514@gmail.com";
matrix = "@misaka13514:matrix.org";
github = "Misaka13514";
githubId = 54669781;
keys = [ { fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA"; } ];
};
mislavzanic = {
email = "mislavzanic3@gmail.com";
github = "mislavzanic";
githubId = 48838244;
name = "Mislav Zanic";
};
misterio77 = {
email = "eu@misterio.me";
github = "Misterio77";
githubId = 5727578;
matrix = "@misterio:matrix.org";
name = "Gabriel Fontes";
keys = [ { fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9"; } ];
};
mistydemeo = {
email = "misty@axo.dev";
github = "mistydemeo";
githubId = 780485;
name = "Misty De Méo";
};
misuzu = {
email = "bakalolka@gmail.com";
github = "misuzu";
githubId = 248143;
name = "misuzu";
};
mitchmindtree = {
email = "mail@mitchellnordine.com";
github = "mitchmindtree";
githubId = 4587373;
name = "Mitchell Nordine";
};
mithicspirit = {
email = "rpc01234@gmail.com";
github = "MithicSpirit";
githubId = 24192522;
name = "MithicSpirit";
};
mjanczyk = {
email = "m@dragonvr.pl";
github = "mjanczyk";
githubId = 1001112;
name = "Marcin Janczyk";
};
mjm = {
email = "matt@mattmoriarity.com";
github = "mjm";
githubId = 1181;
matrix = "@mjm:beeper.com";
name = "Matt Moriarity";
};
mjoerg = {
name = "Martin Joerg";
email = "martin.joerg@gmail.com";
github = "mjoerg";
githubId = 147256;
};
mjp = {
email = "mike@mythik.co.uk";
github = "MikePlayle";
githubId = 16974598;
name = "Mike Playle";
};
mkazulak = {
email = "kazulakm@gmail.com";
github = "mulderr";
githubId = 5698461;
name = "Maciej Kazulak";
};
mkez = {
email = "matias+nix@zwinger.fi";
github = "mk3z";
githubId = 52108954;
name = "Matias Zwinger";
};
mkf = {
email = "m@mikf.pl";
github = "mkf";
githubId = 7753506;
name = "Michał Krzysztof Feiler";
keys = [ { fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724"; } ];
};
mkg = {
email = "mkg@vt.edu";
github = "mkgvt";
githubId = 22477669;
name = "Mark K Gardner";
};
mkg20001 = {
email = "mkg20001+nix@gmail.com";
matrix = "@mkg20001:matrix.org";
github = "mkg20001";
githubId = 7735145;
name = "Maciej Krüger";
keys = [ { fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F"; } ];
};
mksafavi = {
name = "MK Safavi";
email = "mksafavi@gmail.com";
github = "mksafavi";
githubId = 50653293;
};
mktip = {
email = "mo.issa.ok+nix@gmail.com";
github = "mktip";
githubId = 45905717;
name = "Mohammad Issa";
keys = [ { fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863"; } ];
};
mlaradji = {
name = "Mohamed Laradji";
email = "mlaradji@pm.me";
github = "mlaradji";
githubId = 33703663;
};
mlatus = {
email = "wqseleven@gmail.com";
github = "Ninlives";
githubId = 17873203;
name = "mlatus";
};
mlieberman85 = {
email = "mlieberman85@gmail.com";
github = "mlieberman85";
githubId = 622577;
name = "Michael Lieberman";
};
mlvzk = {
name = "mlvzk";
github = "mlvzk";
githubId = 44906333;
};
mmahut = {
email = "marek.mahut@gmail.com";
github = "mmahut";
githubId = 104795;
name = "Marek Mahut";
};
mmai = {
email = "henri.bourcereau@gmail.com";
github = "mmai";
githubId = 117842;
name = "Henri Bourcereau";
};
mmesch = {
github = "MMesch";
githubId = 2597803;
name = "Matthias Meschede";
};
mmilata = {
email = "martin@martinmilata.cz";
github = "mmilata";
githubId = 85857;
name = "Martin Milata";
};
mmlb = {
email = "i@m.mmlb.dev";
github = "mmlb";
githubId = 708570;
name = "Manuel Mendez";
};
mmusnjak = {
email = "marko.musnjak@gmail.com";
github = "mmusnjak";
githubId = 668956;
name = "Marko Mušnjak";
};
mnacamura = {
email = "m.nacamura@gmail.com";
github = "mnacamura";
githubId = 45770;
name = "Mitsuhiro Nakamura";
};
moaxcp = {
email = "moaxcp@gmail.com";
github = "moaxcp";
githubId = 7831184;
name = "John Mercier";
};
modderme123 = {
email = "modderme123@gmail.com";
github = "modderme123";
githubId = 14153763;
name = "modderme123";
};
modulistic = {
email = "modulistic@gmail.com";
github = "modulistic";
githubId = 1902456;
name = "Pablo Costa";
};
mog = {
email = "mog-lists@rldn.net";
github = "mogorman";
githubId = 64710;
name = "Matthew O'Gorman";
};
Mogria = {
email = "m0gr14@gmail.com";
github = "mogria";
githubId = 754512;
name = "Mogria";
};
mohe2015 = {
name = "Moritz Hedtke";
email = "Moritz.Hedtke@t-online.de";
github = "mohe2015";
githubId = 13287984;
};
momeemt = {
name = "Mutsuha Asada";
email = "me@momee.mt";
github = "momeemt";
githubId = 43488453;
keys = [ { fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6"; } ];
};
monaaraj = {
name = "Mon Aaraj";
email = "owo69uwu69@gmail.com";
matrix = "@mon:tchncs.de";
github = "ribosomerocker";
githubId = 46468162;
};
moni = {
email = "lythe1107@gmail.com";
matrix = "@fortuneteller2k:matrix.org";
github = "moni-dz";
githubId = 20619776;
name = "moni";
};
monsieurp = {
email = "monsieurp@gentoo.org";
github = "monsieurp";
githubId = 350116;
name = "Patrice Clement";
};
montag451 = {
email = "montag451@laposte.net";
github = "montag451";
githubId = 249317;
name = "montag451";
};
montchr = {
name = "Chris Montgomery";
email = "chris@cdom.io";
github = "montchr";
githubId = 1757914;
keys = [ { fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3"; } ];
};
moody = {
email = "moody@posixcafe.org";
github = "majiru";
githubId = 3579600;
name = "Jacob Moody";
};
moosingin3space = {
email = "moosingin3space@gmail.com";
github = "moosingin3space";
githubId = 830082;
name = "Nathan Moos";
};
moraxyc = {
name = "Moraxyc Xu";
email = "i@qaq.li";
github = "Moraxyc";
githubId = 69713071;
};
moredread = {
email = "code@apb.name";
github = "Moredread";
githubId = 100848;
name = "André-Patrick Bubel";
keys = [ { fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728"; } ];
};
moretea = {
email = "maarten@moretea.nl";
github = "moretea";
githubId = 99988;
name = "Maarten Hoogendoorn";
};
MoritzBoehme = {
email = "mail@moritzboeh.me";
github = "MoritzBoehme";
githubId = 42215704;
name = "Moritz Böhme";
};
mortenmunk = {
email = "mortenmunk97@gmail.com";
github = "MortenMunk";
githubId = 92527083;
name = "Morten Munk";
};
MostAwesomeDude = {
email = "cds@corbinsimpson.com";
github = "MostAwesomeDude";
githubId = 118035;
name = "Corbin Simpson";
};
mothsart = {
email = "jerem.ferry@gmail.com";
github = "mothsART";
githubId = 10601196;
name = "Jérémie Ferry";
};
motiejus = {
email = "motiejus@jakstys.lt";
github = "motiejus";
githubId = 107720;
keys = [ { fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7"; } ];
matrix = "@motiejus:jakstys.lt";
name = "Motiejus Jakštys";
};
mounium = {
email = "muoniurn@gmail.com";
github = "Mounium";
githubId = 20026143;
name = "Katona László";
};
mpcsh = {
email = "m@mpc.sh";
github = "mpcsh";
githubId = 2894019;
name = "Mark Cohen";
};
mpickering = {
email = "matthewtpickering@gmail.com";
github = "mpickering";
githubId = 1216657;
name = "Matthew Pickering";
};
mpoquet = {
email = "millian.poquet@gmail.com";
github = "mpoquet";
githubId = 3502831;
name = "Millian Poquet";
};
mpscholten = {
email = "marc@digitallyinduced.com";
github = "mpscholten";
githubId = 2072185;
name = "Marc Scholten";
};
mrbenjadmin = {
email = "mrbenjadmin@gmail.com";
github = "mrbenjadmin";
githubId = 68156310;
name = "Benjamin Strachan";
};
mrcjkb = {
email = "marc@jakobi.dev";
matrix = "@mrcjk:matrix.org";
name = "Marc Jakobi";
github = "mrcjkb";
githubId = 12857160;
};
mredaelli = {
email = "massimo@typish.io";
github = "mredaelli";
githubId = 3073833;
name = "Massimo Redaelli";
};
mrene = {
email = "mathieu.rene@gmail.com";
github = "mrene";
githubId = 254443;
name = "Mathieu Rene";
};
mrfreezeex = {
email = "arthur@cri.epita.fr";
github = "MrFreezeex";
name = "Arthur Outhenin-Chalandre";
githubId = 3845213;
};
mrgiles = {
email = "marcelogiles@gmail.com";
github = "mrgiles";
githubId = 4009450;
name = "Marcelo Giles";
};
mrityunjaygr8 = {
email = "mrityunjaysaxena1996@gmail.com";
github = "mrityunjaygr8";
name = "Mrityunjay Saxena";
githubId = 14573967;
};
mrkkrp = {
email = "markkarpov92@gmail.com";
github = "mrkkrp";
githubId = 8165792;
name = "Mark Karpov";
};
mrmebelman = {
email = "burzakovskij@protonmail.com";
github = "MrMebelMan";
githubId = 15896005;
name = "Vladyslav Burzakovskyy";
};
mrtarantoga = {
email = "goetz-dev@web.de";
name = "Götz Grimmer";
github = "MrTarantoga";
githubId = 53876219;
};
mrtnvgr = {
name = "Egor Martynov";
github = "mrtnvgr";
githubId = 48406064;
keys = [ { fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1"; } ];
};
mrVanDalo = {
email = "contact@ingolf-wagner.de";
github = "mrVanDalo";
githubId = 839693;
name = "Ingolf Wanger";
};
msanft = {
email = "moritz.sanft@outlook.de";
matrix = "@msanft:matrix.org";
name = "Moritz Sanft";
github = "msanft";
githubId = 58110325;
keys = [ { fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C"; } ];
};
mschristiansen = {
email = "mikkel@rheosystems.com";
github = "mschristiansen";
githubId = 437005;
name = "Mikkel Christiansen";
};
mschuwalow = {
github = "mschuwalow";
githubId = 16665913;
name = "Maxim Schuwalow";
email = "maxim.schuwalow@gmail.com";
};
mschwaig = {
name = "Martin Schwaighofer";
github = "mschwaig";
githubId = 3856390;
email = "mschwaig+nixpkgs@eml.cc";
};
msciabarra = {
email = "msciabarra@apache.org";
github = "sciabarracom";
githubId = 30654959;
name = "Michele Sciabarra";
};
msiedlarek = {
email = "mikolaj@siedlarek.pl";
github = "msiedlarek";
githubId = 133448;
name = "Mikołaj Siedlarek";
};
msladecek = {
email = "martin.sladecek+nixpkgs@gmail.com";
name = "Martin Sladecek";
github = "msladecek";
githubId = 7304317;
};
mslingsby = {
email = "morten.slingsby@eviny.no";
github = "MortenSlingsby";
githubId = 111859550;
name = "Morten Slingsby";
};
msm = {
email = "msm@tailcall.net";
github = "msm-code";
githubId = 7026881;
name = "Jarosław Jedynak";
};
mstarzyk = {
email = "mstarzyk@gmail.com";
github = "mstarzyk";
githubId = 111304;
name = "Maciek Starzyk";
};
msteen = {
email = "emailmatthijs@gmail.com";
github = "msteen";
githubId = 788953;
name = "Matthijs Steen";
};
mstrangfeld = {
email = "marvin@strangfeld.io";
github = "mstrangfeld";
githubId = 36842980;
name = "Marvin Strangfeld";
};
mt-caret = {
email = "mtakeda.enigsol@gmail.com";
github = "mt-caret";
githubId = 4996739;
name = "Masayuki Takeda";
};
mtesseract = {
email = "moritz@stackrox.com";
github = "mtesseract";
githubId = 11706080;
name = "Moritz Clasmeier";
};
mtoohey = {
name = "Matthew Toohey";
email = "contact@mtoohey.com";
github = "mtoohey31";
githubId = 36740602;
};
MtP = {
email = "marko.nixos@poikonen.de";
github = "MtP76";
githubId = 2176611;
name = "Marko Poikonen";
};
mtreca = {
email = "maxime.treca@gmail.com";
github = "mtreca";
githubId = 16440823;
name = "Maxime Tréca";
};
mtreskin = {
email = "zerthurd@gmail.com";
github = "Zert";
githubId = 39034;
name = "Max Treskin";
};
mtrsk = {
email = "marcos.schonfinkel@protonmail.com";
github = "mtrsk";
githubId = 16356569;
name = "Marcos Benevides";
};
mudri = {
email = "lamudri@gmail.com";
github = "laMudri";
githubId = 5139265;
name = "James Wood";
};
mudrii = {
email = "mudreac@gmail.com";
github = "mudrii";
githubId = 220262;
name = "Ion Mudreac";
};
multisn8 = {
email = "all-things-nix@multisamplednight.com";
github = "MultisampledNight";
githubId = 80128916;
name = "MultisampledNight";
};
multivac61 = {
email = "olafur@genkiinstruments.com";
github = "multivac61";
githubId = 4436129;
name = "multivac61";
};
multun = {
email = "victor.collod@epita.fr";
github = "multun";
githubId = 5047140;
name = "Victor Collod";
};
munksgaard = {
name = "Philip Munksgaard";
email = "philip@munksgaard.me";
github = "Munksgaard";
githubId = 230613;
matrix = "@philip:matrix.munksgaard.me";
keys = [ { fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2"; } ];
};
mupdt = {
email = "nix@pdtpartners.com";
github = "mupdt";
githubId = 25388474;
name = "Matej Urbas";
};
muscaln = {
email = "muscaln@protonmail.com";
github = "muscaln";
githubId = 96225281;
name = "Mustafa Çalışkan";
};
musjj = {
name = "musjj";
github = "musjj";
githubId = 72612857;
};
mvisonneau = {
name = "Maxime VISONNEAU";
email = "maxime@visonneau.fr";
matrix = "@maxime:visonneau.fr";
github = "mvisonneau";
githubId = 1761583;
keys = [ { fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24"; } ];
};
mvnetbiz = {
email = "mvnetbiz@gmail.com";
matrix = "@mvtva:matrix.org";
github = "mvnetbiz";
githubId = 6455574;
name = "Matt Votava";
};
mvs = {
email = "mvs@nya.yt";
github = "illdefined";
githubId = 772914;
name = "Mikael Voss";
};
mwdomino = {
email = "matt@dominey.io";
github = "mwdomino";
githubId = 46284538;
name = "Matt Dominey";
};
mwolfe = {
email = "corp@m0rg.dev";
github = "m0rg-dev";
githubId = 38578268;
name = "Morgan Wolfe";
};
mxkrsv = {
email = "mxkrsv@disroot.org";
github = "mxkrsv";
githubId = 59313755;
name = "Maxim Karasev";
};
mxmlnkn = {
github = "mxmlnkn";
githubId = 6842824;
name = "Maximilian Knespel";
};
myaats = {
email = "mats@mats.sh";
github = "Myaats";
githubId = 6295090;
name = "Mats";
};
mynacol = {
github = "Mynacol";
githubId = 26695166;
name = "Paul Prechtel";
};
myrl = {
email = "myrl.0xf@gmail.com";
github = "Myrl";
githubId = 9636071;
name = "Myrl Hex";
};
mzacho = {
email = "nixpkgs@martinzacho.net";
github = "mzacho";
githubId = 16916972;
name = "Martin Zacho";
};
n00b0ss = {
email = "nixpkgs@n00b0ss.de";
github = "n00b0ss";
githubId = 61601147;
name = "basti n00b0ss";
};
n0emis = {
email = "nixpkgs@n0emis.network";
github = "n0emis";
githubId = 22817873;
name = "Ember Keske";
};
n3oney = {
name = "Michał Minarowski";
email = "nixpkgs@neoney.dev";
github = "n3oney";
githubId = 30625554;
matrix = "@neoney:matrix.org";
keys = [ { fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298"; } ];
};
n8henrie = {
name = "Nathan Henrie";
email = "nate@n8henrie.com";
github = "n8henrie";
githubId = 1234956;
"keys" = [ { "fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422"; } ];
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
nadiaholmquist = {
name = "Nadia Holmquist Pedersen";
email = "nadia@nhp.sh";
matrix = "@nhp:matrix.org";
github = "nadiaholmquist";
githubId = 893884;
};
nadir-ishiguro = {
github = "nadir-ishiguro";
githubId = 23151917;
name = "nadir-ishiguro";
};
nadrieril = {
email = "nadrieril@gmail.com";
github = "Nadrieril";
githubId = 6783654;
name = "Nadrieril Feneanar";
};
nagisa = {
name = "Simonas Kazlauskas";
email = "nixpkgs@kazlauskas.me";
github = "nagisa";
githubId = 679122;
};
nagy = {
email = "danielnagy@posteo.de";
github = "nagy";
githubId = 692274;
name = "Daniel Nagy";
keys = [ { fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671"; } ];
};
naho = {
github = "trueNAHO";
githubId = 90870942;
name = "Noah Pierre Biewesch";
keys = [ { fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0"; } ];
};
nalbyuites = {
email = "ashijit007@gmail.com";
github = "nalbyuites";
githubId = 1009523;
name = "Ashijit Pramanik";
};
Name = {
name = "Name";
email = "lasagna@garfunkles.space";
github = "namescode";
githubId = 86119896;
};
name-snrl = {
github = "name-snrl";
githubId = 72071763;
name = "Yusup Urazaev";
};
namore = {
email = "namor@hemio.de";
github = "namore";
githubId = 1222539;
name = "Roman Naumann";
};
nanotwerp = {
email = "nanotwerp@gmail.com";
github = "nanotwerp";
githubId = 17240342;
name = "Nano Twerpus";
};
naphta = {
github = "naphta";
githubId = 6709831;
name = "Jake Hill";
};
nartsiss = {
name = "Daniil Nartsissov";
email = "nartsiss@proton.me";
github = "nartsisss";
githubId = 54633007;
};
nasageek = {
github = "NasaGeek";
githubId = 474937;
name = "Chris Roberts";
};
nasirhm = {
email = "nasirhussainm14@gmail.com";
github = "nasirhm";
githubId = 35005234;
name = "Nasir Hussain";
keys = [ { fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D"; } ];
};
nat-418 = {
github = "nat-418";
githubId = 93013864;
name = "nat-418";
};
nathan-gs = {
email = "nathan@nathan.gs";
github = "nathan-gs";
githubId = 330943;
name = "Nathan Bijnens";
};
nathanielbrough = {
github = "silvergasp";
githubId = 7277663;
email = "nathaniel.brough@gmail.com";
name = "Nathaniel Brough";
};
nathanruiz = {
email = "nathanruiz@protonmail.com";
github = "nathanruiz";
githubId = 18604892;
name = "Nathan Ruiz";
};
nathyong = {
github = "nathyong";
githubId = 818502;
name = "Nathan Yong";
};
natsukagami = {
email = "natsukagami@gmail.com";
github = "natsukagami";
githubId = 9061737;
name = "Natsu Kagami";
keys = [ { fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C"; } ];
};
natsukium = {
email = "nixpkgs@natsukium.com";
github = "natsukium";
githubId = 25083790;
name = "Tomoya Otabi";
keys = [ { fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53"; } ];
};
natto1784 = {
email = "natto@weirdnatto.in";
github = "natto1784";
githubId = 56316606;
name = "Amneesh Singh";
};
naxdy = {
name = "Naxdy";
email = "naxdy@naxdy.org";
matrix = "@naxdy:naxdy.org";
github = "Naxdy";
githubId = 4532582;
keys = [ { fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B"; } ];
};
nazarewk = {
name = "Krzysztof Nazarewski";
email = "nixpkgs@kdn.im";
matrix = "@nazarewk:matrix.org";
github = "nazarewk";
githubId = 3494992;
keys = [ { fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE"; } ];
};
nbr = {
github = "nbr";
githubId = 3819225;
name = "Nick Braga";
};
nbren12 = {
email = "nbren12@gmail.com";
github = "nbren12";
githubId = 1386642;
name = "Noah Brenowitz";
};
nbsp = {
email = "aoife@enby.space";
matrix = "@nbsp:enby.space";
github = "enbyspace";
githubId = 57151943;
name = "aoife cassidy";
};
ncfavier = {
email = "n@monade.li";
matrix = "@ncfavier:matrix.org";
github = "ncfavier";
githubId = 4323933;
name = "Naïm Favier";
keys = [ { fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325"; } ];
};
nckx = {
email = "github@tobias.gr";
github = "nckx";
githubId = 364510;
name = "Tobias Geerinckx-Rice";
};
ndl = {
email = "ndl@endl.ch";
github = "ndl";
githubId = 137805;
name = "Alexander Tsvyashchenko";
};
ne9z = {
email = "yuchen@apvc.uk";
github = "ne9z";
githubId = 77314501;
name = "Maurice Zhou";
};
nealfennimore = {
email = "hi@neal.codes";
github = "nealfennimore";
githubId = 5731551;
name = "Neal Fennimore";
};
Nebucatnetzer = {
email = "andreas+nixpkgs@zweili.ch";
github = "Nebucatnetzer";
githubId = 2287221;
name = "Andreas Zweili";
};
nebunebu = {
email = "neb.nebuchadnezzar@gmail.com";
github = "nebunebu";
githubId = 87451010;
name = "nebu";
};
Necior = {
email = "adrian@sadlocha.eu";
github = "Necior";
githubId = 2404518;
matrix = "@n3t:matrix.org";
name = "Adrian Sadłocha";
};
necrophcodr = {
email = "nc@scalehost.eu";
github = "necrophcodr";
githubId = 575887;
name = "Steffen Rytter Postas";
};
neeasade = {
email = "nathanisom27@gmail.com";
github = "neeasade";
githubId = 3747396;
name = "Nathan Isom";
};
neilmayhew = {
email = "nix@neil.mayhew.name";
github = "neilmayhew";
githubId = 166791;
name = "Neil Mayhew";
};
nek0 = {
email = "nek0@nek0.eu";
github = "nek0";
githubId = 1859691;
name = "Amedeo Molnár";
};
nelsonjeppesen = {
email = "nix@jeppesen.io";
github = "NelsonJeppesen";
githubId = 50854675;
name = "Nelson Jeppesen";
};
neonfuz = {
email = "neonfuz@gmail.com";
github = "neonfuz";
githubId = 2590830;
name = "Sage Raflik";
};
neosimsim = {
email = "me@abn.sh";
github = "neosimsim";
githubId = 1771772;
name = "Alexander Ben Nasrallah";
};
nequissimus = {
email = "tim@nequissimus.com";
github = "NeQuissimus";
githubId = 628342;
name = "Tim Steinbach";
};
nerdypepper = {
email = "nerdy@peppe.rs";
github = "nerdypepper";
githubId = 23743547;
name = "Akshay Oppiliappan";
};
ners = {
name = "ners";
email = "ners@gmx.ch";
matrix = "@ners:ners.ch";
github = "ners";
githubId = 50560955;
};
nessdoor = {
name = "Tomas Antonio Lopez";
email = "entropy.overseer@protonmail.com";
github = "nessdoor";
githubId = 25993494;
};
netali = {
name = "Jennifer Graul";
email = "me@netali.de";
github = "NetaliDev";
githubId = 15304894;
keys = [ { fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9"; } ];
};
netcrns = {
email = "jason.wing@gmx.de";
github = "netcrns";
githubId = 34162313;
name = "Jason Wing";
};
netfox = {
name = "netfox";
email = "say-hi@netfox.rip";
matrix = "@netfox:catgirl.cloud";
github = "0xnetfox";
githubId = 97521402;
keys = [ { fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7"; } ];
};
netixx = {
email = "dev.espinetfrancois@gmail.com";
github = "netixx";
githubId = 1488603;
name = "François Espinet";
};
net-mist = {
email = "archimist.linux@gmail.com";
github = "Net-Mist";
githubId = 13920346;
name = "Sébastien Iooss";
};
netthier = {
email = "netthier@proton.me";
name = "nett_hier";
github = "netthier";
githubId = 66856670;
};
networkexception = {
name = "networkException";
email = "nix@nwex.de";
matrix = "@networkexception:nwex.de";
github = "networkException";
githubId = 42888162;
keys = [ { fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72"; } ];
};
neverbehave = {
email = "i@never.pet";
github = "NeverBehave";
githubId = 17120571;
name = "Xinhao Luo";
};
nevivurn = {
email = "nevivurn@nevi.dev";
github = "nevivurn";
githubId = 7698349;
name = "Yongun Seong";
};
newam = {
email = "alex@thinglab.org";
github = "newAM";
githubId = 7845120;
name = "Alex Martens";
};
ngerstle = {
name = "Nicholas Gerstle";
email = "ngerstle@gmail.com";
github = "ngerstle";
githubId = 1023752;
};
ngiger = {
email = "niklaus.giger@member.fsf.org";
github = "ngiger";
githubId = 265800;
name = "Niklaus Giger";
};
nh2 = {
email = "mail@nh2.me";
matrix = "@nh2:matrix.org";
github = "nh2";
githubId = 399535;
name = "Niklas Hambüchen";
};
nhnn = {
matrix = "@nhnn:nhnn.dev";
github = "thenhnn";
githubId = 162156666;
name = "nhnn";
};
nhooyr = {
email = "anmol@aubble.com";
github = "nhooyr";
githubId = 10180857;
name = "Anmol Sethi";
};
nialov = {
email = "nikolasovaskainen@gmail.com";
github = "nialov";
githubId = 47318483;
name = "Nikolas Ovaskainen";
};
nicbk = {
email = "nicolas@nicbk.com";
github = "nicbk";
githubId = 77309427;
name = "Nicolás Kennedy";
keys = [ { fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35"; } ];
};
nicegamer7 = {
name = "Kermina Awad";
email = "kerminaawad@gmail.com";
github = "nicegamer7";
githubId = 8083772;
};
nickcao = {
name = "Nick Cao";
email = "nickcao@nichi.co";
github = "NickCao";
githubId = 15247171;
};
nickgerace = {
name = "Nick Gerace";
github = "nickgerace";
githubId = 39320683;
};
nickhu = {
email = "me@nickhu.co.uk";
github = "NickHu";
githubId = 450276;
name = "Nick Hu";
};
nicknovitski = {
email = "nixpkgs@nicknovitski.com";
github = "nicknovitski";
githubId = 151337;
name = "Nick Novitski";
};
nico202 = {
email = "anothersms@gmail.com";
github = "nico202";
githubId = 8214542;
name = "Nicolò Balzarotti";
};
nicolas-goudry = {
email = "goudry.nicolas@gmail.com";
github = "nicolas-goudry";
githubId = 8753998;
name = "Nicolas Goudry";
keys = [ { fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9"; } ];
};
nicomem = {
email = "nix@nicomem.com";
github = "nicomem";
githubId = 24990385;
name = "Nicolas Mémeint";
};
nicoo = {
email = "nicoo@debian.org";
github = "nbraud";
githubId = 1155801;
name = "nicoo";
keys = [ { fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C"; } ];
};
nidabdella = {
name = "Mohamed Nidabdella";
email = "nidabdella.mohamed@gmail.com";
github = "nidabdella";
githubId = 8083813;
};
NieDzejkob = {
email = "kuba@kadziolka.net";
github = "meithecatte";
githubId = 23580910;
name = "Jakub Kądziołka";
keys = [ { fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564"; } ];
};
nielsegberts = {
email = "nix@nielsegberts.nl";
github = "nielsegberts";
githubId = 368712;
name = "Niels Egberts";
};
nigelgbanks = {
name = "Nigel Banks";
email = "nigel.g.banks@gmail.com";
github = "nigelgbanks";
githubId = 487373;
};
nikitavoloboev = {
email = "nikita.voloboev@gmail.com";
github = "nikitavoloboev";
githubId = 6391776;
name = "Nikita Voloboev";
};
niklashh = {
email = "niklas.2.halonen@aalto.fi";
github = "xhalo32";
githubId = 15152190;
keys = [ { fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068"; } ];
name = "Niklas Halonen";
};
niklaskorz = {
name = "Niklas Korz";
email = "niklas@niklaskorz.de";
matrix = "@niklaskorz:korz.dev";
github = "niklaskorz";
githubId = 590517;
};
nikstur = {
email = "nikstur@outlook.com";
name = "nikstur";
github = "nikstur";
githubId = 61635709;
};
nilp0inter = {
email = "robertomartinezp@gmail.com";
github = "nilp0inter";
githubId = 1224006;
name = "Roberto Abdelkader Martínez Pérez";
};
nils-degroot = {
email = "nils@peeko.nl";
github = "nils-degroot";
githubId = 53556985;
name = "Nils de Groot";
};
nilsirl = {
email = "nils@nilsand.re";
github = "NilsIrl";
githubId = 26231126;
name = "Nils ANDRÉ-CHANG";
};
nim65s = {
email = "guilhem.saurel@laas.fr";
matrix = "@gsaurel:laas.fr";
github = "nim65s";
githubId = 131929;
name = "Guilhem Saurel";
keys = [ { fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28"; } ];
};
ninjafb = {
email = "oscar@oronberg.com";
github = "NinjaFB";
githubId = 54169044;
name = "NinjaFB";
};
nintron = {
email = "nintron@sent.com";
github = "Nintron27";
githubId = 47835714;
name = "Nintron";
};
niols = {
email = "niols@niols.fr";
github = "niols";
githubId = 5920602;
name = "Nicolas Jeannerod";
};
nioncode = {
email = "nioncode+github@gmail.com";
github = "nioncode";
githubId = 3159451;
name = "Nicolas Schneider";
};
nipeharefa = {
name = "Nipe Harefa";
email = "nipeharefa@gmail.com";
github = "nipeharefa";
githubId = 12620257;
};
NIS = {
name = "NSC IT Solutions";
github = "dev-nis";
githubId = 132921300;
};
nishimara = {
name = "nishimara";
github = "Nishimara";
githubId = 59232119;
};
nitsky = {
name = "nitsky";
github = "nitsky";
githubId = 492793;
};
nixbitcoin = {
email = "nixbitcoin@i2pmail.org";
github = "nixbitcoin";
githubId = 45737139;
name = "nixbitcoindev";
keys = [ { fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA"; } ];
};
nixinator = {
email = "33lockdown33@protonmail.com";
matrix = "@nixinator:nixos.dev";
github = "nixinator";
githubId = 66913205;
name = "Rick Sanchez";
};
nix-julia = {
name = "nix-julia";
github = "nix-julia";
githubId = 149073815;
};
nixy = {
email = "nixy@nixy.moe";
github = "nixy";
githubId = 7588406;
name = "Andrew R. M.";
};
nkalupahana = {
email = "hello@nisa.la";
github = "nkalupahana";
githubId = 7347290;
name = "Nisala Kalupahana";
};
nkje = {
name = "Niels Kristian Lyshøj Jensen";
email = "n@nk.je";
github = "NKJe";
githubId = 1102306;
keys = [ { fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D"; } ];
};
nkpvk = {
email = "niko.pavlinek@gmail.com";
github = "npavlinek";
githubId = 16385648;
name = "Niko Pavlinek";
};
nloomans = {
email = "noah@nixos.noahloomans.com";
github = "nloomans";
githubId = 7829481;
name = "Noah Loomans";
};
nmattia = {
email = "nicolas@nmattia.com";
github = "nmattia";
githubId = 6930756;
name = "Nicolas Mattia";
};
nmishin = {
email = "sanduku.default@gmail.com";
github = "Nmishin";
githubId = 4242897;
name = "Nikolai Mishin";
};
noaccos = {
name = "Francesco Noacco";
email = "francesco.noacco2000@gmail.com";
github = "noaccOS";
githubId = 24324352;
};
noahgitsham = {
name = "Noah Gitsham";
github = "noahgitsham";
githubId = 73707948;
};
nobbz = {
name = "Norbert Melzer";
email = "timmelzer+nixpkgs@gmail.com";
github = "NobbZ";
githubId = 58951;
};
nocoolnametom = {
email = "nocoolnametom@gmail.com";
github = "nocoolnametom";
githubId = 810877;
name = "Tom Doggett";
};
noisersup = {
email = "patryk@kwiatek.xyz";
github = "noisersup";
githubId = 42322511;
name = "Patryk Kwiatek";
};
nokazn = {
email = "me@nokazn.me";
github = "nokazn";
githubId = 41154684;
name = "nokazn";
};
nomeata = {
email = "mail@joachim-breitner.de";
github = "nomeata";
githubId = 148037;
name = "Joachim Breitner";
};
nomisiv = {
email = "simon@nomisiv.com";
github = "NomisIV";
githubId = 47303199;
name = "Simon Gutgesell";
};
noodlez1232 = {
email = "contact@nathanielbarragan.xyz";
matrix = "@noodlez1232:matrix.org";
github = "Noodlez1232";
githubId = 12480453;
name = "Nathaniel Barragan";
};
nook = {
name = "Tom Nook";
email = "0xnook@protonmail.com";
github = "0xnook";
githubId = 88323754;
};
noreferences = {
email = "norkus@norkus.net";
github = "jozuas";
githubId = 13085275;
name = "Juozas Norkus";
};
norfair = {
email = "syd@cs-syd.eu";
github = "NorfairKing";
githubId = 3521180;
name = "Tom Sydney Kerckhove";
};
nosewings = {
name = "Nicholas Coltharp";
email = "coltharpnicholas@gmail.com";
github = "nosewings";
githubId = 24929858;
};
NotAShelf = {
name = "NotAShelf";
email = "raf@notashelf.dev";
github = "NotAShelf";
githubId = 62766066;
matrix = "@raf:notashelf.dev";
};
notbandali = {
name = "Amin Bandali";
email = "bandali@gnu.org";
github = "bandali0";
githubId = 1254858;
keys = [ { fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103"; } ];
};
not-my-segfault = {
email = "michal@tar.black";
matrix = "@michal:tar.black";
github = "not-my-segfault";
githubId = 30374463;
name = "Michal S.";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
notthebee = {
email = "moe@notthebe.ee";
github = "notthebee";
githubId = 30384331;
name = "Wolfgang";
};
notthemessiah = {
email = "brian.cohen.88@gmail.com";
github = "NOTtheMessiah";
githubId = 2946283;
name = "Brian Cohen";
};
nova-madeline = {
matrix = "@nova:tchncs.de";
github = "nova-r";
githubId = 126072875;
name = "nova madeline";
};
novoxd = {
email = "radnovox@gmail.com";
github = "novoxd";
githubId = 6052922;
name = "Kirill Struokov";
};
np = {
email = "np.nix@nicolaspouillard.fr";
github = "np";
githubId = 5548;
name = "Nicolas Pouillard";
};
npatsakula = {
email = "nikita.patsakula@gmail.com";
name = "Patsakula Nikita";
github = "npatsakula";
githubId = 23001619;
};
nphilou = {
email = "nphilou@gmail.com";
github = "nphilou";
githubId = 9939720;
name = "Philippe Nguyen";
};
npulidomateo = {
matrix = "@npulidomateo:matrix.org";
github = "npulidomateo";
githubId = 13149442;
name = "Nico Pulido-Mateo";
};
nrabulinski = {
email = "1337-nix@nrab.lol";
matrix = "@niko:nrab.lol";
github = "nrabulinski";
githubId = 24574288;
name = "Nikodem Rabuliński";
};
nrdxp = {
email = "tim.deh@pm.me";
matrix = "@timdeh:matrix.org";
github = "nrdxp";
githubId = 34083928;
name = "Tim DeHerrera";
};
nrhelmi = {
email = "helmiinour@gmail.com";
github = "NRHelmi";
githubId = 15707703;
name = "Helmi Nour";
};
nrhtr = {
email = "jeremy@jenga.xyz";
github = "nrhtr";
githubId = 74261;
name = "Jeremy Parker";
};
nshalman = {
email = "nahamu@gmail.com";
github = "nshalman";
githubId = 20391;
name = "Nahum Shalman";
};
nsnelson = {
email = "noah.snelson@protonmail.com";
github = "peeley";
githubId = 30942198;
name = "Noah Snelson";
};
nthorne = {
email = "notrupertthorne@gmail.com";
github = "nthorne";
githubId = 1839979;
name = "Niklas Thörne";
};
nudelsalat = {
email = "nudelsalat@clouz.de";
name = "Fabian Dreßler";
github = "Noodlesalat";
githubId = 12748782;
};
nukaduka = {
email = "ksgokte@gmail.com";
github = "NukaDuka";
githubId = 22592293;
name = "Kartik Gokte";
};
nullishamy = {
email = "spam@amyerskine.me";
name = "nullishamy";
github = "nullishamy";
githubId = 99221043;
};
numinit = {
email = "me@numin.it";
github = "numinit";
githubId = 369111;
name = "Morgan Jones";
};
numkem = {
name = "Sebastien Bariteau";
email = "numkem@numkem.org";
matrix = "@numkem:matrix.org";
github = "numkem";
githubId = 332423;
};
nviets = {
email = "nathan.g.viets@gmail.com";
github = "nviets";
githubId = 16027994;
name = "Nathan Viets";
};
nw = {
email = "nixpkgs@nwhirschfeld.de";
github = "nwhirschfeld";
githubId = 5047052;
name = "Niclas Hirschfeld";
};
nwjsmith = {
email = "nate@theinternate.com";
github = "nwjsmith";
githubId = 1348;
name = "Nate Smith";
};
nyabinary = {
name = "Niko Cantero";
email = "nyanbinary@keemail.me";
matrix = "@niko:conduit.rs";
github = "nyabinary";
githubId = 97130632;
};
nyadiia = {
email = "nyadiia@pm.me";
github = "nyadiia";
githubId = 43252360;
name = "Nadia";
keys = [ { fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8"; } ];
};
nyanloutre = {
email = "paul@nyanlout.re";
github = "nyanloutre";
githubId = 7677321;
name = "Paul Trehiou";
};
nyanotech = {
name = "nyanotech";
email = "nyanotechnology@gmail.com";
github = "nyanotech";
githubId = 33802077;
};
nyarly = {
email = "nyarly@gmail.com";
github = "nyarly";
githubId = 127548;
name = "Judson Lester";
};
nyawox = {
name = "nyawox";
email = "nyawox.git@gmail.com";
github = "nyawox";
githubId = 93813719;
};
nydragon = {
name = "nydragon";
github = "nydragon";
email = "nix@ccnlc.eu";
githubId = 56591727;
keys = [ { fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209"; } ];
};
nzbr = {
email = "nixos@nzbr.de";
github = "nzbr";
githubId = 7851175;
name = "nzbr";
matrix = "@nzbr:nzbr.de";
keys = [ { fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A"; } ];
};
nzhang-zh = {
email = "n.zhang.hp.au@gmail.com";
github = "nzhang-zh";
githubId = 30825096;
name = "Ning Zhang";
};
o0th = {
email = "o0th@pm.me";
name = "Sabato Luca Guadagno";
github = "o0th";
githubId = 22490354;
};
oakenshield = {
email = "nix@thorin.theoakenshield.com";
github = "HritwikSinghal";
githubId = 29531474;
name = "Hritwik Singhal";
};
oaksoaj = {
email = "oaksoaj@riseup.net";
name = "Oaksoaj";
github = "oaksoaj";
githubId = 103952141;
};
obadz = {
email = "obadz-nixos@obadz.com";
github = "obadz";
githubId = 3359345;
name = "obadz";
};
oberblastmeister = {
email = "littlebubu.shu@gmail.com";
github = "oberblastmeister";
githubId = 61095988;
name = "Brian Shu";
};
oberth-effect = {
email = "stepan.venclik@gmail.com";
github = "oberth-effect";
githubId = 88210794;
name = "Štěpán Venclík";
};
obfusk = {
email = "flx@obfusk.net";
matrix = "@obfusk:matrix.org";
github = "obfusk";
githubId = 1260687;
name = "FC Stegerman";
keys = [ { fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D"; } ];
};
obreitwi = {
email = "oliver@breitwieser.eu";
github = "obreitwi";
githubId = 123140;
name = "Oliver Breitwieser";
};
obsidian-systems-maintenance = {
name = "Obsidian Systems Maintenance";
email = "maintainer@obsidian.systems";
github = "obsidian-systems-maintenance";
githubId = 80847921;
};
ocfox = {
email = "i@ocfox.me";
github = "ocfox";
githubId = 47410251;
name = "ocfox";
keys = [ { fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F"; } ];
};
octodi = {
name = "octodi";
email = "octodi@proton.me";
matrix = "@octodi:matrix.org";
github = "octodi";
githubId = 127038896;
};
oddlama = {
email = "oddlama@oddlama.org";
github = "oddlama";
githubId = 31919558;
name = "oddlama";
keys = [ { fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A"; } ];
};
odi = {
email = "oliver.dunkl@gmail.com";
github = "odi";
githubId = 158758;
name = "Oliver Dunkl";
};
odygrd = {
email = "odysseas.georgoudis@gmail.com";
github = "odygrd";
githubId = 7397786;
name = "Odysseas Georgoudis";
};
ofalvai = {
email = "ofalvai@gmail.com";
github = "ofalvai";
githubId = 1694986;
name = "Olivér Falvai";
};
ofek = {
email = "oss@ofek.dev";
github = "ofek";
githubId = 9677399;
name = "Ofek Lev";
};
offline = {
email = "jaka@x-truder.net";
github = "offlinehacker";
githubId = 585547;
name = "Jaka Hudoklin";
};
offsetcyan = {
github = "offsetcyan";
githubId = 49906709;
name = "Dakota";
};
oida = {
email = "oida@posteo.de";
github = "oida";
githubId = 7249506;
name = "oida";
};
ok-nick = {
email = "nick.libraries@gmail.com";
github = "ok-nick";
githubId = 25470747;
name = "Nick";
};
olcai = {
email = "dev@timan.info";
github = "olcai";
githubId = 20923;
name = "Erik Timan";
};
olebedev = {
email = "ole6edev@gmail.com";
github = "olebedev";
githubId = 848535;
name = "Oleg Lebedev";
};
oleina = {
email = "antholeinik@gmail.com";
github = "antholeole";
githubId = 48811365;
name = "Anthony Oleinik";
};
olejorgenb = {
email = "olejorgenb@yahoo.no";
github = "olejorgenb";
githubId = 72201;
name = "Ole Jørgen Brønner";
};
olifloof = {
email = "benmoreosm@gmail.com";
github = "olifloof";
githubId = 35699052;
name = "oli";
};
oliver-koss = {
email = "oliver.koss06@gmail.com";
github = "oliver-koss";
githubId = 39134647;
name = "Oliver Koss";
};
oliver-ni = {
email = "nixos@oliver.ni";
github = "oliver-ni";
githubId = 20295134;
name = "Oliver Ni";
};
ollieB = {
github = "oliverbunting";
githubId = 1237862;
name = "Ollie Bunting";
};
oluceps = {
email = "nixos@oluceps.uk";
github = "oluceps";
githubId = 35628088;
name = "oluceps";
};
olynch = {
email = "owen@olynch.me";
github = "olynch";
githubId = 4728903;
name = "Owen Lynch";
};
omasanori = {
github = "omasanori";
githubId = 167209;
name = "Masanori Ogino";
};
omgbebebe = {
email = "omgbebebe@gmail.com";
github = "omgbebebe";
githubId = 588167;
name = "Sergey Bubnov";
};
omnipotententity = {
email = "omnipotententity@gmail.com";
github = "OmnipotentEntity";
githubId = 1538622;
name = "Michael Reilly";
};
ondt = {
name = "Ondrej Telka";
email = "nix@ondt.dev";
github = "ondt";
githubId = 20520951;
};
onedragon = {
name = "YiLong Liu";
email = "18922251299@163.com";
github = "jackyliu16";
githubId = 50787361;
};
onemoresuza = {
name = "Coutinho de Souza";
email = "dev@onemoresuza.com";
github = "onemoresuza";
githubId = 106456302;
keys = [ { fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8"; } ];
};
onixie = {
email = "onixie@gmail.com";
github = "onixie";
githubId = 817073;
name = "Yc. Shen";
};
onny = {
email = "onny@project-insanity.org";
github = "onny";
githubId = 757752;
name = "Jonas Heinrich";
};
onsails = {
email = "andrey@onsails.com";
github = "onsails";
githubId = 107261;
name = "Andrey Kuznetsov";
};
onthestairs = {
email = "austinplatt@gmail.com";
github = "onthestairs";
githubId = 915970;
name = "Austin Platt";
};
onur-ozkan = {
name = "Onur Ozkan";
email = "contact@onurozkan.dev";
github = "onur-ozkan";
githubId = 39852038;
};
ony = {
name = "Mykola Orliuk";
email = "virkony@gmail.com";
github = "ony";
githubId = 11265;
};
ooliver1 = {
name = "Oliver Wilkes";
email = "oliverwilkes2006@icloud.com";
github = "ooliver1";
githubId = 34910574;
keys = [ { fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273"; } ];
};
oosquare = {
name = "Justin Chen";
email = "oosquare@outlook.com";
github = "oosquare";
githubId = 42143810;
};
opeik = {
email = "sandro@stikic.com";
github = "opeik";
githubId = 11566773;
name = "Sandro Stikić";
};
OPNA2608 = {
email = "opna2608@protonmail.com";
github = "OPNA2608";
githubId = 23431373;
name = "Cosima Neidahl";
};
orbekk = {
email = "kjetil.orbekk@gmail.com";
github = "orbekk";
githubId = 19862;
name = "KJ Ørbekk";
};
orbitz = {
email = "mmatalka@gmail.com";
github = "orbitz";
githubId = 75299;
name = "Malcolm Matalka";
};
orhun = {
email = "orhunparmaksiz@gmail.com";
github = "orhun";
githubId = 24392180;
name = "Orhun Parmaksız";
keys = [ { fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90"; } ];
};
orichter = {
email = "richter-oliver@gmx.net";
github = "ORichterSec";
githubId = 135209509;
name = "Oliver Richter";
};
orivej = {
email = "orivej@gmx.fr";
github = "orivej";
githubId = 101514;
name = "Orivej Desh";
};
ornxka = {
email = "ornxka@littledevil.sh";
github = "ornxka";
githubId = 52086525;
name = "ornxka";
};
oro = {
email = "marco@orovecchia.at";
github = "Oro";
githubId = 357005;
name = "Marco Orovecchia";
};
orthros = {
github = "orthros";
githubId = 7820716;
name = "orthros";
};
osener = {
email = "ozan@ozansener.com";
github = "osener";
githubId = 111265;
name = "Ozan Sener";
};
osnyx = {
email = "os@flyingcircus.io";
github = "osnyx";
githubId = 104593071;
name = "Oliver Schmidt";
};
osslate = {
email = "fionn@kelleher.email";
github = "osslate";
githubId = 773673;
matrix = "@osslate:fsfe.org";
name = "Fionn Kelleher";
};
ostrolucky = {
email = "gabriel.ostrolucky@gmail.com";
github = "ostrolucky";
githubId = 496233;
name = "Gabriel Ostrolucký";
keys = [ { fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134"; } ];
};
otavio = {
email = "otavio.salvador@ossystems.com.br";
github = "otavio";
githubId = 25278;
name = "Otavio Salvador";
};
otini = {
name = "Olivier Nicole";
email = "olivier@chnik.fr";
github = "OlivierNicole";
githubId = 14031333;
};
ottoblep = {
name = "Severin Lochschmidt";
email = "seviron53@gmail.com";
github = "ottoblep";
githubId = 57066925;
};
otwieracz = {
email = "slawek@otwiera.cz";
github = "otwieracz";
githubId = 108072;
name = "Slawomir Gonet";
};
ovlach = {
email = "ondrej@vlach.xyz";
name = "Ondrej Vlach";
github = "ovlach";
githubId = 4405107;
};
oxalica = {
email = "oxalicc@pm.me";
github = "oxalica";
githubId = 14816024;
name = "oxalica";
keys = [ { fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2"; } ];
};
oxapentane = {
email = "blame@oxapentane.com";
github = "oxapentane";
githubId = 1297357;
name = "Grigory Shipunov";
keys = [ { fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C"; } ];
};
oxij = {
email = "oxij@oxij.org";
github = "oxij";
githubId = 391919;
name = "Jan Malakhovski";
keys = [ { fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8"; } ];
};
oxzi = {
email = "post@0x21.biz";
github = "oxzi";
githubId = 8402811;
name = "Alvar Penning";
keys = [ { fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31"; } ];
};
oynqr = {
email = "pd-nixpkgs@3b.pm";
github = "oynqr";
githubId = 71629732;
name = "Philipp David";
};
oyren = {
email = "m.scheuren@oyra.eu";
github = "oyren";
githubId = 15930073;
name = "Moritz Scheuren";
};
ozkutuk = {
email = "ozkutuk@protonmail.com";
github = "ozkutuk";
githubId = 5948762;
name = "Berk Özkütük";
};
ozwaldorf = {
email = "self@ossian.dev";
github = "ozwaldorf";
githubId = 8976745;
name = "Ossian Mapes";
};
p3psi = {
name = "Elliot Boo";
email = "p3psi.boo@gmail.com";
github = "p3psi-boo";
githubId = 43925055;
};
pabloaul = {
email = "contact@nojus.org";
github = "pabloaul";
githubId = 35423980;
name = "Nojus Dulskis";
};
pablovsky = {
email = "dealberapablo07@gmail.com";
github = "Pablo1107";
githubId = 17091659;
name = "Pablo Andres Dealbera";
};
pacien = {
email = "b4gx3q.nixpkgs@pacien.net";
github = "pacien";
githubId = 1449319;
name = "Pacien Tran-Girard";
};
pacman99 = {
email = "pachum99@gmail.com";
matrix = "@pachumicchu:myrdd.info";
github = "Pacman99";
githubId = 16345849;
name = "Parthiv Seetharaman";
};
paddygord = {
email = "pgpatrickgordon@gmail.com";
github = "avaunit02";
githubId = 10776658;
name = "Patrick Gordon";
};
paepcke = {
email = "git@paepcke.de";
github = "paepckehh";
githubId = 120342602;
name = "Michael Paepcke";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
pagedMov = {
email = "kylerclay@proton.me";
github = "pagedMov";
githubId = 19557376;
name = "Kyler Clay";
keys = [ { fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E"; } ];
};
paholg = {
email = "paho@paholg.com";
github = "paholg";
githubId = 4908217;
name = "Paho Lurie-Gregg";
};
pakhfn = {
email = "pakhfn@gmail.com";
github = "pakhfn";
githubId = 11016164;
name = "Fedor Pakhomov";
};
pallix = {
email = "pierre.allix.work@gmail.com";
github = "pallix";
githubId = 676838;
name = "Pierre Allix";
};
paluh = {
email = "paluho@gmail.com";
github = "paluh";
githubId = 190249;
name = "Tomasz Rybarczyk";
};
pamplemousse = {
email = "xav.maso@gmail.com";
matrix = "@pamplemouss_:matrix.org";
github = "Pamplemousse";
githubId = 2647236;
name = "Xavier Maso";
};
panaeon = {
email = "vitalii.voloshyn@gmail.com";
github = "PanAeon";
githubId = 686076;
name = "Vitalii Voloshyn";
};
panda2134 = {
email = "me+nixpkgs@panda2134.site";
github = "panda2134";
githubId = 7239200;
name = "panda2134";
};
pandaman = {
email = "kointosudesuyo@infoseek.jp";
github = "pandaman64";
githubId = 1788628;
name = "pandaman";
};
pandapip1 = {
email = "gavinnjohn@gmail.com";
github = "Pandapip1";
githubId = 45835846;
name = "Gavin John";
};
panicgh = {
email = "nbenes.gh@xandea.de";
github = "panicgh";
githubId = 79252025;
name = "Nicolas Benes";
};
panky = {
email = "dev@pankajraghav.com";
github = "Panky-codes";
githubId = 33182938;
name = "Pankaj";
};
PapayaJackal = {
github = "PapayaJackal";
githubId = 145766029;
name = "PapayaJackal";
};
paperdigits = {
email = "mica@silentumbrella.com";
github = "paperdigits";
githubId = 71795;
name = "Mica Semrick";
};
paraseba = {
email = "paraseba@gmail.com";
github = "paraseba";
githubId = 20792;
name = "Sebastian Galkin";
};
parasrah = {
email = "nixos@parasrah.com";
github = "Parasrah";
githubId = 14935550;
name = "Brad Pfannmuller";
};
parras = {
email = "c@philipp-arras.de";
github = "phiadaarr";
githubId = 33826198;
name = "Philipp Arras";
};
pashashocky = {
email = "pashashocky@gmail.com";
github = "pashashocky";
githubId = 673857;
name = "Pash Shocky";
};
pashev = {
email = "pashev.igor@gmail.com";
github = "ip1981";
githubId = 131844;
name = "Igor Pashev";
};
pasqui23 = {
email = "p3dimaria@hotmail.it";
github = "pasqui23";
githubId = 6931743;
name = "pasqui23";
};
passivelemon = {
email = "jeremyseber@gmail.com";
github = "PassiveLemon";
githubId = 72527881;
name = "PassiveLemon";
};
pathob = {
email = "patrick@hobusch.net";
github = "pathob";
githubId = 4580157;
name = "Patrick Hobusch";
};
patka = {
email = "patka@patka.dev";
github = "patka-123";
githubId = 69802930;
name = "patka";
};
patrickdag = {
email = "patrick-nixos@failmail.dev";
github = "PatrickDaG";
githubId = 58092422;
name = "Patrick";
keys = [ { fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D"; } ];
};
patricksjackson = {
email = "patrick@jackson.dev";
github = "patricksjackson";
githubId = 160646;
name = "Patrick Jackson";
};
patryk27 = {
email = "pwychowaniec@pm.me";
github = "Patryk27";
githubId = 3395477;
name = "Patryk Wychowaniec";
keys = [ { fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767"; } ];
};
patryk4815 = {
email = "patryk.sondej@gmail.com";
github = "patryk4815";
githubId = 3074260;
name = "Patryk Sondej";
};
patternspandemic = {
email = "patternspandemic@live.com";
github = "patternspandemic";
githubId = 15645854;
name = "Brad Christensen";
};
patwid = {
email = "patrick.widmer@tbwnet.ch";
github = "patwid";
githubId = 25278658;
name = "Patrick Widmer";
};
paulsmith = {
email = "paulsmith@pobox.com";
github = "paulsmith";
name = "Paul Smith";
githubId = 1210;
};
paumr = {
github = "paumr";
name = "Michael Bergmeister";
githubId = 53442728;
};
paveloom = {
email = "contact@paveloom.dev";
github = "paveloom";
githubId = 49961859;
name = "Pavel Sobolev";
};
pawelchcki = {
email = "pawel.chcki@gmail.com";
github = "pawelchcki";
githubId = 812891;
name = "Paweł Chojnacki";
};
pawelpacana = {
email = "pawel.pacana@gmail.com";
github = "pawelpacana";
githubId = 116740;
name = "Paweł Pacana";
};
pb- = {
email = "pbaecher@gmail.com";
github = "pb-";
githubId = 84886;
name = "Paul Baecher";
};
pbar = {
email = "piercebartine@gmail.com";
github = "pbar1";
githubId = 26949935;
name = "Pierce Bartine";
};
pbek = {
email = "patrizio@bekerle.com";
matrix = "@patrizio:bekerle.com";
github = "pbek";
githubId = 1798101;
name = "Patrizio Bekerle";
keys = [ { fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC"; } ];
};
pbeucher = {
email = "pierre@crafteo.io";
github = "PierreBeucher";
githubId = 5041481;
name = "Pierre Beucher";
};
pblkt = {
email = "pebblekite@gmail.com";
github = "pblkt";
githubId = 6498458;
name = "pebble kite";
};
pbogdan = {
email = "ppbogdan@gmail.com";
github = "pbogdan";
githubId = 157610;
name = "Piotr Bogdan";
};
pborzenkov = {
email = "pavel@borzenkov.net";
github = "pborzenkov";
githubId = 434254;
name = "Pavel Borzenkov";
};
pbsds = {
name = "Peder Bergebakken Sundt";
email = "pbsds@hotmail.com";
matrix = "@pederbs:pvv.ntnu.no";
github = "pbsds";
githubId = 140964;
};
pca006132 = {
name = "pca006132";
email = "john.lck40@gmail.com";
github = "pca006132";
githubId = 12198657;
};
pcarrier = {
email = "pc@rrier.ca";
github = "pcarrier";
githubId = 8641;
name = "Pierre Carrier";
};
pcasaretto = {
email = "pcasaretto@gmail.com";
github = "pcasaretto";
githubId = 817039;
name = "Paulo Casaretto";
};
pcboy = {
email = "david@joynetiks.com";
github = "pcboy";
githubId = 943430;
name = "David Hagege";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
peat-psuwit = {
name = "Ratchanan Srirattanamet";
email = "peat@peat-network.xyz";
github = "peat-psuwit";
githubId = 6771175;
};
pedohorse = {
github = "pedohorse";
githubId = 13556996;
name = "pedohorse";
};
pedrohlc = {
email = "root@pedrohlc.com";
github = "PedroHLC";
githubId = 1368952;
name = "Pedro Lara Campos";
};
peefy = {
email = "xpf6677@gmail.com";
github = "Peefy";
githubId = 22744597;
name = "Peefy";
};
peelz = {
email = "peelz.dev+nixpkgs@gmail.com";
github = "notpeelz";
githubId = 920910;
name = "peelz";
};
peigongdsd = {
email = "peigong2013@outlook.com";
github = "peigongdsd";
githubId = 51317171;
name = "Peilin Lee";
};
pelme = {
email = "andreas@pelme.se";
github = "pelme";
githubId = 20529;
name = "Andreas Pelme";
};
penalty1083 = {
email = "penalty1083@outlook.com";
github = "penalty1083";
githubId = 121009904;
name = "penalty1083";
};
penguwin = {
email = "penguwin@penguwin.eu";
github = "penguwin";
githubId = 13225611;
name = "Nicolas Martin";
};
perchun = {
name = "Perchun Pak";
email = "nixpkgs@perchun.it";
github = "PerchunPak";
githubId = 68118654;
};
peret = {
name = "Peter Retzlaff";
github = "peret";
githubId = 617977;
};
periklis = {
email = "theopompos@gmail.com";
github = "periklis";
githubId = 152312;
name = "Periklis Tsirakidis";
};
perstark = {
email = "perstark.se@gmail.com";
github = "perstarkse";
githubId = 63069986;
name = "Per Stark";
};
petee = {
name = "Pete Erickson";
email = "pete.perickson@gmail.com";
github = "petee";
githubId = 89916;
};
petercommand = {
email = "petercommand@gmail.com";
github = "petercommand";
githubId = 1260660;
name = "petercommand";
};
peterhoeg = {
email = "peter@hoeg.com";
matrix = "@peter:hoeg.com";
github = "peterhoeg";
githubId = 722550;
name = "Peter Hoeg";
};
peterromfeldhk = {
email = "peter.romfeld.hk@gmail.com";
github = "peterromfeldhk";
githubId = 5515707;
name = "Peter Romfeld";
};
petersjt014 = {
email = "petersjt014@gmail.com";
github = "petersjt014";
githubId = 29493551;
name = "Josh Peters";
};
petertriho = {
email = "mail@petertriho.com";
github = "petertriho";
githubId = 7420227;
name = "Peter Tri Ho";
};
peterwilli = {
email = "peter@codebuffet.co";
github = "peterwilli";
githubId = 1212814;
name = "Peter Willemsen";
keys = [ { fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0"; } ];
};
peti = {
email = "simons@cryp.to";
github = "peti";
githubId = 28323;
name = "Peter Simons";
};
petrkozorezov = {
email = "petr.kozorezov@gmail.com";
github = "petrkozorezov";
githubId = 645017;
name = "Petr Kozorezov";
keys = [ { fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90"; } ];
};
petrosagg = {
email = "petrosagg@gmail.com";
github = "petrosagg";
githubId = 939420;
name = "Petros Angelatos";
};
petterstorvik = {
email = "petterstorvik@gmail.com";
github = "storvik";
githubId = 3438604;
name = "Petter Storvik";
};
p-h = {
email = "p@hurlimann.org";
github = "p-h";
githubId = 645664;
name = "Philippe Hürlimann";
};
phaer = {
name = "Paul Haerle";
email = "nix@phaer.org";
matrix = "@phaer:matrix.org";
github = "phaer";
githubId = 101753;
keys = [ { fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700"; } ];
};
phanirithvij = {
name = "Phani Rithvij";
email = "phanirithvij2000@gmail.com";
github = "phanirithvij";
githubId = 29627898;
matrix = "@phanirithvij:matrix.org";
};
phdcybersec = {
name = "Léo Lavaur";
email = "phdcybersec@pm.me";
github = "phdcybersec";
githubId = 82591009;
keys = [ { fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF"; } ];
};
phdyellow = {
name = "Phil Dyer";
email = "phildyer@protonmail.com";
github = "PhDyellow";
githubId = 7740661;
};
phfroidmont = {
name = "Paul-Henri Froidmont";
email = "nix.contact-j9dw4d@froidmont.org";
github = "phfroidmont";
githubId = 8150907;
keys = [ { fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE"; } ];
};
phijor = {
name = "Philipp Joram";
email = "nixpkgs@phijor.me";
github = "phijor";
githubId = 10487782;
};
philandstuff = {
email = "philip.g.potter@gmail.com";
github = "philandstuff";
githubId = 581269;
name = "Philip Potter";
};
philclifford = {
email = "philip.clifford@gmail.com";
matrix = "@phil8o:matrix.org";
github = "philclifford";
githubId = 8797027;
keys = [ { fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7"; } ];
name = "Phil Clifford";
};
phile314 = {
email = "nix@314.ch";
github = "phile314";
githubId = 1640697;
name = "Philipp Hausmann";
};
Philipp-M = {
email = "philipp@mildenberger.me";
github = "Philipp-M";
githubId = 9267430;
name = "Philipp Mildenberger";
};
philiptaron = {
email = "philip.taron@gmail.com";
github = "philiptaron";
githubId = 43863;
name = "Philip Taron";
};
philipwilk = {
name = "Philip Wilk";
email = "p.wilk@student.reading.ac.uk";
github = "philipwilk";
githubId = 50517631;
};
philtaken = {
email = "philipp.herzog@protonmail.com";
github = "philtaken";
githubId = 13309623;
name = "Philipp Herzog";
};
PhilVoel = {
github = "PhilVoel";
githubId = 56931301;
name = "Philipp Völler";
};
phip1611 = {
email = "phip1611@gmail.com";
github = "phip1611";
githubId = 5737016;
name = "Philipp Schuster";
};
phlip9 = {
email = "philiphayes9@gmail.com";
github = "phlip9";
githubId = 918989;
name = "Philip Hayes";
};
Phlogistique = {
email = "noe.rubinstein@gmail.com";
github = "Phlogistique";
githubId = 421510;
name = "Noé Rubinstein";
};
pho = {
email = "phofin@gmail.com";
github = "pho";
githubId = 88469;
name = "Jaime Breva";
};
photex = {
email = "photex@gmail.com";
github = "photex";
githubId = 301903;
name = "Chip Collier";
};
phrogg = {
name = "Phil Roggenbuck";
email = "nixpkgs@phrogg.de";
github = "phrogg";
githubId = 1367949;
};
phryneas = {
email = "mail@lenzw.de";
github = "phryneas";
githubId = 4282439;
name = "Lenz Weber";
};
phunehehe = {
email = "phunehehe@gmail.com";
github = "phunehehe";
githubId = 627831;
name = "Hoang Xuan Phu";
};
picnoir = {
email = "felix@alternativebit.fr";
matrix = "@picnoir:alternativebit.fr";
github = "picnoir";
githubId = 1219785;
name = "Félix Baylac-Jacqué";
};
piegames = {
name = "piegames";
email = "nix@piegames.de";
matrix = "@piegames:matrix.org";
github = "piegamesde";
githubId = 14054505;
};
pierrechevalier83 = {
email = "pierrechevalier83@gmail.com";
github = "pierrechevalier83";
githubId = 5790907;
name = "Pierre Chevalier";
};
pierreis = {
email = "pierre@pierre.is";
github = "pierreis";
githubId = 203973;
name = "Pierre Matri";
};
pierrer = {
email = "pierrer@pi3r.be";
github = "PierreR";
githubId = 93115;
name = "Pierre Radermecker";
};
pierron = {
email = "nixos@nbp.name";
github = "nbp";
githubId = 1179566;
name = "Nicolas B. Pierron";
};
pigeonf = {
email = "fnoegip+nixpkgs@gmail.com";
github = "PigeonF";
githubId = 7536431;
name = "Jonas Fierlings";
};
pimeys = {
email = "julius@nauk.io";
github = "pimeys";
githubId = 34967;
name = "Julius de Bruijn";
};
pinage404 = {
email = "pinage404+nixpkgs@gmail.com";
github = "pinage404";
githubId = 6325757;
name = "pinage404";
};
pineapplehunter = {
email = "peshogo+nixpkgs@gmail.com";
github = "pineapplehunter";
githubId = 8869894;
name = "Shogo Takata";
};
pingiun = {
email = "nixos@pingiun.com";
github = "pingiun";
githubId = 1576660;
name = "Jelle Besseling";
keys = [ { fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E"; } ];
};
pinpox = {
email = "mail@pablo.tools";
github = "pinpox";
githubId = 1719781;
name = "Pablo Ovelleiro Corral";
keys = [ { fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3"; } ];
};
piotrkwiecinski = {
email = "piokwiecinski+nixpkgs@gmail.com";
github = "piotrkwiecinski";
githubId = 2151333;
name = "Piotr Kwiecinski";
};
piperswe = {
email = "contact@piperswe.me";
github = "piperswe";
githubId = 1830959;
name = "Piper McCorkle";
};
pitkling = {
github = "pitkling";
githubId = 1018801;
name = "Peter Kling";
};
piturnah = {
email = "peterhebden6@gmail.com";
github = "Piturnah";
githubId = 20472367;
name = "Peter Hebden";
};
pixelsergey = {
email = "sergey.ichtchenko@gmail.com";
github = "PixelSergey";
githubId = 14542417;
name = "Sergey Ichtchenko";
};
pizzapim = {
email = "pim@kunis.nl";
github = "pizzapim";
githubId = 23135512;
name = "Pim Kunis";
};
pjbarnoy = {
email = "pjbarnoy@gmail.com";
github = "waaamb";
githubId = 119460;
name = "Perry Barnoy";
};
pjjw = {
email = "peter@shortbus.org";
github = "pjjw";
githubId = 638;
name = "Peter Woodman";
};
pjones = {
email = "pjones@devalot.com";
github = "pjones";
githubId = 3737;
name = "Peter Jones";
};
pjrm = {
email = "pedrojrmagalhaes@gmail.com";
github = "pjrm";
githubId = 4622652;
name = "Pedro Magalhães";
};
pjungkamp = {
email = "philipp@jungkamp.dev";
github = "PJungkamp";
githubId = 56401138;
name = "Philipp Jungkamp";
};
pkharvey = {
email = "kayharvey@protonmail.com";
github = "pkharvey";
githubId = 50750875;
name = "Paul Harvey";
};
pkmx = {
email = "pkmx.tw@gmail.com";
github = "PkmX";
githubId = 610615;
name = "Chih-Mao Chen";
};
pkosel = {
name = "pkosel";
email = "philipp.kosel@gmail.com";
github = "pkosel";
githubId = 170943;
};
pks = {
email = "ps@pks.im";
github = "pks-t";
githubId = 4056630;
name = "Patrick Steinhardt";
};
pkulak = {
name = "Phil Kulak";
email = "phil@kulak.us";
matrix = "@phil:kulak.us";
github = "pkulak";
githubId = 502905;
};
plabadens = {
name = "Pierre Labadens";
email = "labadens.pierre+nixpkgs@gmail.com";
github = "plabadens";
githubId = 4303706;
keys = [ { fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; } ];
};
pladypus = {
name = "Peter Loftus";
email = "loftusp5976+nixpkgs@gmail.com";
github = "pladypus";
githubId = 56337621;
};
plchldr = {
email = "mail@oddco.de";
github = "plchldr";
githubId = 11639001;
name = "Jonas Beyer";
};
plcplc = {
email = "plcplc@gmail.com";
github = "plcplc";
githubId = 358550;
name = "Philip Lykke Carlsen";
};
plebhash = {
name = "plebhash";
email = "plebhash@proton.me";
github = "plebhash";
githubId = 147345153;
};
pleshevskiy = {
email = "dmitriy@pleshevski.ru";
github = "pleshevskiy";
githubId = 7839004;
name = "Dmitriy Pleshevskiy";
};
pluiedev = {
email = "hi@pluie.me";
github = "pluiedev";
githubId = 22406910;
name = "Leah Amelia Chen";
};
plumps = {
email = "maks.bronsky@web.de";
github = "plumps";
githubId = 13000278;
name = "Maksim Bronsky";
};
plusgut = {
name = "Carlo Jeske";
email = "carlo.jeske+nixpkgs@webentwickler2-0.de";
github = "plusgut";
githubId = 277935;
matrix = "@plusgut5:matrix.org";
};
PlushBeaver = {
name = "Dmitry Kozlyuk";
email = "dmitry.kozliuk+nixpkgs@gmail.com";
github = "PlushBeaver";
githubId = 8988269;
};
pmahoney = {
email = "pat@polycrystal.org";
github = "pmahoney";
githubId = 103822;
name = "Patrick Mahoney";
};
pmenke = {
email = "nixos@pmenke.de";
github = "pmenke-de";
githubId = 898922;
name = "Philipp Menke";
keys = [ { fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69"; } ];
};
pmeunier = {
email = "pierre-etienne.meunier@inria.fr";
github = "P-E-Meunier";
githubId = 17021304;
name = "Pierre-Étienne Meunier";
};
pmiddend = {
email = "pmidden@secure.mailbox.org";
github = "pmiddend";
githubId = 178496;
name = "Philipp Middendorf";
};
pmw = {
email = "philip@mailworks.org";
matrix = "@philip4g:matrix.org";
name = "Philip White";
github = "philipmw";
githubId = 1379645;
keys = [ { fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B"; } ];
};
pmy = {
email = "pmy@xqzp.net";
github = "pmeiyu";
githubId = 8529551;
name = "Peng Mei Yu";
};
pmyjavec = {
email = "pauly@myjavec.com";
github = "pmyjavec";
githubId = 315096;
name = "Pauly Myjavec";
};
pnelson = {
email = "me@pnelson.ca";
github = "pnelson";
githubId = 579773;
name = "Philip Nelson";
};
pneumaticat = {
email = "kevin@potatofrom.space";
github = "kliu128";
githubId = 11365056;
name = "Kevin Liu";
};
pnmadelaine = {
name = "Paul-Nicolas Madelaine";
email = "pnm@pnm.tf";
github = "pnmadelaine";
githubId = 21977014;
};
pnotequalnp = {
email = "kevin@pnotequalnp.com";
github = "pnotequalnp";
githubId = 46154511;
name = "Kevin Mullins";
keys = [ { fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A"; } ];
};
podocarp = {
email = "xdjiaxd@gmail.com";
github = "podocarp";
githubId = 10473184;
name = "Jia Xiaodong";
};
poelzi = {
email = "nix@poelzi.org";
github = "poelzi";
githubId = 66107;
name = "Daniel Poelzleithner";
};
pogobanane = {
email = "mail@peter-okelmann.de";
github = "pogobanane";
githubId = 38314551;
name = "Peter Okelmann";
};
pokon548 = {
email = "nix@bukn.uk";
github = "pokon548";
githubId = 65808665;
name = "Bu Kun";
};
polarmutex = {
email = "brian@brianryall.xyz";
github = "polarmutex";
githubId = 115141;
name = "Brian Ryall";
};
polendri = {
email = "paul@ijj.li";
github = "polendri";
githubId = 1829032;
name = "Paul Hendry";
};
polygon = {
email = "polygon@wh2.tu-dresden.de";
name = "Polygon";
github = "polygon";
githubId = 51489;
};
polyrod = {
email = "dc1mdp@gmail.com";
github = "polyrod";
githubId = 24878306;
name = "Maurizio Di Pietro";
};
pombeirp = {
email = "nix@endgr.33mail.com";
github = "pedropombeiro";
githubId = 138074;
name = "Pedro Pombeiro";
};
pongo1231 = {
email = "pongo12310@gmail.com";
github = "pongo1231";
githubId = 4201956;
name = "pongo1231";
};
PopeRigby = {
name = "PopeRigby";
github = "poperigby";
githubId = 20866468;
};
poptart = {
email = "poptart@hosakacorp.net";
github = "terrorbyte";
githubId = 1601039;
name = "Cale Black";
};
portothree = {
name = "Gustavo Porto";
email = "gus@p8s.co";
github = "portothree";
githubId = 3718120;
};
poscat = {
email = "poscat@mail.poscat.moe";
github = "poscat0x04";
githubId = 53291983;
name = "Poscat Tarski";
keys = [ { fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0"; } ];
};
posch = {
email = "tp@fonz.de";
github = "posch";
githubId = 146413;
name = "Tobias Poschwatta";
};
potb = {
name = "Peïo Thibault";
github = "potb";
githubId = 10779093;
};
poweredbypie = {
name = "poweredbypie";
github = "poweredbypie";
githubId = 67135060;
};
PowerUser64 = {
email = "blakelysnorth@gmail.com";
github = "PowerUser64";
githubId = 24578572;
name = "Blake North";
};
ppenguin = {
name = "Jeroen Versteeg";
email = "hieronymusv@gmail.com";
github = "ppenguin";
githubId = 17690377;
};
ppom = {
name = "ppom";
email = "ppom@ecomail.fr";
github = "ppom0";
githubId = 38916722;
};
pradeepchhetri = {
email = "pradeep.chhetri89@gmail.com";
github = "pradeepchhetri";
githubId = 2232667;
name = "Pradeep Chhetri";
};
pradyuman = {
email = "me@pradyuman.co";
github = "pradyuman";
githubId = 9904569;
name = "Pradyuman Vig";
keys = [ { fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E"; } ];
};
preisschild = {
email = "florian@florianstroeger.com";
github = "Preisschild";
githubId = 11898437;
name = "Florian Ströger";
};
presto8 = {
name = "Preston Hunt";
email = "me@prestonhunt.com";
matrix = "@presto8:matrix.org";
github = "presto8";
githubId = 246631;
keys = [ { fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52"; } ];
};
priegger = {
email = "philipp@riegger.name";
github = "priegger";
githubId = 228931;
name = "Philipp Riegger";
};
prikhi = {
email = "pavan.rikhi@gmail.com";
github = "prikhi";
githubId = 1304102;
name = "Pavan Rikhi";
};
primeos = {
email = "dev.primeos@gmail.com";
matrix = "@primeos:matrix.org";
github = "primeos";
githubId = 7537109;
name = "Michael Weiss";
keys = [
{
# Git only
fingerprint = "86A7 4A55 07D0 58D1 322E 37FD 1308 26A6 C2A3 89FD";
}
{
# Email, etc.
fingerprint = "AF85 991C C950 49A2 4205 1933 BCA9 943D D1DF 4C04";
}
];
};
princemachiavelli = {
name = "Josh Hoffer";
email = "jhoffer@sansorgan.es";
matrix = "@princemachiavelli:matrix.org";
github = "Princemachiavelli";
githubId = 2730968;
keys = [ { fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; } ];
};
p-rintz = {
email = "nix@rintz.net";
github = "p-rintz";
githubId = 13933258;
name = "Philipp Rintz";
matrix = "@philipp:srv.icu";
};
prit342 = {
email = "prithak342@gmail.com";
github = "prit342";
githubId = 20863431;
name = "Prithak S.";
};
ProducerMatt = {
name = "Matthew Pherigo";
email = "ProducerMatt42@gmail.com";
github = "ProducerMatt";
githubId = 58014742;
};
Profpatsch = {
email = "mail@profpatsch.de";
github = "Profpatsch";
githubId = 3153638;
name = "Profpatsch";
};
proggerx = {
email = "x@proggers.ru";
github = "ProggerX";
githubId = 88623613;
name = "ProggerX";
};
proglodyte = {
email = "proglodyte23@gmail.com";
github = "proglodyte";
githubId = 18549627;
name = "Proglodyte";
};
proglottis = {
email = "proglottis@gmail.com";
github = "proglottis";
githubId = 74465;
name = "James Fargher";
};
progrm_jarvis = {
email = "mrjarviscraft+nix@gmail.com";
github = "JarvisCraft";
githubId = 7693005;
name = "Petr Portnov";
keys = [ { fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3"; } ];
};
progval = {
email = "progval+nix@progval.net";
github = "progval";
githubId = 406946;
name = "Valentin Lorentz";
};
projectinitiative = {
name = "ProjectInitiative";
github = "ProjectInitiative";
githubId = 6314611;
keys = [ { fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B"; } ];
};
prominentretail = {
email = "me@jakepark.me";
github = "ProminentRetail";
githubId = 94048404;
name = "Jake Park";
};
proofconstruction = {
email = "source@proof.construction";
github = "proofconstruction";
githubId = 74747193;
name = "Alexander Groleau";
};
proofofkeags = {
email = "keagan.mcclelland@gmail.com";
github = "ProofOfKeags";
githubId = 4033651;
name = "Keagan McClelland";
};
protoben = {
email = "protob3n@gmail.com";
github = "protoben";
githubId = 4633847;
name = "Ben Hamlin";
};
prrlvr = {
email = "po@prrlvr.fr";
github = "prrlvr";
githubId = 33699501;
name = "Pierre-Olivier Rey";
keys = [ { fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307"; } ];
};
prtzl = {
email = "matej.blagsic@protonmail.com";
github = "prtzl";
githubId = 32430344;
name = "Matej Blagsic";
};
prusnak = {
email = "pavol@rusnak.io";
github = "prusnak";
githubId = 42201;
name = "Pavol Rusnak";
keys = [ { fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D"; } ];
};
psanford = {
email = "psanford@sanford.io";
github = "psanford";
githubId = 33375;
name = "Peter Sanford";
};
pschmitt = {
email = "philipp@schmitt.co";
github = "pschmitt";
githubId = 37886;
name = "Philipp Schmitt";
matrix = "@pschmitt:one.ems.host";
keys = [ { fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9"; } ];
};
pshirshov = {
email = "pshirshov@eml.cc";
github = "pshirshov";
githubId = 295225;
name = "Pavel Shirshov";
};
psibi = {
email = "sibi@psibi.in";
matrix = "@psibi:matrix.org";
github = "psibi";
githubId = 737477;
name = "Sibi Prabakaran";
};
pstn = {
email = "philipp@xndr.de";
github = "pstn";
githubId = 1329940;
name = "Philipp Steinpaß";
};
pSub = {
email = "mail@pascal-wittmann.de";
github = "pSub";
githubId = 83842;
name = "Pascal Wittmann";
};
psyanticy = {
email = "iuns@outlook.fr";
github = "PsyanticY";
githubId = 20524473;
name = "Psyanticy";
};
psydvl = {
email = "psydvl@fea.st";
github = "psydvl";
githubId = 43755002;
name = "Dmitriy P";
};
pta2002 = {
email = "pta2002@pta2002.com";
github = "pta2002";
githubId = 7443916;
name = "Pedro Alves";
};
ptival = {
email = "valentin.robert.42@gmail.com";
github = "Ptival";
githubId = 478606;
name = "Valentin Robert";
};
ptrhlm = {
email = "ptrhlm0@gmail.com";
github = "ptrhlm";
githubId = 9568176;
name = "Piotr Halama";
};
puckipedia = {
email = "puck@puckipedia.com";
github = "puckipedia";
githubId = 488734;
name = "Puck Meerburg";
};
puffnfresh = {
email = "brian@brianmckenna.org";
github = "puffnfresh";
githubId = 37715;
name = "Brian McKenna";
};
pulsation = {
name = "Philippe Sam-Long";
github = "pulsation";
githubId = 1838397;
};
purcell = {
email = "steve@sanityinc.com";
github = "purcell";
githubId = 5636;
name = "Steve Purcell";
};
purrpurrn = {
email = "scrcpynovideoaudiocodecraw+nixpkgs@gmail.com";
github = "purrpurrn";
githubId = 142632643;
name = "purrpurrn";
};
putchar = {
email = "slim.cadoux@gmail.com";
matrix = "@putch4r:matrix.org";
github = "putchar";
githubId = 8208767;
name = "Slim Cadoux";
};
puzzlewolf = {
email = "nixos@nora.pink";
github = "puzzlewolf";
githubId = 23097564;
name = "Nora Widdecke";
};
pwnwriter = {
name = "Nabeen Tiwaree";
email = "hey@pwnwriter.xyz";
keys = [ { fingerprint = "B681 763F 9B5B DF27 9A13 9E0C 0544 A89B C519 20AA"; } ];
github = "pwnwriter";
githubId = 90331517;
};
pwoelfel = {
name = "Philipp Woelfel";
email = "philipp.woelfel@gmail.com";
github = "PhilippWoelfel";
githubId = 19400064;
};
pyle = {
name = "Adam Pyle";
email = "adam@pyle.dev";
github = "pyle";
githubId = 7279609;
};
pyrolagus = {
email = "pyrolagus@gmail.com";
github = "PyroLagus";
githubId = 4579165;
name = "Danny Bautista";
};
pyrox0 = {
name = "Pyrox";
email = "pyrox@pyrox.dev";
matrix = "@pyrox:pyrox.dev";
github = "pyrox0";
githubId = 35778371;
keys = [ { fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F"; } ];
};
pyxels = {
email = "pyxels.dev@gmail.com";
github = "Pyxels";
githubId = 39232833;
name = "Jonas";
};
q3k = {
email = "q3k@q3k.org";
github = "q3k";
githubId = 315234;
name = "Serge Bazanski";
};
qaidvoid = {
email = "contact@qaidvoid.dev";
github = "qaidvoid";
githubId = 12017109;
name = "Rabindra Dhakal";
};
qbisi = {
name = "qbisicwate";
email = "qbisicwate@gmail.com";
github = "qbisi";
githubId = 84267544;
};
qbit = {
name = "Aaron Bieber";
email = "aaron@bolddaemon.com";
github = "qbit";
githubId = 68368;
matrix = "@qbit:tapenet.org";
keys = [ { fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE"; } ];
};
qdlmcfresh = {
name = "Philipp Urlbauer";
email = "qdlmcfresh@gmail.com";
github = "qdlmcfresh";
githubId = 10837173;
};
qjoly = {
email = "github@une-pause-cafe.fr";
github = "qjoly";
githubId = 82603435;
name = "Quentin JOLY";
};
qknight = {
email = "js@lastlog.de";
github = "qknight";
githubId = 137406;
name = "Joachim Schiele";
};
qoelet = {
email = "kenny@machinesung.com";
github = "qoelet";
githubId = 115877;
name = "Kenny Shen";
};
quadradical = {
email = "nixos@henryhiles.com";
github = "Henry-Hiles";
githubId = 71790868;
name = "Henry Hiles";
};
quag = {
email = "quaggy@gmail.com";
github = "quag";
githubId = 35086;
name = "Jonathan Wright";
};
quantenzitrone = {
email = "nix@dev.quantenzitrone.eu";
github = "quantenzitrone";
githubId = 74491719;
matrix = "@quantenzitrone:matrix.org";
name = "quantenzitrone";
};
qubasa = {
email = "consulting@qube.email";
github = "Qubasa";
githubId = 22085373;
name = "Luis Hebendanz";
};
qubitnano = {
name = "qubitnano";
email = "qubitnano@protonmail.com";
github = "qubitnano";
githubId = 146656568;
};
queezle = {
email = "git@queezle.net";
github = "queezle42";
githubId = 1024891;
name = "Jens Nolte";
};
quentin = {
email = "quentin@mit.edu";
github = "quentinmit";
githubId = 115761;
name = "Quentin Smith";
keys = [ { fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697"; } ];
};
quentini = {
email = "quentini@airmail.cc";
github = "QuentinI";
githubId = 18196237;
name = "Quentin Inkling";
};
quentin-m = {
email = "me+nix@quentin-machu.fr";
github = "Quentin-M";
githubId = 1332289;
name = "Quentin Machu";
};
quincepie = {
email = "flaky@quincepie.dev";
github = "Quince-Pie";
githubId = 127546159;
name = "QuincePie";
};
quinn-dougherty = {
email = "quinnd@riseup.net";
github = "quinn-dougherty";
githubId = 39039420;
name = "Quinn Dougherty";
};
quodlibetor = {
email = "quodlibetor@gmail.com";
github = "quodlibetor";
githubId = 277161;
name = "Brandon W Maister";
};
qusic = {
email = "qusicx@gmail.com";
github = "Qusic";
githubId = 2141853;
name = "Bang Lee";
};
qwqawawow = {
email = "eihqnh@outlook.com";
github = "qwqawawow";
githubId = 40905037;
name = "qwqawawow";
};
qyliss = {
email = "hi@alyssa.is";
github = "alyssais";
githubId = 2768870;
name = "Alyssa Ross";
matrix = "@qyliss:fairydust.space";
keys = [ { fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97"; } ];
};
qyriad = {
email = "qyriad@qyriad.me";
github = "Qyriad";
githubId = 1542224;
matrix = "@qyriad:katesiria.org";
name = "Qyriad";
};
r3dl3g = {
email = "redleg@rothfuss-web.de";
github = "r3dl3g";
githubId = 35229674;
name = "Armin Rothfuss";
};
r3n3gad3p3arl = {
github = "r3n3gad3p3arl";
githubId = 20760527;
name = "Madelyn";
};
raboof = {
email = "arnout@bzzt.net";
matrix = "@raboof:matrix.org";
github = "raboof";
githubId = 131856;
name = "Arnout Engelen";
};
racci = {
name = "James Draycott";
email = "me@racci.dev";
github = "DaRacci";
githubId = 90304606;
};
raehik = {
email = "thefirstmuffinman@gmail.com";
github = "raehik";
githubId = 3764592;
name = "Ben Orchard";
};
rafael = {
name = "Rafael";
email = "pr9@tuta.io";
github = "rafa-dot-el";
githubId = 104688305;
keys = [ { fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6"; } ];
};
rafaelgg = {
email = "rafael.garcia.gallego@gmail.com";
github = "rafaelgg";
githubId = 1016742;
name = "Rafael García";
};
rafaelrc = {
email = "contact@rafaelrc.com";
name = "Rafael Carvalho";
github = "rafaelrc7";
githubId = 5376043;
};
rafameou = {
email = "rafaelmazz22@gmail.com";
name = "Rafael Mazzutti";
github = "rafameou";
githubId = 26395874;
};
ragge = {
email = "r.dahlen@gmail.com";
github = "ragnard";
githubId = 882;
name = "Ragnar Dahlen";
};
RaghavSood = {
email = "r@raghavsood.com";
github = "RaghavSood";
githubId = 903072;
name = "Raghav Sood";
};
ragingpastry = {
email = "senior.crepe@gmail.com";
github = "ragingpastry";
githubId = 6778250;
name = "Nick Wilburn";
};
raitobezarius = {
email = "ryan@lahfa.xyz";
matrix = "@raitobezarius:matrix.org";
github = "RaitoBezarius";
githubId = 314564;
name = "Ryan Lahfa";
};
rake5k = {
email = "christian@harke.ch";
github = "rake5k";
githubId = 13007345;
name = "Christian Harke";
keys = [ { fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4"; } ];
};
rakesh4g = {
email = "rakeshgupta4u@gmail.com";
github = "Rakesh4G";
githubId = 50867187;
name = "Rakesh Gupta";
};
ralismark = {
email = "nixpkgs@ralismark.xyz";
github = "ralismark";
githubId = 13449732;
name = "Temmie";
};
ralith = {
email = "ben.e.saunders@gmail.com";
matrix = "@ralith:ralith.com";
github = "Ralith";
githubId = 104558;
name = "Benjamin Saunders";
};
ramblurr = {
name = "Casey Link";
email = "nix@caseylink.com";
github = "Ramblurr";
githubId = 14830;
keys = [ { fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA"; } ];
};
ramkromberg = {
email = "ramkromberg@mail.com";
github = "RamKromberg";
githubId = 14829269;
name = "Ram Kromberg";
};
rampoina = {
email = "rampoina@protonmail.com";
matrix = "@rampoina:matrix.org";
github = "Rampoina";
githubId = 5653911;
name = "Rampoina";
};
ranfdev = {
email = "ranfdev@gmail.com";
name = "Lorenzo Miglietta";
github = "ranfdev";
githubId = 23294184;
};
raphaelr = {
email = "raphael-git@tapesoftware.net";
matrix = "@raphi:tapesoftware.net";
github = "raphaelr";
githubId = 121178;
name = "Raphael Robatsch";
};
rapiteanu = {
email = "rapiteanu.catalin@gmail.com";
github = "Steinhagen";
githubId = 4029937;
name = "Viorel-Cătălin Răpițeanu";
};
raquelgb = {
email = "raquel.garcia.bautista@gmail.com";
github = "raquelgb";
githubId = 1246959;
name = "Raquel García";
};
rardiol = {
email = "ricardo.ardissone@gmail.com";
github = "rardiol";
githubId = 11351304;
name = "Ricardo Ardissone";
};
raroh73 = {
email = "me@raroh73.com";
github = "Raroh73";
githubId = 96078496;
name = "Raroh73";
};
rasendubi = {
email = "rasen.dubi@gmail.com";
github = "rasendubi";
githubId = 1366419;
name = "Alexey Shmalko";
};
raskin = {
email = "7c6f434c@mail.ru";
github = "7c6f434c";
githubId = 1891350;
name = "Michael Raskin";
};
raspher = {
email = "raspher@protonmail.com";
github = "raspher";
githubId = 23345803;
name = "Szymon Scholz";
};
ratcornu = {
email = "ratcornu+programmation@skaven.org";
github = "RatCornu";
githubId = 98173832;
name = "Balthazar Patiachvili";
matrix = "@ratcornu:skaven.org";
keys = [ { fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA"; } ];
};
ratsclub = {
email = "victor@freire.dev.br";
github = "ratsclub";
githubId = 25647735;
name = "Victor Freire";
};
ravenz46 = {
email = "goldraven0406@gmail.com";
github = "RAVENz46";
githubId = 86608952;
name = "RAVENz46";
};
rawkode = {
email = "david.andrew.mckay@gmail.com";
github = "rawkode";
githubId = 145816;
name = "David McKay";
};
rayhem = {
email = "glosser1@gmail.com";
github = "rayhem";
githubId = 49202382;
name = "Connor Glosser";
};
raylas = {
email = "r@raymond.sh";
github = "raylas";
githubId = 8099415;
name = "Raymond Douglas";
};
rayslash = {
email = "stevemathewjoy@tutanota.com";
github = "rayslash";
githubId = 45141270;
name = "Steve Mathew Joy";
};
razvan = {
email = "razvan.panda@gmail.com";
github = "freeman42x";
githubId = 1758708;
name = "Răzvan Flavius Panda";
};
rb = {
email = "maintainers@cloudposse.com";
github = "nitrocode";
githubId = 7775707;
name = "RB";
};
rb2k = {
email = "nix@marc-seeger.com";
github = "rb2k";
githubId = 9519;
name = "Marc Seeger";
};
rbasso = {
email = "rbasso@sharpgeeks.net";
github = "rbasso";
githubId = 16487165;
name = "Rafael Basso";
};
rbreslow = {
name = "Rocky Breslow";
github = "rbreslow";
githubId = 1774125;
keys = [ { fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED"; } ];
};
rbrewer = {
email = "rwb123@gmail.com";
github = "rbrewer123";
githubId = 743058;
name = "Rob Brewer";
};
r-burns = {
email = "rtburns@protonmail.com";
github = "r-burns";
githubId = 52847440;
name = "Ryan Burns";
};
rcmlz = {
email = "haguga-nixos@yahoo.com";
github = "rcmlz";
githubId = 19784049;
name = "rcmlz";
};
rcoeurjoly = {
email = "rolandcoeurjoly@gmail.com";
github = "RCoeurjoly";
githubId = 16906199;
name = "Roland Coeurjoly";
};
rconybea = {
email = "n1xpkgs@hushmail.com";
github = "rconybea";
githubId = 8570969;
name = "Roland Conybeare";
keys = [ { fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo"; } ];
};
rc-zb = {
name = "Xiao Haifan";
email = "rc-zb@outlook.com";
github = "rc-zb";
githubId = 161540043;
};
rdnetto = {
email = "rdnetto@gmail.com";
github = "rdnetto";
githubId = 1973389;
name = "Reuben D'Netto";
};
realsnick = {
name = "Ido Samuelson";
email = "ido.samuelson@gmail.com";
github = "realsnick";
githubId = 1440852;
};
reckenrode = {
name = "Randy Eckenrode";
email = "randy@largeandhighquality.com";
matrix = "@reckenrode:matrix.org";
github = "reckenrode";
githubId = 7413633;
keys = [
# compare with https://keybase.io/reckenrode
{ fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048"; }
];
};
redbaron = {
email = "ivanov.maxim@gmail.com";
github = "redbaron";
githubId = 16624;
name = "Maxim Ivanov";
};
redfish64 = {
email = "engler@gmail.com";
github = "redfish64";
githubId = 1922770;
name = "Tim Engler";
};
redhawk = {
email = "redhawk76767676@gmail.com";
github = "Redhawk18";
githubId = 77415970;
name = "Redhawk";
};
redvers = {
email = "red@infect.me";
github = "redvers";
githubId = 816465;
name = "Redvers Davies";
};
redxtech = {
email = "gabe@gabedunn.dev";
github = "redxtech";
githubId = 18155001;
name = "Gabe Dunn";
};
redyf = {
email = "mateusalvespereira7@gmail.com";
github = "redyf";
githubId = 98139059;
name = "Mateus Alves";
};
reedrw = {
email = "reedrw5601@gmail.com";
github = "reedrw";
githubId = 21069876;
name = "Reed Williams";
};
refi64 = {
name = "Ryan Gonzalez";
email = "git@refi64.dev";
matrix = "@refi64:linuxcafe.chat";
github = "refi64";
githubId = 1690697;
};
refnil = {
email = "broemartino@gmail.com";
github = "refnil";
githubId = 1142322;
name = "Martin Lavoie";
};
regadas = {
email = "oss@regadas.email";
name = "Filipe Regadas";
github = "regadas";
githubId = 163899;
};
regnat = {
email = "regnat@regnat.ovh";
github = "thufschmitt";
githubId = 7226587;
name = "Théophane Hufschmitt";
};
rehno-lindeque = {
email = "rehno.lindeque+code@gmail.com";
github = "rehno-lindeque";
githubId = 337811;
name = "Rehno Lindeque";
};
relrod = {
email = "ricky@elrod.me";
github = "relrod";
githubId = 43930;
name = "Ricky Elrod";
};
rembo10 = {
github = "rembo10";
githubId = 801525;
name = "rembo10";
};
remcoschrijver = {
email = "info@writerit.nl";
matrix = "@remcoschrijver:tchncs.de";
github = "remcoschrijver";
githubId = 45097990;
name = "Remco Schrijver";
};
remexre = {
email = "nathan+nixpkgs@remexre.com";
github = "remexre";
githubId = 4196789;
name = "Nathan Ringo";
};
renatoGarcia = {
email = "fgarcia.renato@gmail.com";
github = "renatoGarcia";
githubId = 220211;
name = "Renato Garcia";
};
renesat = {
name = "Ivan Smolyakov";
email = "smol.ivan97@gmail.com";
github = "renesat";
githubId = 11363539;
};
rennsax = {
name = "Bojun Ren";
email = "bj.ren.coding@outlook.com";
github = "rennsax";
githubId = 93167100;
keys = [ { fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C"; } ];
};
renzo = {
email = "renzocarbonara@gmail.com";
github = "k0001";
githubId = 3302;
name = "Renzo Carbonara";
};
reputable2772 = {
name = "Reputable2772";
github = "Reputable2772";
githubId = 153411261;
};
rettetdemdativ = {
email = "michael@koeppl.dev";
github = "rettetdemdativ";
githubId = 5265630;
name = "Michael Köppl";
};
returntoreality = {
email = "linus@lotz.li";
github = "retuntoreality";
githubId = 255667;
name = "Linus Karl";
};
revol-xut = {
email = "revol-xut@protonmail.com";
name = "Tassilo Tanneberger";
github = "tanneberger";
githubId = 32239737;
keys = [ { fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6"; } ];
};
rewine = {
email = "lhongxu@outlook.com";
github = "wineee";
githubId = 22803888;
name = "Lu Hongxu";
};
rexim = {
email = "reximkut@gmail.com";
github = "rexim";
githubId = 165283;
name = "Alexey Kutepov";
};
rexxDigital = {
email = "joellarssonpriv@gmail.com";
github = "rexxDigital";
githubId = 44014925;
name = "Rexx Larsson";
};
RGBCube = {
name = "RGBCube";
email = "nixpkgs@rgbcu.be";
github = "RGBCube";
githubId = 78925721;
keys = [ { fingerprint = "jPaU3Vpm/GN0tUuDg72n2+bd9dDMWe4bnKM325eP7eI"; } ];
};
rgnns = {
email = "jglievano@gmail.com";
github = "rgnns";
githubId = 811827;
name = "Gabriel Lievano";
};
rgri = {
name = "shortcut";
github = "rgri";
githubId = 45253749;
};
rgrinberg = {
name = "Rudi Grinberg";
email = "me@rgrinberg.com";
github = "rgrinberg";
githubId = 139003;
};
rgrunbla = {
email = "remy@grunblatt.org";
github = "rgrunbla";
githubId = 42433779;
name = "Rémy Grünblatt";
};
rguevara84 = {
email = "fuzztkd@gmail.com";
github = "rguevara84";
githubId = 12279531;
name = "Ricardo Guevara";
};
rhelmot = {
name = "Audrey Dutcher";
github = "rhelmot";
githubId = 2498805;
email = "audrey@rhelmot.io";
matrix = "@rhelmot:matrix.org";
};
rhendric = {
name = "Ryan Hendrickson";
github = "rhendric";
githubId = 1570964;
};
rhoriguchi = {
email = "ryan.horiguchi@gmail.com";
github = "rhoriguchi";
githubId = 6047658;
name = "Ryan Horiguchi";
};
rht = {
email = "rhtbot@protonmail.com";
github = "rht";
githubId = 395821;
name = "rht";
};
rhysmdnz = {
email = "rhys@memes.nz";
matrix = "@rhys:memes.nz";
github = "rhysmdnz";
githubId = 2162021;
name = "Rhys Davies";
};
ribose-jeffreylau = {
name = "Jeffrey Lau";
email = "jeffrey.lau@ribose.com";
github = "ribose-jeffreylau";
githubId = 2649467;
};
ricarch97 = {
email = "ricardo.steijn97@gmail.com";
github = "RicArch97";
githubId = 61013287;
name = "Ricardo Steijn";
};
richar = {
github = "ri-char";
githubId = 17962023;
name = "richar";
};
richardipsum = {
email = "richardipsum@fastmail.co.uk";
github = "richardipsum";
githubId = 10631029;
name = "Richard Ipsum";
};
rick68 = {
email = "rick68@gmail.com";
github = "rick68";
githubId = 42619;
name = "Wei-Ming Yang";
};
rickvanprim = {
email = "me@rickvanprim.com";
github = "rickvanprim";
githubId = 13792812;
name = "James Leitch";
};
rickynils = {
email = "rickynils@gmail.com";
github = "rickynils";
githubId = 16779;
name = "Rickard Nilsson";
};
ricochet = {
email = "behayes2@gmail.com";
github = "ricochet";
githubId = 974323;
matrix = "@ricochetcode:matrix.org";
name = "Bailey Hayes";
};
riey = {
email = "creeper844@gmail.com";
github = "Riey";
githubId = 14910534;
name = "Riey";
};
rika = {
email = "rika@paymentswit.ch";
github = "ScarletHg";
githubId = 1810487;
name = "Rika";
};
rileyinman = {
email = "rileyminman@gmail.com";
github = "rileyinman";
githubId = 37246692;
name = "Riley Inman";
};
rinx = {
email = "rintaro.okamura@gmail.com";
github = "rinx";
githubId = 1588935;
name = "Rintaro Okamura";
};
riotbib = {
email = "lennart@cope.cool";
github = "riotbib";
githubId = 43172581;
name = "Lennart Mühlenmeier";
};
ris = {
email = "code@humanleg.org.uk";
github = "risicle";
githubId = 807447;
name = "Robert Scott";
};
risson = {
name = "Marc Schmitt";
email = "marc.schmitt@risson.space";
matrix = "@risson:lama-corp.space";
github = "rissson";
githubId = 18313093;
keys = [
{ fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9"; }
{ fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F"; }
];
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
ritiek = {
name = "Ritiek Malhotra";
email = "ritiekmalhotra123@gmail.com";
matrix = "@ritiek:matrix.org";
github = "ritiek";
githubId = 20314742;
keys = [
{ fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257"; }
];
};
rixed = {
email = "rixed-github@happyleptic.org";
github = "rixed";
githubId = 449990;
name = "Cedric Cellier";
};
rixxc = {
email = "a_kaiser+nixpkgs@posteo.de";
github = "Rixxc";
githubId = 30271441;
name = "Aaron Kaiser";
};
rizary = {
email = "andika@numtide.com";
github = "Rizary";
githubId = 7221768;
name = "Andika Demas Riyandi";
};
rjpcasalino = {
email = "ryan@rjpc.net";
github = "rjpcasalino";
githubId = 12821230;
name = "Ryan J.P. Casalino";
};
rkitover = {
email = "rkitover@gmail.com";
github = "rkitover";
githubId = 77611;
name = "Rafael Kitover";
};
rkoe = {
email = "rk@simple-is-better.org";
github = "rkoe";
githubId = 2507744;
name = "Roland Koebler";
};
rkrzr = {
email = "ops+nixpkgs@channable.com";
github = "rkrzr";
githubId = 82817;
name = "Robert Kreuzer";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
rksm = {
email = "robert@kra.hn";
github = "rksm";
githubId = 467450;
name = "Robert Krahn";
};
rlupton20 = {
email = "richard.lupton@gmail.com";
github = "rlupton20";
githubId = 13752145;
name = "Richard Lupton";
};
rmcgibbo = {
email = "rmcgibbo@gmail.com";
matrix = "@rmcgibbo:matrix.org";
github = "rmcgibbo";
githubId = 641278;
name = "Robert T. McGibbon";
};
rmgpinto = {
email = "hessian_loom_0u@icloud.com";
github = "rmgpinto";
githubId = 24584;
name = "Ricardo Gândara Pinto";
};
rnhmjoj = {
email = "rnhmjoj@inventati.org";
matrix = "@rnhmjoj:eurofusion.eu";
github = "rnhmjoj";
githubId = 2817565;
name = "Michele Guerini Rocco";
keys = [ { fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450"; } ];
};
roastiek = {
email = "r.dee.b.b@gmail.com";
github = "roastiek";
githubId = 422802;
name = "Rostislav Beneš";
};
rob = {
email = "rob.vermaas@gmail.com";
github = "rbvermaa";
githubId = 353885;
name = "Rob Vermaas";
};
robaca = {
email = "carsten@r0hrbach.de";
github = "robaca";
githubId = 580474;
name = "Carsten Rohrbach";
};
robberer = {
email = "robberer@freakmail.de";
github = "robberer";
githubId = 6204883;
name = "Longrin Wischnewski";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
robbiebuxton = {
email = "robbiesbuxton@gmail.com";
github = "robbiebuxton";
githubId = 67549526;
name = "Robbie Buxton";
};
robbinch = {
email = "robbinch33@gmail.com";
github = "robbinch";
githubId = 12312980;
name = "Robbin C.";
};
robbins = {
email = "nejrobbins@gmail.com";
github = "robbins";
githubId = 31457698;
name = "Nathanael Robbins";
};
roberth = {
email = "nixpkgs@roberthensing.nl";
matrix = "@roberthensing:matrix.org";
github = "roberth";
githubId = 496447;
name = "Robert Hensing";
};
robertodr = {
email = "roberto.diremigio@gmail.com";
github = "robertodr";
githubId = 3708689;
name = "Roberto Di Remigio";
};
robertoszek = {
email = "robertoszek@robertoszek.xyz";
github = "robertoszek";
githubId = 1080963;
name = "Roberto";
};
robertrichter = {
email = "robert.richter@rrcomtech.com";
github = "rrcomtech";
githubId = 50635122;
name = "Robert Richter";
};
robgssp = {
email = "robgssp@gmail.com";
github = "robgssp";
githubId = 521306;
name = "Rob Glossop";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
robinkrahl = {
email = "nix@ireas.org";
github = "robinkrahl";
githubId = 165115;
keys = [ { fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45"; } ];
name = "Robin Krahl";
};
roblabla = {
email = "robinlambertz+dev@gmail.com";
github = "roblabla";
githubId = 1069318;
name = "Robin Lambertz";
};
robwalt = {
email = "robwalter96@gmail.com";
github = "robwalt";
githubId = 26892280;
name = "Robert Walter";
};
roconnor = {
email = "roconnor@r6.ca";
github = "roconnor";
githubId = 852967;
name = "Russell O'Connor";
};
rodrgz = {
email = "erik@rodgz.com";
github = "rodrgz";
githubId = 53882428;
name = "Erik Rodriguez";
};
roelvandijk = {
email = "roel@lambdacube.nl";
github = "roelvandijk";
githubId = 710906;
name = "Roel van Dijk";
};
rogarb = {
email = "rogarb@rgarbage.fr";
github = "rogarb";
githubId = 69053978;
name = "rogarb";
};
rohanssrao = {
email = "rohanssrao@gmail.com";
github = "rohanssrao";
githubId = 17805516;
name = "Rohan Rao";
};
rolfschr = {
email = "rolf.schr@posteo.de";
github = "rolfschr";
githubId = 1188465;
name = "Rolf Schröder";
};
rollf = {
email = "rolf.schroeder@limbus-medtec.com";
github = "rollf";
githubId = 58295931;
name = "Rolf Schröder";
};
roman = {
email = "open-source@roman-gonzalez.info";
github = "roman";
githubId = 7335;
name = "Roman Gonzalez";
};
romildo = {
email = "malaquias@gmail.com";
github = "romildo";
githubId = 1217934;
name = "José Romildo Malaquias";
};
romner-set = {
email = "admin@cynosure.red";
github = "romner-set";
githubId = 41077433;
name = "romner-set";
keys = [
{
# uploaded to https://keys.openpgp.org
fingerprint = "4B75 244B 0279 9598 FF3B C21F 95FC 58F1 8CFD FAB0";
}
];
};
ronanmacf = {
email = "macfhlar@tcd.ie";
github = "RonanMacF";
githubId = 25930627;
name = "Ronan Mac Fhlannchadha";
};
rongcuid = {
email = "rongcuid@outlook.com";
github = "rongcuid";
githubId = 1312525;
name = "Rongcui Dong";
};
rookeur = {
email = "adrien.langou@hotmail.com";
github = "Rookeur";
githubId = 57438432;
name = "Adrien Langou";
keys = [ { fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0"; } ];
};
roosemberth = {
email = "roosembert.palacios+nixpkgs@posteo.ch";
matrix = "@roosemberth:orbstheorem.ch";
github = "roosemberth";
githubId = 3621083;
name = "Roosembert (Roosemberth) Palacios";
keys = [ { fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7"; } ];
};
rople380 = {
name = "rople380";
github = "rople380";
githubId = 55679162;
keys = [ { fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236"; } ];
};
rorosen = {
email = "robert.rose@mailbox.org";
github = "rorosen";
githubId = 76747196;
name = "Robert Rose";
};
rosehobgoblin = {
name = "J. L. Bowden";
github = "rosehobgoblin";
githubId = 84164410;
};
RossComputerGuy = {
name = "Tristan Ross";
email = "tristan.ross@midstall.com";
matrix = "@rosscomputerguy:matrix.org";
github = "RossComputerGuy";
githubId = 19699320;
keys = [ { fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8"; } ];
};
rostan-t = {
name = "Rostan Tabet";
email = "rostan.tabet@gmail.com";
github = "rostan-t";
githubId = 30502549;
};
rotaerk = {
name = "Matthew Stewart";
email = "m.scott.stewart@gmail.com";
github = "rotaerk";
githubId = 17690823;
};
rowanG077 = {
email = "goemansrowan@gmail.com";
github = "rowanG077";
githubId = 7439756;
name = "Rowan Goemans";
};
roydubnium = {
github = "RoyDubnium";
githubId = 72664566;
name = "Roy Davison";
};
royneary = {
email = "christian@ulrich.earth";
github = "royneary";
githubId = 1942810;
name = "Christian Ulrich";
};
rpearce = {
email = "me@robertwpearce.com";
github = "rpearce";
githubId = 592876;
name = "Robert W. Pearce";
};
rprecenth = {
email = "rasmus@precenth.eu";
github = "Prillan";
githubId = 1675190;
name = "Rasmus Précenth";
};
rprospero = {
email = "rprospero+nix@gmail.com";
github = "rprospero";
githubId = 1728853;
name = "Adam Washington";
};
rps = {
email = "robbpseaton@gmail.com";
github = "robertseaton";
githubId = 221121;
name = "Robert P. Seaton";
};
rraval = {
email = "ronuk.raval@gmail.com";
github = "rraval";
githubId = 373566;
name = "Ronuk Raval";
};
rrbutani = {
email = "rrbutani+nix@gmail.com";
github = "rrbutani";
githubId = 7833358;
matrix = "@rbutani:matrix.org";
keys = [ { fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273"; } ];
name = "Rahul Butani";
};
rski = {
name = "rski";
email = "rom.skiad+nix@gmail.com";
github = "rski";
githubId = 2960312;
};
rsniezek = {
email = "radoslaw.sniezek@protonmail.com";
github = "rsniezek";
githubId = 19433256;
name = "Radoslaw Sniezek";
};
rsrohitsingh682 = {
email = "rsrohitsingh682@gmail.com";
github = "rsrohitsingh682";
githubId = 45477585;
name = "Rohit Singh";
};
rster2002 = {
name = "Bjørn";
github = "rster2002";
githubId = 26026518;
};
rsynnest = {
email = "contact@rsynnest.com";
github = "rsynnest";
githubId = 4392850;
name = "Roland Synnestvedt";
};
rszibele = {
email = "richard@szibele.com";
github = "rszibele";
githubId = 1387224;
name = "Richard Szibele";
};
rtburns-jpl = {
email = "rtburns@jpl.nasa.gov";
github = "rtburns-jpl";
githubId = 47790121;
name = "Ryan Burns";
};
rtimush = {
email = "rtimush@gmail.com";
github = "rtimush";
githubId = 831307;
name = "Roman Timushev";
};
rtreffer = {
email = "treffer+nixos@measite.de";
github = "rtreffer";
githubId = 61306;
name = "Rene Treffer";
};
rubenhoenle = {
email = "git@hoenle.xyz";
github = "rubenhoenle";
githubId = 56157634;
name = "Ruben Hönle";
};
rubikcubed = {
github = "rubikcubed";
githubId = 91467402;
name = "rubikcubed";
};
ruby0b = {
github = "ruby0b";
githubId = 106119328;
name = "ruby0b";
};
rubyowo = {
name = "Rei Star";
email = "perhaps-you-know@what-is.ml";
github = "rubyowo";
githubId = 105302757;
};
rucadi = {
email = "ruben.canodiaz@gmail.com";
github = "rucadi";
githubId = 6445619;
name = "Ruben Cano Diaz";
};
RudiOnTheAir = {
name = "Rüdiger Schwoon";
email = "wolf@schwoon.info";
github = "RudiOnTheAir";
githubId = 47517341;
};
rudolfvesely = {
name = "Rudolf Vesely";
email = "i@rudolfvesely.com";
github = "rudolfvesely";
githubId = 13966949;
};
Ruixi-rebirth = {
name = "Ruixi-rebirth";
email = "ruixirebirth@gmail.com";
github = "Ruixi-rebirth";
githubId = 75824585;
};
rumpelsepp = {
name = "Stefan Tatschner";
email = "stefan@rumpelsepp.org";
github = "rumpelsepp";
githubId = 1961699;
};
running-grass = {
name = "Leo Liu";
email = "hi@grass.show";
github = "running-grass";
githubId = 17241154;
keys = [ { fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138"; } ];
};
rushmorem = {
email = "rushmore@webenchanter.com";
github = "rushmorem";
githubId = 4958190;
name = "Rushmore Mushambi";
};
russell = {
email = "russell.sim@gmail.com";
github = "russell";
githubId = 2660;
name = "Russell Sim";
};
rutherther = {
name = "Rutherther";
email = "rutherther@proton.me";
github = "rutherther";
githubId = 12197024;
};
ruuda = {
email = "dev+nix@veniogames.com";
github = "ruuda";
githubId = 506953;
name = "Ruud van Asseldonk";
};
rvarago = {
email = "rafael.varago@gmail.com";
github = "rvarago";
githubId = 7365864;
name = "Rafael Varago";
};
rvdp = {
email = "ramses@well-founded.dev";
github = "R-VdP";
githubId = 141248;
name = "Ramses";
};
rvfg = {
email = "i@rvf6.com";
github = "duament";
githubId = 30264485;
name = "Rvfg";
};
rvl = {
email = "dev+nix@rodney.id.au";
github = "rvl";
githubId = 1019641;
name = "Rodney Lorrimar";
};
rvlander = {
email = "rvlander@gaetanandre.eu";
github = "rvlander";
githubId = 5236428;
name = "Gaëtan André";
};
rvnstn = {
email = "github@rvnstn.de";
github = "rvnstn";
githubId = 2364742;
name = "Tobias Ravenstein";
};
rvolosatovs = {
email = "rvolosatovs@riseup.net";
github = "rvolosatovs";
githubId = 12877905;
name = "Roman Volosatovs";
};
rxiao = {
email = "ben.xiao@me.com";
github = "benxiao";
githubId = 10908495;
name = "Ran Xiao";
};
ryan4yin = {
email = "xiaoyin_c@qq.com";
github = "ryan4yin";
githubId = 22363274;
name = "Ryan Yin";
};
ryanartecona = {
email = "ryanartecona@gmail.com";
github = "ryanartecona";
githubId = 889991;
name = "Ryan Artecona";
};
ryanccn = {
email = "hello@ryanccn.dev";
github = "ryanccn";
githubId = 70191398;
name = "Ryan Cao";
};
ryand56 = {
email = "git@ryand.ca";
github = "ryand56";
githubId = 22267679;
name = "Ryan Omasta";
};
ryane = {
email = "ryanesc@gmail.com";
github = "ryane";
githubId = 7346;
name = "Ryan Eschinger";
keys = [ { fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D"; } ];
};
ryangibb = {
email = "ryan@freumh.org";
github = "ryangibb";
githubId = 22669046;
name = "Ryan Gibb";
};
ryanorendorff = {
github = "ryanorendorff";
githubId = 12442942;
name = "Ryan Orendorff";
};
ryansydnor = {
email = "ryan.t.sydnor@gmail.com";
github = "ryansydnor";
githubId = 1832096;
name = "Ryan Sydnor";
};
ryantm = {
email = "ryan@ryantm.com";
matrix = "@ryantm:matrix.org";
github = "ryantm";
githubId = 4804;
name = "Ryan Mulligan";
};
ryantrinkle = {
email = "ryan.trinkle@gmail.com";
github = "ryantrinkle";
githubId = 1156448;
name = "Ryan Trinkle";
};
rybern = {
email = "ryan.bernstein@columbia.edu";
github = "rybern";
githubId = 4982341;
name = "Ryan Bernstein";
};
rycee = {
email = "robert@rycee.net";
github = "rycee";
githubId = 798147;
name = "Robert Helgesson";
keys = [ { fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4"; } ];
};
ryneeverett = {
email = "ryneeverett@gmail.com";
github = "ryneeverett";
githubId = 3280280;
name = "Ryne Everett";
};
ryota-ka = {
email = "ok@ryota-ka.me";
github = "ryota-ka";
githubId = 7309170;
name = "Ryota Kameoka";
};
rytone = {
email = "max@ryt.one";
github = "rastertail";
githubId = 8082305;
name = "Maxwell Beck";
keys = [ { fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB"; } ];
};
ryze = {
name = "Ryze";
github = "ryze312";
githubId = 50497128;
keys = [ { fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1"; } ];
};
rzetterberg = {
email = "richard.zetterberg@gmail.com";
github = "rzetterberg";
githubId = 766350;
name = "Richard Zetterberg";
};
s0me1newithhand7s = {
name = "hand7s";
email = "s0me1newithhand7s@gmail.com";
matrix = "@s0me1newithhand7s:matrix.org";
github = "s0me1newithhand7s";
githubId = 117505144;
};
s1341 = {
email = "s1341@shmarya.net";
matrix = "@s1341:matrix.org";
name = "Shmarya Rubenstein";
github = "s1341";
githubId = 5682183;
};
sagikazarmark = {
name = "Mark Sagi-Kazar";
email = "mark.sagikazar@gmail.com";
matrix = "@mark.sagikazar:matrix.org";
github = "sagikazarmark";
githubId = 1226384;
keys = [ { fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E"; } ];
};
sailord = {
name = "Sailord";
email = "sailord328@gmail.com";
github = "Sail0rd";
githubId = 55802415;
};
samalws = {
email = "sam@samalws.com";
name = "Sam Alws";
github = "samalws";
githubId = 20981725;
};
samasaur = {
name = "Samasaur";
email = "sam@samasaur.com";
github = "Samasaur1";
githubId = 30577766;
};
samb96 = {
email = "samb96@gmail.com";
github = "samb96";
githubId = 819426;
name = "Sam Bickley";
};
samdoshi = {
email = "sam@metal-fish.co.uk";
github = "samdoshi";
githubId = 112490;
name = "Sam Doshi";
};
samdroid-apps = {
email = "sam@sam.today";
github = "samdroid-apps";
githubId = 6022042;
name = "Sam Parkinson";
};
samemrecebi = {
name = "Emre Çebi";
email = "emre@cebi.io";
github = "samemrecebi";
githubId = 64419750;
};
samhug = {
email = "s@m-h.ug";
github = "samhug";
githubId = 171470;
name = "Sam Hug";
};
SamirTalwar = {
email = "lazy.git@functional.computer";
github = "SamirTalwar";
githubId = 47582;
name = "Samir Talwar";
};
samlich = {
email = "nixos@samli.ch";
github = "samlich";
githubId = 1349989;
name = "samlich";
keys = [ { fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C"; } ];
};
samlukeyes123 = {
email = "samlukeyes123@gmail.com";
github = "SamLukeYes";
githubId = 12882091;
name = "Sam L. Yes";
};
samrose = {
email = "samuel.rose@gmail.com";
github = "samrose";
githubId = 115821;
name = "Sam Rose";
};
samuela = {
email = "skainsworth@gmail.com";
github = "samuela";
githubId = 226872;
name = "Samuel Ainsworth";
};
samuelefacenda = {
name = "Samuele Facenda";
email = "samuele.facenda@gmail.com";
github = "SamueleFacenda";
githubId = 92163673;
keys = [ { fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271"; } ];
};
samuel-martineau = {
name = "Samuel Martineau";
email = "samuel@smartineau.me";
github = "Samuel-Martineau";
githubId = 44237969;
keys = [ { fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2"; } ];
};
samuelrivas = {
email = "samuelrivas@gmail.com";
github = "samuelrivas";
githubId = 107703;
name = "Samuel Rivas";
};
samueltardieu = {
email = "nixpkgs@sam.rfc1149.net";
github = "samueltardieu";
githubId = 44656;
name = "Samuel Tardieu";
};
samw = {
email = "sam@wlcx.cc";
github = "wlcx";
githubId = 3065381;
name = "Sam Willcocks";
};
samyak = {
name = "Samyak Sarnayak";
email = "samyak201@gmail.com";
github = "Samyak2";
githubId = 34161949;
keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ];
};
sanana = {
email = "asya@waifu.club";
github = "AsyaTheAbove";
githubId = 40492846;
keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ];
name = "sanana the skenana";
};
sander = {
email = "s.vanderburg@tudelft.nl";
github = "svanderburg";
githubId = 1153271;
name = "Sander van der Burg";
};
Sanskarzz = {
email = "sanskar.gur@gmail.com";
github = "Sanskarzz";
githubId = 92817635;
name = "Sanskar Gurdasani";
};
sarahec = {
email = "seclark@nextquestion.net";
github = "sarahec";
githubId = 11277967;
name = "Sarah Clark";
};
sarcasticadmin = {
email = "rob@sarcasticadmin.com";
github = "sarcasticadmin";
githubId = 30531572;
name = "Robert James Hernandez";
};
sargon = {
email = "danielehlers@mindeye.net";
github = "sargon";
githubId = 178904;
name = "Daniel Ehlers";
};
sascha8a = {
email = "sascha@localhost.systems";
github = "sascha8a";
githubId = 6937965;
name = "Alexander Lampalzer";
keys = [ { fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670"; } ];
};
saschagrunert = {
email = "mail@saschagrunert.de";
github = "saschagrunert";
githubId = 695473;
name = "Sascha Grunert";
};
satoqz = {
email = "mail@satoqz.net";
github = "satoqz";
githubId = 40795431;
name = "satoqz";
};
saturn745 = {
email = "git-commits.rk7uq@aleeas.com";
github = "saturn745";
githubId = 90934664;
name = "Saturn745";
matrix = "@galaxyyy:matrix.org";
};
saulecabrera = {
name = "Saúl Cabrera";
email = "saulecabrera@gmail.com";
github = "saulecabrera";
githubId = 1423601;
};
sauyon = {
email = "s@uyon.co";
github = "sauyon";
githubId = 2347889;
name = "Sauyon Lee";
};
savannidgerinel = {
email = "savanni@luminescent-dreams.com";
github = "savannidgerinel";
githubId = 8534888;
name = "Savanni D'Gerinel";
};
savedra1 = {
email = "michaelsavedra@gmail.com";
github = "savedra1";
githubId = 99875823;
name = "Michael Savedra";
};
savyajha = {
email = "savya.jha@hawkradius.com";
github = "savyajha";
githubId = 3996019;
name = "Savyasachee Jha";
};
sayanarijit = {
email = "sayanarijit@gmail.com";
github = "sayanarijit";
githubId = 11632726;
name = "Arijit Basu";
};
sb0 = {
email = "sb@m-labs.hk";
github = "sbourdeauducq";
githubId = 720864;
name = "Sébastien Bourdeauducq";
};
sbellem = {
email = "sbellem@gmail.com";
github = "sbellem";
githubId = 125458;
name = "Sylvain Bellemare";
};
sbond75 = {
name = "sbond75";
github = "sbond75";
githubId = 43617712;
};
sboosali = {
email = "SamBoosalis@gmail.com";
github = "sboosali";
githubId = 2320433;
name = "Sam Boosalis";
};
sbruder = {
email = "nixos@sbruder.de";
github = "sbruder";
githubId = 15986681;
name = "Simon Bruder";
};
scalavision = {
email = "scalavision@gmail.com";
github = "scalavision";
githubId = 3958212;
name = "Tom Sorlie";
};
schinmai-akamai = {
email = "schinmai@akamai.com";
github = "schinmai-akamai";
githubId = 70169773;
name = "Tarun Chinmai Sekar";
};
schmitthenner = {
email = "development@schmitthenner.eu";
github = "fkz";
githubId = 354463;
name = "Fabian Schmitthenner";
};
schmittlauch = {
name = "Trolli Schmittlauch";
email = "t.schmittlauch+nixos@orlives.de";
github = "schmittlauch";
githubId = 1479555;
};
schneefux = {
email = "schneefux+nixos_pkg@schneefux.xyz";
github = "schneefux";
githubId = 15379000;
name = "schneefux";
};
schnow265 = {
email = "thesnowbox@icloud.com";
github = "schnow265";
githubId = 57457177;
name = "Luca Scalet";
};
schnusch = {
github = "schnusch";
githubId = 5104601;
name = "schnusch";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
schrobingus = {
email = "brent.monning.jr@gmail.com";
name = "Brent Monning";
github = "schrobingus";
githubId = 72168352;
matrix = "@schrobingus:matrix.org";
};
Schweber = {
github = "Schweber";
githubId = 64630479;
name = "Schweber";
};
sciencentistguy = {
email = "jamie@quigley.xyz";
name = "Jamie Quigley";
github = "Sciencentistguy";
githubId = 4983935;
keys = [ { fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970"; } ];
};
scientiac = {
email = "iac@scientiac.space";
name = "Spandan Guragain";
github = "scientiac";
githubId = 58177655;
};
scm2342 = {
name = "Sven Mattsen";
email = "nix@sven.cc";
matrix = "@scm:matrix.sven.cc";
github = "scm2342";
githubId = 154108;
};
scode = {
email = "peter.schuller@infidyne.com";
github = "scode";
githubId = 59476;
name = "Peter Schuller";
};
scoder12 = {
name = "Spencer Pogorzelski";
github = "Scoder12";
githubId = 34356756;
};
scolobb = {
email = "sivanov@colimite.fr";
github = "scolobb";
githubId = 11320;
name = "Sergiu Ivanov";
};
scraptux = {
email = "git@thomasjasny.de";
github = "scraptux";
githubId = 12714892;
name = "Thomas Jasny";
};
screendriver = {
email = "nix@echooff.de";
github = "screendriver";
githubId = 149248;
name = "Christian Rackerseder";
};
Scriptkiddi = {
email = "nixos@scriptkiddi.de";
matrix = "@fritz.otlinghaus:helsinki-systems.de";
github = "Scriptkiddi";
githubId = 3598650;
name = "Fritz Otlinghaus";
};
Scrumplex = {
name = "Sefa Eyeoglu";
email = "contact@scrumplex.net";
matrix = "@Scrumplex:duckhub.io";
github = "Scrumplex";
githubId = 11587657;
keys = [ { fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951"; } ];
};
scvalex = {
name = "Alexandru Scvorțov";
email = "github@abstractbinary.org";
github = "scvalex";
githubId = 2588;
};
sdaqo = {
name = "sdaqo";
email = "sdaqo.dev@protonmail.com";
github = "sdaqo";
githubId = 63876564;
};
sdht0 = {
email = "nixpkgs@sdht.in";
github = "sdht0";
githubId = 867424;
name = "Siddhartha Sahu";
};
sdier = {
email = "scott@dier.name";
matrix = "@sdier:matrix.org";
github = "sdier";
githubId = 11613056;
name = "Scott Dier";
};
seanrmurphy = {
email = "sean@gopaddy.ch";
github = "seanrmurphy";
githubId = 540360;
name = "Sean Murphy";
};
SeanZicari = {
email = "sean.zicari@gmail.com";
github = "SeanZicari";
githubId = 2343853;
name = "Sean Zicari";
};
seb314 = {
email = "sebastian@seb314.com";
github = "seb314";
githubId = 19472270;
name = "Sebastian";
};
sebastianblunt = {
name = "Sebastian Blunt";
email = "nix@sebastianblunt.com";
github = "sebastianblunt";
githubId = 47431204;
};
sebbadk = {
email = "sebastian@sebba.dk";
github = "SEbbaDK";
githubId = 1567527;
name = "Sebastian Hyberts";
};
sebbel = {
email = "hej@sebastian-ball.de";
github = "sebbel";
githubId = 1940568;
name = "Sebastian Ball";
};
seberm = {
email = "seberm@seberm.com";
github = "seberm";
githubId = 212597;
name = "Otto Sabart";
keys = [ { fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3"; } ];
};
sebrut = {
email = "kontakt@sebastian-rutofski.de";
github = "sebrut";
githubId = 3962409;
name = "Sebastian Rutofski";
keys = [ { fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547"; } ];
};
sebtm = {
email = "mail@sebastian-sellmeier.de";
github = "SebTM";
githubId = 17243347;
name = "Sebastian Sellmeier";
};
sedlund = {
email = "scott+nixpkgs@teraton.com";
github = "sedlund";
githubId = 8109138;
name = "Scott Edlund";
};
sefidel = {
name = "sefidel";
email = "contact@sefidel.net";
matrix = "@sef:exotic.sh";
github = "sefidel";
githubId = 71049646;
keys = [ { fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A"; } ];
};
sei40kr = {
name = "Seong Yong-ju";
email = "sei40kr@gmail.com";
github = "sei40kr";
githubId = 11665236;
};
seineeloquenz = {
name = "Alexander Linder";
github = "SeineEloquenz";
githubId = 34923333;
};
seirl = {
name = "Antoine Pietri";
email = "antoine.pietri1@gmail.com";
github = "seirl";
githubId = 4927883;
matrix = "@seirl:matrix.org";
};
selfuryon = {
name = "Sergei Iakovlev";
email = "siakovlev@pm.me";
github = "selfuryon";
githubId = 2993917;
};
sellout = {
email = "greg@technomadic.org";
github = "sellout";
githubId = 33031;
name = "Greg Pfeil";
};
sengaya = {
email = "tlo@sengaya.de";
github = "sengaya";
githubId = 1286668;
name = "Thilo Uttendorfer";
};
sentientmonkey = {
email = "swindsor@gmail.com";
github = "sentientmonkey";
githubId = 9032;
name = "Scott Windsor";
};
sents = {
email = "finn@krein.moe";
github = "sents";
githubId = 26575793;
matrix = "@sents:matrix.org";
name = "Finn Krein";
};
sephalon = {
email = "me@sephalon.net";
github = "sephalon";
githubId = 893474;
name = "Stefan Wiehler";
};
sephi = {
name = "Sylvain Fankhauser";
email = "sephi@fhtagn.top";
github = "sephii";
githubId = 754333;
keys = [ { fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA"; } ];
};
sepi = {
email = "raffael@mancini.lu";
github = "sepi";
githubId = 529649;
name = "Raffael Mancini";
};
seppeljordan = {
email = "sebastian.jordan.mail@googlemail.com";
github = "seppeljordan";
githubId = 4805746;
name = "Sebastian Jordan";
};
septem9er = {
name = "Septem9er";
email = "develop@septem9er.de";
matrix = "@septem9er:fairydust.space";
github = "septem9er";
githubId = 33379902;
keys = [ { fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33"; } ];
};
seqizz = {
email = "seqizz@gmail.com";
github = "seqizz";
githubId = 307899;
name = "Gurkan Gur";
};
sequencer = {
email = "liu@jiuyang.me";
github = "sequencer";
githubId = 5791019;
name = "Jiuyang Liu";
};
serge = {
email = "sb@canva.com";
github = "serge-belov";
githubId = 38824235;
name = "Serge Belov";
};
serge_sans_paille = {
email = "serge.guelton@telecom-bretagne.eu";
github = "serge-sans-paille";
githubId = 863807;
name = "Serge Guelton";
};
sergioribera = {
github = "SergioRibera";
githubId = 56278796;
name = "Sergio Ribera";
};
sersorrel = {
email = "ash@sorrel.sh";
github = "sersorrel";
githubId = 9433472;
name = "ash";
};
servalcatty = {
email = "servalcat@pm.me";
github = "servalcatty";
githubId = 51969817;
name = "Serval";
keys = [ { fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C"; } ];
};
sestrella = {
email = "sestrella.me@gmail.com";
github = "sestrella";
githubId = 2049686;
name = "Sebastián Estrella";
};
seylerius = {
name = "Sable Seyler";
email = "sable@seyleri.us";
github = "seylerius";
githubId = 1145981;
keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ];
};
sfrijters = {
email = "sfrijters@gmail.com";
github = "SFrijters";
githubId = 918365;
name = "Stefan Frijters";
};
sgo = {
email = "stig@stig.io";
github = "stigtsp";
githubId = 75371;
name = "Stig Palmquist";
};
sg-qwt = {
email = "hello@edgerunners.eu.org";
matrix = "@dhl:edgerunners.eu.org";
github = "sg-qwt";
name = "sg-qwt";
githubId = 115715554;
};
sgraf = {
email = "sgraf1337@gmail.com";
github = "sgraf812";
githubId = 1151264;
name = "Sebastian Graf";
};
shackra = {
name = "Jorge Javier Araya Navarro";
email = "jorge@esavara.cr";
github = "shackra";
githubId = 1055216;
};
shadaj = {
github = "shadaj";
githubId = 543055;
name = "Shadaj Laddad";
};
shaddydc = {
email = "nixpkgs@shaddy.dev";
github = "ShaddyDC";
githubId = 18403034;
name = "Shaddy";
};
shadowrz = {
email = "shadowrz+nixpkgs@disroot.org";
matrix = "@shadowrz:nixos.dev";
github = "ShadowRZ";
githubId = 23130178;
name = "";
keys = [ { fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9"; } ];
};
shahrukh330 = {
email = "shahrukh330@gmail.com";
github = "shahrukh330";
githubId = 1588288;
name = "Shahrukh Khan";
};
shamilton = {
email = "sgn.hamilton@protonmail.com";
github = "SCOTT-HAMILTON";
githubId = 24496705;
name = "Scott Hamilton";
};
ShamrockLee = {
email = "shamrocklee@posteo.net";
github = "ShamrockLee";
githubId = 44064051;
matrix = "@shamrocklee:matrix.org";
name = "Yueh-Shun Li";
};
shard7 = {
email = "sh7user@gmail.com";
github = "shard77";
githubId = 106669955;
name = "Léon Gessner";
};
shardy = {
email = "shardul@baral.ca";
github = "shardulbee";
githubId = 16765155;
name = "Shardul Baral";
};
sharzy = {
email = "me@sharzy.in";
github = "SharzyL";
githubId = 46294732;
name = "Sharzy";
};
shawn8901 = {
email = "shawn8901@googlemail.com";
github = "Shawn8901";
githubId = 12239057;
name = "Shawn8901";
};
shawndellysse = {
email = "sdellysse@gmail.com";
github = "sdellysse";
githubId = 293035;
name = "Shawn Dellysse";
};
shayne = {
email = "shaynesweeney@gmail.com";
github = "shayne";
githubId = 79330;
name = "Shayne Sweeney";
keys = [ { fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0"; } ];
};
shazow = {
email = "andrey.petrov@shazow.net";
github = "shazow";
githubId = 6292;
name = "Andrey Petrov";
};
sheenobu = {
email = "sheena.artrip@gmail.com";
github = "sheenobu";
githubId = 1443459;
name = "Sheena Artrip";
};
sheepforce = {
email = "phillip.seeber@googlemail.com";
github = "sheepforce";
githubId = 16844216;
name = "Phillip Seeber";
};
sheganinans = {
email = "sheganinans@gmail.com";
github = "sheganinans";
githubId = 2146203;
name = "Aistis Raulinaitis";
};
shell = {
email = "cam.turn@gmail.com";
github = "VShell";
githubId = 251028;
name = "Shell Turner";
};
shhht = {
name = "shhht";
email = "stp.tjeerd@gmail.com";
github = "shhht";
githubId = 118352823;
};
shift = {
name = "Vincent Palmer";
email = "shift@someone.section.me";
github = "shift";
githubId = 1653;
};
shikanime = {
name = "William Phetsinorath";
email = "deva.shikanime@protonmail.com";
github = "shikanime";
githubId = 22115108;
};
shiphan = {
email = "timlin940511@gmail.com";
name = "Shiphan";
github = "Shiphan";
githubId = 140245703;
};
shiryel = {
email = "contact@shiryel.com";
name = "Shiryel";
github = "shiryel";
githubId = 35617139;
keys = [ { fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE"; } ];
};
shivaraj-bh = {
email = "sbh69840@gmail.com";
name = "Shivaraj B H";
github = "shivaraj-bh";
githubId = 23645788;
};
shlevy = {
email = "shea@shealevy.com";
github = "shlevy";
githubId = 487050;
name = "Shea Levy";
};
shlok = {
email = "sd-nix-maintainer@quant.is";
github = "shlok";
githubId = 3000933;
name = "Shlok Datye";
};
shmish111 = {
email = "shmish111@gmail.com";
github = "shmish111";
githubId = 934267;
name = "David Smith";
};
shnarazk = {
email = "shujinarazaki@protonmail.com";
github = "shnarazk";
githubId = 997855;
name = "Narazaki Shuji";
};
shofius = {
name = "Sam Hofius";
email = "sam@samhofi.us";
github = "kf5grd";
githubId = 18297490;
};
shogo = {
email = "shouryagoel10000@gmail.com";
github = "Sh0g0-1758";
githubId = 114918019;
name = "Shourya Goel";
};
shortcord = {
name = "Short Cord";
email = "short@shortcord.com";
github = "shortcord";
githubId = 3823744;
};
shou = {
email = "x+g@shou.io";
github = "Shou";
githubId = 819413;
name = "Benedict Aas";
};
shreerammodi = {
name = "Shreeram Modi";
email = "shreerammodi10@gmail.com";
github = "shrimpram";
githubId = 67710369;
keys = [ { fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE"; } ];
};
shved = {
name = "Yury Shvedov";
email = "mestofel13@gmail.com";
github = "ein-shved";
githubId = 3513222;
};
shyim = {
email = "s.sayakci@gmail.com";
github = "shyim";
githubId = 6224096;
name = "Soner Sayakci";
};
shymega = {
name = "Dom Rodriguez";
github = "shymega";
githubId = 1334592;
};
siddarthkay = {
email = "siddarthkay@gmail.com";
github = "siddarthkay";
githubId = 64726664;
name = "Siddarth Kumar";
};
siddharthdhakane = {
email = "siddharthdhakane@gmail.com";
github = "siddharthdhakane";
githubId = 28101092;
name = "Siddharth Dhakane";
};
siddharthist = {
email = "langston.barrett@gmail.com";
github = "langston-barrett";
githubId = 4294323;
name = "Langston Barrett";
};
sielicki = {
name = "Nicholas Sielicki";
email = "nix@opensource.nslick.com";
github = "sielicki";
githubId = 4522995;
matrix = "@sielicki:matrix.org";
};
siers = {
email = "veinbahs+nixpkgs@gmail.com";
github = "siers";
githubId = 235147;
name = "Raitis Veinbahs";
};
sifmelcara = {
email = "ming@culpring.com";
github = "sifmelcara";
githubId = 10496191;
name = "Ming Chuan";
};
sigma = {
email = "yann.hodique@gmail.com";
github = "sigma";
githubId = 16090;
name = "Yann Hodique";
};
sigmanificient = {
email = "sigmanificient@gmail.com";
github = "Sigmanificient";
githubId = 53050011;
name = "Yohann Boniface";
};
sigmasquadron = {
name = "Fernando Rodrigues";
email = "alpha@sigmasquadron.net";
matrix = "@sigmasquadron:matrix.org";
github = "SigmaSquadron";
githubId = 174749595;
keys = [ { fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000"; } ];
};
sikmir = {
email = "sikmir@disroot.org";
matrix = "@sikmir:matrix.org";
github = "sikmir";
githubId = 688044;
name = "Nikolay Korotkiy";
keys = [ { fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5"; } ];
};
silky = {
name = "Noon van der Silk";
email = "noonsilk+nixpkgs@gmail.com";
github = "silky";
githubId = 129525;
};
sils = {
name = "Silas Schöffel";
email = "sils@sils.li";
matrix = "@sils:vhack.eu";
github = "s1ls";
githubId = 91412114;
keys = [ { fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9"; } ];
};
Silver-Golden = {
name = "Brendan Golden";
email = "github+nixpkgs@brendan.ie";
github = "Silver-Golden";
githubId = 7858375;
};
simarra = {
name = "simarra";
email = "loic.martel@protonmail.com";
github = "Simarra";
githubId = 14372987;
};
simonchatts = {
email = "code@chatts.net";
github = "simonchatts";
githubId = 11135311;
name = "Simon Chatterjee";
};
simoneruffini = {
email = "simone.ruffini@tutanota.com";
github = "simoneruffini";
githubId = 50401154;
name = "Simone Ruffini";
};
simonhammes = {
github = "simonhammes";
githubId = 10352679;
name = "Simon Hammes";
};
simonkampe = {
email = "simon.kampe+nix@gmail.com";
github = "simonkampe";
githubId = 254799;
name = "Simon Kämpe";
};
simonvandel = {
email = "simon.vandel@gmail.com";
github = "simonvandel";
githubId = 2770647;
name = "Simon Vandel Sillesen";
};
sinanmohd = {
name = "Sinan Mohd";
email = "sinan@sinanmohd.com";
matrix = "@sinan:sinanmohd.com";
github = "sinanmohd";
githubId = 69694713;
};
sioodmy = {
name = "Antoni Sokołowski";
github = "sioodmy";
githubId = 81568712;
};
siph = {
name = "Chris Dawkins";
email = "dawkins.chris.dev@gmail.com";
github = "siph";
githubId = 6619112;
};
sir4ur0n = {
github = "sir4ur0n";
githubId = 1204125;
name = "sir4ur0n";
};
siraben = {
email = "bensiraphob@gmail.com";
matrix = "@siraben:matrix.org";
github = "siraben";
githubId = 8219659;
name = "Siraphob Phipathananunth";
};
siriobalmelli = {
email = "sirio@b-ad.ch";
github = "siriobalmelli";
githubId = 23038812;
name = "Sirio Balmelli";
keys = [ { fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA"; } ];
};
sironheart = {
email = "git@beisenherz.dev";
github = "Sironheart";
githubId = 13799656;
name = "Steffen Beisenherz";
};
sirseruju = {
email = "sir.seruju@yandex.ru";
github = "SirSeruju";
githubId = 74881555;
name = "Fofanov Sergey";
};
sitaaax = {
email = "johannes@kle1n.com";
github = "SitAAAx";
githubId = 74413170;
name = "Johannes Klein";
};
sith-lord-vader = {
email = "abhiayush23@gmail.com";
github = "sith-lord-vader";
githubId = 24388085;
name = "Abhishek Adhikari";
};
sivteck = {
email = "sivaram1992@gmail.com";
github = "sivteck";
githubId = 8017899;
name = "Sivaram Balakrishnan";
};
sixstring982 = {
email = "sixstring982@gmail.com";
github = "sixstring982";
githubId = 1328977;
name = "Trent Small";
};
sjagoe = {
email = "simon@simonjagoe.com";
github = "sjagoe";
githubId = 80012;
name = "Simon Jagoe";
};
sjau = {
email = "nixos@sjau.ch";
github = "sjau";
githubId = 848812;
name = "Stephan Jau";
};
sjfloat = {
email = "steve+nixpkgs@jonescape.com";
github = "sjfloat";
githubId = 216167;
name = "Steve Jones";
};
sjmackenzie = {
email = "setori88@gmail.com";
github = "sjmackenzie";
githubId = 158321;
name = "Stewart Mackenzie";
};
skeuchel = {
name = "Steven Keuchel";
email = "steven.keuchel@gmail.com";
github = "skeuchel";
githubId = 617130;
keys = [ { fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F"; } ];
};
skovati = {
github = "skovati";
githubId = 49844593;
name = "skovati";
};
skyesoss = {
name = "Skye Soss";
matrix = "@skyesoss:matrix.org";
github = "Skyb0rg007";
githubId = 30806179;
};
skykanin = {
github = "skykanin";
githubId = 3789764;
name = "skykanin";
};
skyrina = {
email = "sorryu02@gmail.com";
github = "skyrina";
githubId = 116099351;
name = "Skylar";
};
slam-bert = {
github = "slam-bert";
githubId = 106779009;
name = "Slambert";
};
slashformotion = {
github = "slashformotion";
githubId = 45801817;
name = "slashformotion";
};
slbtty = {
email = "shenlebantongying@gmail.com";
github = "shenlebantongying";
githubId = 20123683;
name = "Shenleban Tongying";
};
sleexyz = {
email = "freshdried@gmail.com";
github = "sleexyz";
githubId = 1505617;
name = "Sean Lee";
};
SlothOfAnarchy = {
email = "slothofanarchy1@gmail.com";
matrix = "@michel.weitbrecht:helsinki-systems.de";
github = "SlothOfAnarchy";
githubId = 12828415;
name = "Michel Weitbrecht";
};
slotThe = {
name = "Tony Zorman";
email = "tonyzorman@mailbox.org";
github = "slotThe";
matrix = "@slot-:matrix.org";
githubId = 50166980;
keys = [ { fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8"; } ];
};
slwst = {
email = "email@slw.st";
github = "slwst";
githubId = 11047377;
name = "slwst";
keys = [ { fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A"; } ];
};
smakarov = {
email = "setser200018@gmail.com";
github = "SeTSeR";
githubId = 12733495;
name = "Sergey Makarov";
keys = [ { fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B"; } ];
};
smancill = {
email = "smancill@smancill.dev";
github = "smancill";
githubId = 238528;
name = "Sebastián Mancilla";
};
smaret = {
email = "sebastien.maret@icloud.com";
github = "smaret";
githubId = 95471;
name = "Sébastien Maret";
keys = [ { fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C"; } ];
};
smasher164 = {
email = "aindurti@gmail.com";
github = "smasher164";
githubId = 12636891;
name = "Akhil Indurti";
};
smironov = {
email = "grrwlf@gmail.com";
github = "grwlf";
githubId = 4477729;
name = "Sergey Mironov";
};
smitop = {
name = "Smitty van Bodegom";
email = "me@smitop.com";
matrix = "@smitop:kde.org";
github = "syvb";
githubId = 10530973;
};
smona = {
name = "Mel Bourgeois";
email = "mason.bourgeois@gmail.com";
github = "Smona";
githubId = 7091399;
keys = [ { fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC"; } ];
};
smonson = {
name = "Samuel Monson";
email = "smonson@irbash.net";
github = "sjmonson";
githubId = 17662218;
};
smrehman = {
name = "Syed Moiz Ur Rehman";
email = "smrehman@proton.me";
github = "syedmoizurrehman";
githubId = 17818950;
};
sna = {
email = "abouzahra.9@wright.edu";
github = "S-NA";
githubId = 20214715;
name = "S. Nordin Abouzahra";
};
snaar = {
email = "snaar@snaar.net";
github = "snaar";
githubId = 602439;
name = "Serguei Narojnyi";
};
snaki = {
email = "ek@kyouma.net";
matrix = "@snaki:kescher.at";
name = "emily";
github = "snaakey";
githubId = 38018554;
};
snapdgn = {
email = "snapdgn@proton.me";
name = "Nitish Kumar";
github = "snapdgn";
githubId = 85608760;
};
snglth = {
email = "illia@ishestakov.com";
github = "snglth";
githubId = 8686360;
name = "Illia Shestakov";
};
snicket2100 = {
github = "snicket2100";
githubId = 57048005;
name = "snicket2100";
};
sno2wman = {
name = "SnO2WMaN";
email = "me@sno2wman.net";
github = "SnO2WMaN";
githubId = 15155608;
};
snowflake = {
email = "snowflake@pissmail.com";
name = "Snowflake";
github = "snf1k";
githubId = 149651684;
matrix = "@snowflake:mozilla.org";
keys = [ { fingerprint = "8223 7B6F 2FF4 8F16 B652 6CA3 934F 9E5F 9701 2C0B"; } ];
};
snpschaaf = {
email = "philipe.schaaf@secunet.com";
name = "Philippe Schaaf";
github = "snpschaaf";
githubId = 105843013;
};
snyh = {
email = "snyh@snyh.org";
github = "snyh";
githubId = 1437166;
name = "Xia Bin";
};
sochotnicky = {
email = "stanislav+github@ochotnicky.com";
github = "sochotnicky";
githubId = 55726;
name = "Stanislav Ochotnický";
};
sodiboo = {
name = "sodiboo";
github = "sodiboo";
githubId = 37938646;
matrix = "@sodiboo:arcticfoxes.net";
};
softinio = {
email = "code@softinio.com";
github = "softinio";
githubId = 3371635;
name = "Salar Rahmanian";
};
sohalt = {
email = "nixos@sohalt.net";
github = "Sohalt";
githubId = 2157287;
name = "sohalt";
};
SohamG = {
email = "sohamg2@gmail.com";
name = "Soham S Gumaste";
github = "SohamG";
githubId = 7116239;
keys = [ { fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442"; } ];
};
soispha = {
name = "Soispha";
email = "soispha@vhack.eu";
matrix = "@soispha:vhack.eu";
github = "soispha";
githubId = 132207423;
keys = [ { fingerprint = "9606 FC74 9FCE 1636 0723 D4AD A5E9 4010 C3A6 42AD"; } ];
};
solson = {
email = "scott@solson.me";
matrix = "@solson:matrix.org";
github = "solson";
githubId = 26806;
name = "Scott Olson";
};
somasis = {
email = "kylie@somas.is";
github = "somasis";
githubId = 264788;
name = "Kylie McClain";
};
SomeoneSerge = {
email = "else+nixpkgs@someonex.net";
matrix = "@ss:someonex.net";
github = "SomeoneSerge";
githubId = 9720532;
name = "Else Someone";
};
sontek = {
email = "sontek@gmail.com";
github = "sontek";
githubId = 151924;
name = "John Anderson";
};
soopyc = {
name = "Cassie Cheung";
email = "me@soopy.moe";
github = "soopyc";
githubId = 13762043;
matrix = "@sophie:nue.soopy.moe";
};
sophrosyne = {
email = "joshuaortiz@tutanota.com";
github = "sophrosyne97";
githubId = 53029739;
name = "Joshua Ortiz";
};
sorki = {
email = "srk@48.io";
github = "sorki";
githubId = 115308;
name = "Richard Marko";
};
sorpaas = {
email = "hi@that.world";
github = "sorpaas";
githubId = 6277322;
name = "Wei Tang";
};
soupglasses = {
email = "sofi+git@mailbox.org";
github = "soupglasses";
githubId = 20756843;
name = "Sofi";
};
soyouzpanda = {
name = "soyouzpanda";
email = "soyouzpanda@soyouzpanda.fr";
github = "soyouzpanda";
githubId = 23421201;
};
soywod = {
name = "Clément DOUIN";
email = "clement.douin@posteo.net";
matrix = "@soywod:matrix.org";
github = "soywod";
githubId = 10437171;
keys = [ { fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72"; } ];
};
spacefrogg = {
email = "spacefrogg-nixos@meterriblecrew.net";
github = "spacefrogg";
githubId = 167881;
name = "Michael Raitza";
};
spacekookie = {
email = "kookie@spacekookie.de";
github = "spacekookie";
githubId = 7669898;
name = "Katharina Fey";
};
spalf = {
email = "tom@tombarrett.xyz";
name = "tom barrett";
github = "70m6";
githubId = 105207964;
};
spease = {
email = "peasteven@gmail.com";
github = "spease";
githubId = 2825204;
name = "Steven Pease";
};
spectre256 = {
name = "Ellis Gibbons";
email = "egibbons256@gmail.com";
github = "spectre256";
githubId = 72505298;
};
spencerjanssen = {
email = "spencerjanssen@gmail.com";
matrix = "@sjanssen:matrix.org";
github = "spencerjanssen";
githubId = 2600039;
name = "Spencer Janssen";
};
spikespaz = {
name = "Jacob Birkett";
email = "support@birkett.dev";
github = "spikespaz";
githubId = 12502988;
};
spinus = {
email = "tomasz.czyz@gmail.com";
github = "spinus";
githubId = 950799;
name = "Tomasz Czyż";
};
spitulax = {
name = "Bintang Adiputra Pratama";
email = "bintangadiputrapratama@gmail.com";
github = "spitulax";
githubId = 96517350;
keys = [ { fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5"; } ];
};
spk = {
email = "laurent@spkdev.net";
github = "spk";
githubId = 98590;
name = "Laurent Arnoud";
};
spoonbaker = {
github = "Spoonbaker";
githubId = 47164123;
name = "Spoonbaker";
};
sprock = {
email = "rmason@mun.ca";
github = "sprock";
githubId = 6391601;
name = "Roger Mason";
};
sputn1ck = {
email = "kon@kon.ninja";
github = "sputn1ck";
githubId = 8904314;
name = "Konstantin Nick";
};
squalus = {
email = "squalus@squalus.net";
github = "squalus";
githubId = 36899624;
name = "squalus";
};
squarepear = {
email = "contact@jeffreyharmon.dev";
github = "SquarePear";
githubId = 16364318;
name = "Jeffrey Harmon";
};
srghma = {
email = "srghma@gmail.com";
github = "srghma";
githubId = 7573215;
name = "Sergei Khoma";
};
srgom = {
github = "SRGOM";
githubId = 8103619;
name = "SRGOM";
};
srhb = {
email = "sbrofeldt@gmail.com";
matrix = "@srhb:matrix.org";
github = "srhb";
githubId = 219362;
name = "Sarah Brofeldt";
};
srid = {
email = "srid@srid.ca";
matrix = "@srid:matrix.org";
github = "srid";
githubId = 3998;
name = "Sridhar Ratnakumar";
};
srounce = {
name = "Samuel Rounce";
email = "me@samuelrounce.co.uk";
github = "srounce";
githubId = 60792;
};
Srylax = {
name = "Srylax";
email = "srylax+nixpkgs@srylax.dev";
github = "Srylax";
githubId = 71783705;
};
sshine = {
email = "simon@simonshine.dk";
github = "sshine";
githubId = 50879;
name = "Simon Shine";
};
SShrike = {
email = "severen@shrike.me";
github = "severen";
githubId = 4061736;
name = "Severen Redwood";
};
sstef = {
email = "stephane@nix.frozenid.net";
github = "haskelious";
githubId = 8668915;
name = "Stephane Schitter";
};
staccato = {
name = "staccato";
email = "moveq@riseup.net";
github = "braaandon";
githubId = 86573128;
};
stackshadow = {
email = "stackshadow@evilbrain.de";
github = "stackshadow";
githubId = 7512804;
name = "Martin Langlotz";
};
starcraft66 = {
name = "Tristan Gosselin-Hane";
email = "starcraft66@gmail.com";
github = "starcraft66";
githubId = 1858154;
keys = [ { fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78"; } ];
};
stargate01 = {
email = "christoph.honal@web.de";
github = "StarGate01";
githubId = 6362238;
name = "Christoph Honal";
};
starkca90 = {
email = "starkca90@gmail.com";
github = "starkca90";
githubId = 2060836;
name = "Casey Stark";
};
starsep = {
email = "nix@starsep.com";
github = "starsep";
githubId = 2798728;
name = "Filip Czaplicki";
};
starzation = {
email = "nixpkgs@starzation.net";
github = "starzation";
githubId = 145975416;
name = "Starzation";
};
stasjok = {
name = "Stanislav Asunkin";
email = "nixpkgs@stasjok.ru";
github = "stasjok";
githubId = 1353637;
};
steamwalker = {
email = "steamwalker@xs4all.nl";
github = "steamwalker";
githubId = 94006354;
name = "steamwalker";
};
steeleduncan = {
email = "steeleduncan@hotmail.com";
github = "steeleduncan";
githubId = 866573;
name = "Duncan Steele";
};
steell = {
email = "steve@steellworks.com";
github = "Steell";
githubId = 1699155;
name = "Steve Elliott";
};
stefanfehrenbach = {
email = "stefan.fehrenbach@gmail.com";
github = "fehrenbach";
githubId = 203168;
name = "Stefan Fehrenbach";
};
stehessel = {
email = "stephan@stehessel.de";
github = "stehessel";
githubId = 55607356;
name = "Stephan Heßelmann";
};
steinybot = {
name = "Jason Pickens";
email = "jasonpickensnz@gmail.com";
matrix = "@steinybot:matrix.org";
github = "steinybot";
githubId = 4659562;
keys = [ { fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F"; } ];
};
stelcodes = {
email = "stel@stel.codes";
github = "stelcodes";
githubId = 22163194;
name = "Stel Abrego";
};
stepbrobd = {
name = "Yifei Sun";
email = "ysun@hey.com";
github = "stepbrobd";
githubId = 81826728;
keys = [ { fingerprint = "AC7C 52E6 BA2F E8DE 8F0F 5D78 D973 170F 9B86 DB70"; } ];
};
stephank = {
email = "nix@stephank.nl";
matrix = "@skochen:matrix.org";
github = "stephank";
githubId = 89950;
name = "Stéphan Kochen";
};
stephen-huan = {
name = "Stephen Huan";
email = "stephen.huan@cgdct.moe";
github = "stephen-huan";
githubId = 20411956;
keys = [ { fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E"; } ];
};
stephenmw = {
email = "stephen@q5comm.com";
github = "stephenmw";
githubId = 231788;
name = "Stephen Weinberg";
};
stephenwithph = {
name = "StephenWithPH";
github = "StephenWithPH";
githubId = 2990492;
};
sterfield = {
email = "sterfield@gmail.com";
github = "sterfield";
githubId = 5747061;
name = "Guillaume Loetscher";
};
sternenseemann = {
email = "sternenseemann@systemli.org";
github = "sternenseemann";
githubId = 3154475;
name = "Lukas Epple";
};
steshaw = {
name = "Steven Shaw";
email = "steven@steshaw.org";
github = "steshaw";
githubId = 45735;
keys = [ { fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91"; } ];
};
stesie = {
email = "stesie@brokenpipe.de";
github = "stesie";
githubId = 113068;
name = "Stefan Siegl";
};
stevebob = {
email = "stephen@sherra.tt";
github = "gridbugs";
githubId = 417118;
name = "Stephen Sherratt";
};
steve-chavez = {
email = "stevechavezast@gmail.com";
github = "steve-chavez";
githubId = 1829294;
name = "Steve Chávez";
};
steveej = {
email = "mail@stefanjunker.de";
github = "steveeJ";
githubId = 1181362;
name = "Stefan Junker";
};
stevenroose = {
email = "github@stevenroose.org";
github = "stevenroose";
githubId = 853468;
name = "Steven Roose";
};
stianlagstad = {
email = "stianlagstad@gmail.com";
github = "stianlagstad";
githubId = 4340859;
name = "Stian Lågstad";
};
StijnDW = {
email = "nixdev@rinsa.eu";
github = "Stekke";
githubId = 1751956;
name = "Stijn DW";
};
StillerHarpo = {
email = "engelflorian@posteo.de";
github = "StillerHarpo";
githubId = 25526706;
name = "Florian Engel";
keys = [ { fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE"; } ];
matrix = "@qe7ftcyrpg:matrix.org";
};
stites = {
email = "sam@stites.io";
github = "stites";
githubId = 1694705;
name = "Sam Stites";
};
stnley = {
email = "michael@stnley.io";
github = "stnley";
githubId = 64174376;
name = "Michael Stanley";
};
strager = {
email = "strager.nds@gmail.com";
github = "strager";
githubId = 48666;
name = "Matthew \"strager\" Glazar";
};
strawbee = {
email = "henigingames@gmail.com";
github = "StillToad";
githubId = 57422776;
name = "strawbee";
};
strikerlulu = {
email = "strikerlulu7@gmail.com";
github = "strikerlulu";
githubId = 38893265;
name = "StrikerLulu";
};
struan = {
email = "contact@struanrobertson.co.uk";
github = "struan-robertson";
githubId = 7543617;
name = "Struan Robertson";
};
stteague = {
email = "stteague505@yahoo.com";
github = "stteague";
githubId = 77596767;
name = "Scott Teague";
};
stumoss = {
email = "samoss@gmail.com";
github = "stumoss";
githubId = 638763;
name = "Stuart Moss";
};
stunkymonkey = {
email = "account@buehler.rocks";
github = "Stunkymonkey";
githubId = 1315818;
name = "Felix Bühler";
};
stupremee = {
email = "jutus.k@protonmail.com";
github = "Stupremee";
githubId = 39732259;
name = "Justus K";
};
stv0g = {
name = "Steffen Vogel";
email = "post@steffenvogel.de";
matrix = "@stv0ge:matrix.org";
github = "stv0g";
githubId = 285829;
keys = [ { fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2"; } ];
};
SubhrajyotiSen = {
email = "subhrajyoti12@gmail.com";
github = "SubhrajyotiSen";
githubId = 12984845;
name = "Subhrajyoti Sen";
};
sudoforge = {
github = "sudoforge";
githubId = 3893293;
name = "sudoforge";
keys = [ { fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A"; } ];
};
sudosubin = {
email = "sudosubin@gmail.com";
github = "sudosubin";
githubId = 32478597;
name = "Subin Kim";
};
sugar700 = {
email = "sugar@sylveon.social";
github = "sugar700";
githubId = 168804988;
name = "sugar";
};
suhr = {
email = "suhr@i2pmail.org";
github = "suhr";
githubId = 65870;
name = "Сухарик";
};
sumnerevans = {
email = "me@sumnerevans.com";
github = "sumnerevans";
githubId = 16734772;
name = "Sumner Evans";
};
sund3RRR = {
email = "evenquantity@gmail.com";
github = "sund3RRR";
githubId = 73298492;
name = "Mikhail Kiselev";
};
suominen = {
email = "kimmo@suominen.com";
github = "suominen";
githubId = 1939855;
name = "Kimmo Suominen";
};
supa = {
email = "supa.codes@gmail.com";
github = "0Supa";
githubId = 36031171;
name = "Supa";
};
SuperSandro2000 = {
email = "sandro.jaeckel@gmail.com";
matrix = "@sandro:supersandro.de";
github = "SuperSandro2000";
githubId = 7258858;
name = "Sandro Jäckel";
};
supinie = {
name = "supinie";
email = "nix@supinie.com";
github = "supinie";
githubId = 86788874;
};
SuprDewd = {
email = "suprdewd@gmail.com";
github = "SuprDewd";
githubId = 187109;
name = "Bjarki Ágúst Guðmundsson";
};
surfaceflinger = {
email = "nat@nekopon.pl";
github = "surfaceflinger";
githubId = 44725111;
name = "nat";
};
suryasr007 = {
email = "94suryateja@gmail.com";
github = "suryasr007";
githubId = 10533926;
name = "Surya Teja V";
};
suvash = {
email = "suvash+nixpkgs@gmail.com";
github = "suvash";
githubId = 144952;
name = "Suvash Thapaliya";
};
sveitser = {
email = "sveitser@gmail.com";
github = "sveitser";
githubId = 1040871;
name = "Mathis Antony";
};
svend = {
email = "svend@svends.net";
github = "svend";
githubId = 306190;
name = "Svend Sorensen";
};
sven-of-cord = {
email = "sven@cord.com";
github = "sven-of-cord";
githubId = 98333944;
name = "Sven Over";
};
svrana = {
email = "shaw@vranix.com";
github = "svrana";
githubId = 850665;
name = "Shaw Vrana";
};
svsdep = {
email = "svsdep@gmail.com";
github = "svsdep";
githubId = 36695359;
name = "Vasyl Solovei";
};
swarren83 = {
email = "shawn.w.warren@gmail.com";
github = "swarren83";
githubId = 4572854;
name = "Shawn Warren";
};
swdunlop = {
email = "swdunlop@gmail.com";
github = "swdunlop";
githubId = 120188;
name = "Scott W. Dunlop";
};
sweber = {
email = "sweber2342+nixpkgs@gmail.com";
github = "sweber83";
githubId = 19905904;
name = "Simon Weber";
};
sweenu = {
name = "sweenu";
email = "contact@sweenu.xyz";
github = "sweenu";
githubId = 7051978;
};
swendel = {
name = "Sebastian Wendel";
email = "nixpkgs.aiX5ph@srx.digital";
github = "SebastianWendel";
githubId = 919570;
};
swesterfeld = {
email = "stefan@space.twc.de";
github = "swesterfeld";
githubId = 14840066;
name = "Stefan Westerfeld";
};
swflint = {
email = "swflint@flintfam.org";
github = "swflint";
githubId = 1771109;
name = "Samuel W. Flint";
};
swistak35 = {
email = "me@swistak35.com";
github = "swistak35";
githubId = 332289;
name = "Rafał Łasocha";
};
syberant = {
email = "sybrand@neuralcoding.com";
github = "syberant";
githubId = 20063502;
name = "Sybrand Aarnoutse";
};
syboxez = {
email = "syboxez@gmail.com";
matrix = "@Syboxez:matrix.org";
github = "syboxez";
githubId = 12841859;
name = "Syboxez Blank";
};
syedahkam = {
email = "smahkam57@gmail.com";
github = "SyedAhkam";
githubId = 52673095;
name = "Syed Ahkam";
};
symphorien = {
email = "symphorien_nixpkgs@xlumurb.eu";
matrix = "@symphorien:xlumurb.eu";
github = "symphorien";
githubId = 12595971;
name = "Guillaume Girol";
};
synthetica = {
email = "nix@hilhorst.be";
github = "Synthetica9";
githubId = 7075751;
name = "Patrick Hilhorst";
};
sysedwinistrator = {
email = "edwin.mowen@gmail.com";
github = "sysedwinistrator";
githubId = 71331875;
name = "Edwin Mackenzie-Owen";
};
szczyp = {
email = "qb@szczyp.com";
github = "Szczyp";
githubId = 203195;
name = "Szczyp";
};
szlend = {
email = "pub.nix@zlender.si";
github = "szlend";
githubId = 7301807;
name = "Simon Žlender";
};
sztupi = {
email = "attila.sztupak@gmail.com";
github = "sztupi";
githubId = 143103;
name = "Attila Sztupak";
};
t184256 = {
email = "monk@unboiled.info";
github = "t184256";
githubId = 5991987;
name = "Alexander Sosedkin";
};
t4ccer = {
email = "t4ccer@gmail.com";
github = "t4ccer";
githubId = 64430288;
name = "Tomasz Maciosowski";
keys = [ { fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19"; } ];
};
t4sm5n = {
email = "t4sm5n@gmail.com";
github = "t4sm5n";
githubId = 28858039;
name = "Tuomas Mäkinen";
};
tadfisher = {
email = "tadfisher@gmail.com";
github = "tadfisher";
githubId = 129148;
name = "Tad Fisher";
};
taeer = {
email = "taeer@necsi.edu";
github = "Radvendii";
githubId = 1239929;
name = "Taeer Bar-Yam";
};
taha = {
email = "xrcrod@gmail.com";
github = "tgharib";
githubId = 6457015;
name = "Taha Gharib";
};
taha-yassine = {
email = "taha.yssne@gmail.com";
github = "taha-yassine";
githubId = 40228615;
name = "Taha Yassine";
};
taikx4 = {
email = "taikx4@taikx4szlaj2rsdupcwabg35inbny4jk322ngeb7qwbbhd5i55nf5yyd.onion";
github = "taikx4";
githubId = 94917129;
name = "taikx4";
keys = [ { fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E"; } ];
};
tailhook = {
email = "paul@colomiets.name";
github = "tailhook";
githubId = 321799;
name = "Paul Colomiets";
};
takac = {
email = "cammann.tom@gmail.com";
github = "takac";
githubId = 1015381;
name = "Tom Cammann";
};
takagiy = {
email = "takagiy.4dev@gmail.com";
github = "takagiy";
githubId = 18656090;
name = "Yuki Takagi";
};
takeda = {
name = "Derek Kuliński";
email = "d@kulinski.us";
github = "takeda";
githubId = 411978;
};
taketwo = {
email = "alexandrov88@gmail.com";
github = "taketwo";
githubId = 1241736;
name = "Sergey Alexandrov";
};
takikawa = {
email = "asumu@igalia.com";
github = "takikawa";
githubId = 64192;
name = "Asumu Takikawa";
};
taktoa = {
email = "taktoa@gmail.com";
matrix = "@taktoa:matrix.org";
github = "taktoa";
githubId = 553443;
name = "Remy Goldschmidt";
};
taku0 = {
email = "mxxouy6x3m_github@tatapa.org";
github = "taku0";
githubId = 870673;
name = "Takuo Yonezawa";
};
TakWolf = {
email = "takwolf@foxmail.com";
github = "TakWolf";
githubId = 6064962;
name = "TakWolf";
};
talkara = {
email = "taito.horiuchi@relexsolutions.com";
github = "talkara";
githubId = 51232929;
name = "Taito Horiuchi";
};
talyz = {
email = "kim.lindberger@gmail.com";
matrix = "@talyz:matrix.org";
github = "talyz";
githubId = 63433;
name = "Kim Lindberger";
};
taneb = {
email = "nvd1234@gmail.com";
github = "Taneb";
githubId = 1901799;
name = "Nathan van Doorn";
};
taranarmo = {
email = "taranarmo@gmail.com";
github = "taranarmo";
githubId = 11619234;
name = "Sergey Volkov";
};
tarantoj = {
email = "taranto.james@gmail.com";
github = "tarantoj";
githubId = 13129552;
name = "James Taranto";
};
tari = {
email = "peter@taricorp.net";
github = "tari";
githubId = 506181;
name = "Peter Marheine";
};
tasmo = {
email = "tasmo@tasmo.de";
github = "tasmo";
githubId = 102685;
name = "Thomas Friese";
};
taylor1791 = {
email = "nixpkgs@tayloreverding.com";
github = "taylor1791";
githubId = 555003;
name = "Taylor Everding";
};
tazjin = {
email = "mail@tazj.in";
github = "tazjin";
githubId = 1552853;
name = "Vincent Ambo";
};
tbenst = {
email = "nix@tylerbenster.com";
github = "tbenst";
githubId = 863327;
name = "Tyler Benster";
};
tbidne = {
email = "tbidne@protonmail.com";
github = "tbidne";
githubId = 2856188;
name = "Thomas Bidne";
};
tboerger = {
email = "thomas@webhippie.de";
matrix = "@tboerger:matrix.org";
github = "tboerger";
githubId = 156964;
name = "Thomas Boerger";
};
tbwanderer = {
github = "tbwanderer";
githubId = 125365236;
name = "Ice Layer";
};
tcbravo = {
email = "tomas.bravo@protonmail.ch";
github = "tcbravo";
githubId = 66133083;
name = "Tomas Bravo";
};
tchab = {
email = "dev@chabs.name";
github = "t-chab";
githubId = 2120966;
name = "t-chab";
};
tchekda = {
email = "contact@tchekda.fr";
github = "Tchekda";
githubId = 23559888;
keys = [ { fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F"; } ];
name = "David Tchekachev";
};
tcheronneau = {
email = "nix@mcth.fr";
github = "tcheronneau";
githubId = 7914437;
name = "Thomas Cheronneau";
};
tc-kaluza = {
github = "tc-kaluza";
githubId = 101565936;
name = "Tautvydas Cerniauskas";
};
tckmn = {
email = "andy@tck.mn";
github = "tckmn";
githubId = 2389333;
name = "Andy Tockman";
};
teatwig = {
email = "nix@teatwig.net";
name = "tea";
github = "teatwig";
githubId = 18734648;
};
techknowlogick = {
email = "techknowlogick@gitea.com";
github = "techknowlogick";
githubId = 164197;
name = "techknowlogick";
};
Technical27 = {
github = "Technical27";
githubId = 38222826;
name = "Aamaruvi Yogamani";
};
technobaboo = {
github = "technobaboo";
githubId = 4541968;
name = "Nova King";
};
teh = {
email = "tehunger@gmail.com";
github = "teh";
githubId = 139251;
name = "Tom Hunger";
};
tehmatt = {
name = "tehmatt";
email = "nix@programsareproofs.com";
github = "tehmatt";
githubId = 3358866;
};
tejasag = {
name = "Tejas Agarwal";
email = "tejasagarwalbly@gmail.com";
github = "tejasag";
githubId = 67542663;
};
tejing = {
name = "Jeff Huffman";
email = "tejing@tejing.com";
matrix = "@tejing:matrix.org";
github = "tejing1";
githubId = 5663576;
keys = [ { fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32"; } ];
};
telotortium = {
email = "rirelan@gmail.com";
github = "telotortium";
githubId = 1755789;
name = "Robert Irelan";
};
tembleking = {
name = "Fede Barcelona";
email = "fede_rico_94@hotmail.com";
github = "tembleking";
githubId = 2988780;
};
tengkuizdihar = {
name = "Tengku Izdihar";
email = "tengkuizdihar@gmail.com";
matrix = "@tengkuizdihar:matrix.org";
github = "tengkuizdihar";
githubId = 22078730;
};
tennox = {
email = "tennox+nix@txlab.io";
github = "tennox";
githubId = 2084639;
name = "Manu";
};
teozkr = {
email = "teo@nullable.se";
github = "nightkr";
githubId = 649832;
name = "Teo Klestrup Röijezon";
};
terin = {
email = "terinjokes@gmail.com";
github = "terinjokes";
githubId = 273509;
name = "Terin Stock";
};
terlar = {
email = "terlar@gmail.com";
github = "terlar";
githubId = 280235;
name = "Terje Larsen";
};
terrorjack = {
email = "astrohavoc@gmail.com";
github = "TerrorJack";
githubId = 3889585;
name = "Cheng Shao";
};
terryg = {
name = "Terry Garcia";
email = "terry@terryg.org";
github = "TerryGarcia";
githubId = 159372832;
keys = [ { fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3"; } ];
};
tesq0 = {
email = "mikolaj.galkowski@gmail.com";
github = "tesq0";
githubId = 26417242;
name = "Mikolaj Galkowski";
};
TethysSvensson = {
email = "freaken@freaken.dk";
github = "TethysSvensson";
githubId = 4294434;
name = "Tethys Svensson";
};
teto = {
email = "mcoudron@hotmail.com";
github = "teto";
githubId = 886074;
name = "Matthieu Coudron";
};
teutat3s = {
email = "teutates@mailbox.org";
matrix = "@teutat3s:pub.solar";
github = "teutat3s";
githubId = 10206665;
name = "teutat3s";
keys = [ { fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705"; } ];
};
tex = {
email = "milan.svoboda@centrum.cz";
github = "tex";
githubId = 27386;
name = "Milan Svoboda";
};
textshell = {
email = "textshell@uchuujin.de";
github = "textshell";
githubId = 6579711;
name = "Martin Hostettler";
};
tfc = {
email = "jacek@galowicz.de";
matrix = "@tfc:matrix.org";
github = "tfc";
githubId = 29044;
name = "Jacek Galowicz";
};
tfkhdyt = {
email = "tfkhdyt@proton.me";
name = "Taufik Hidayat";
github = "tfkhdyt";
githubId = 47195537;
};
tfmoraes = {
name = "Thiago Franco de Moraes";
github = "tfmoraes";
githubId = 351108;
};
tgunnoe = {
email = "t@gvno.net";
github = "tgunnoe";
githubId = 7254833;
name = "Taylor Gunnoe";
};
tg-x = {
email = "*@tg-x.net";
github = "tg-x";
githubId = 378734;
name = "TG Θ";
};
th0rgal = {
email = "thomas.marchand@tuta.io";
github = "Th0rgal";
githubId = 41830259;
name = "Thomas Marchand";
};
thall = {
email = "niclas.thall@gmail.com";
github = "thall";
githubId = 102452;
name = "Niclas Thall";
};
thammers = {
email = "jawr@gmx.de";
github = "tobias-hammerschmidt";
githubId = 2543259;
name = "Tobias Hammerschmidt";
};
thanegill = {
email = "me@thanegill.com";
github = "thanegill";
githubId = 1141680;
name = "Thane Gill";
};
thblt = {
name = "Thibault Polge";
email = "thibault@thb.lt";
matrix = "@thbltp:matrix.org";
github = "thblt";
githubId = 2453136;
keys = [ { fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B"; } ];
};
theaninova = {
name = "Thea Schöbl";
email = "dev@theaninova.de";
github = "Theaninova";
githubId = 19289296;
keys = [ { fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA"; } ];
};
the-argus = {
email = "i.mcfarlane2002@gmail.com";
github = "the-argus";
name = "Ian McFarlane";
githubId = 70479099;
matrix = "@eyes1238:matrix.org";
};
TheBrainScrambler = {
email = "esthromeris@riseup.net";
github = "TheBrainScrambler";
githubId = 34945377;
name = "John Smith";
};
theCapypara = {
name = "Marco Köpcke";
email = "hello@capypara.de";
matrix = "@capypara:matrix.org";
github = "theCapypara";
githubId = 3512122;
keys = [ { fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB"; } ];
};
TheColorman = {
name = "colorman";
email = "nixpkgs@colorman.me";
github = "TheColorman";
githubId = 18369995;
keys = [ { fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D"; } ];
};
thedavidmeister = {
email = "thedavidmeister@gmail.com";
github = "thedavidmeister";
githubId = 629710;
name = "David Meister";
};
thefenriswolf = {
email = "stefan.rohrbacher97@gmail.com";
github = "thefenriswolf";
githubId = 8547242;
name = "Stefan Rohrbacher";
};
thefloweringash = {
email = "lorne@cons.org.nz";
github = "thefloweringash";
githubId = 42933;
name = "Andrew Childs";
};
thefossguy = {
name = "Pratham Patel";
email = "prathampatel@thefossguy.com";
matrix = "@thefossguy:matrix.org";
github = "thefossguy";
githubId = 44400303;
};
thehans255 = {
name = "Hans Jorgensen";
email = "foss-contact@thehans255.com";
github = "thehans255";
githubId = 15896573;
};
thekostins = {
name = "Konstantin";
email = "anisimovkosta19@gmail.com";
github = "TheKostins";
githubId = 39405421;
keys = [ { fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2"; } ];
};
thelegy = {
email = "mail+nixos@0jb.de";
github = "thelegy";
githubId = 3105057;
name = "Jan Beinke";
};
themaxmur = {
name = "Maxim Muravev";
email = "muravjev.mak@yandex.ru";
github = "TheMaxMur";
githubId = 31189199;
};
thenonameguy = {
email = "thenonameguy24@gmail.com";
name = "Krisztian Szabo";
github = "thenonameguy";
githubId = 2217181;
};
theobori = {
name = "Théo Bori";
email = "theo1.bori@epitech.eu";
github = "theobori";
githubId = 71843723;
keys = [ { fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965"; } ];
};
thepuzzlemaker = {
name = "ThePuzzlemaker";
email = "tpzker@thepuzzlemaker.info";
github = "ThePuzzlemaker";
githubId = 12666617;
keys = [ { fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C"; } ];
};
therealansh = {
email = "tyagiansh23@gmail.com";
github = "therealansh";
githubId = 57180880;
name = "Ansh Tyagi";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
therealgramdalf = {
email = "gramdalftech@gmail.com";
github = "TheRealGramdalf";
githubId = 79593869;
name = "Gramdalf";
};
therealr5 = {
email = "rouven@rfive.de";
github = "therealr5";
githubId = 72568063;
name = "Rouven Seifert";
keys = [ { fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09"; } ];
};
therishidesai = {
email = "desai.rishi1@gmail.com";
github = "therishidesai";
githubId = 5409166;
name = "Rishi Desai";
};
thesola10 = {
email = "me@thesola.io";
github = "Thesola10";
githubId = 7287268;
keys = [ { fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA"; } ];
name = "Karim Vergnes";
};
thetallestjj = {
email = "me+nixpkgs@jeroen-jetten.com";
github = "TheTallestJJ";
githubId = 6579555;
name = "Jeroen Jetten";
};
theuni = {
email = "ct@flyingcircus.io";
github = "ctheune";
githubId = 1220572;
name = "Christian Theune";
};
thiagokokada = {
email = "thiagokokada@gmail.com";
github = "thiagokokada";
githubId = 844343;
name = "Thiago K. Okada";
matrix = "@k0kada:matrix.org";
};
thibaultd = {
email = "t@lichess.org";
github = "ornicar";
githubId = 140370;
name = "Thibault D";
};
thibaultlemaire = {
email = "thibault.lemaire@protonmail.com";
github = "ThibaultLemaire";
githubId = 21345269;
name = "Thibault Lemaire";
};
thibautmarty = {
email = "github@thibautmarty.fr";
matrix = "@thibaut:thibautmarty.fr";
github = "ThibautMarty";
githubId = 3268082;
name = "Thibaut Marty";
};
thielema = {
name = "Henning Thielemann";
email = "nix@henning-thielemann.de";
github = "thielema";
githubId = 898989;
};
thillux = {
name = "Markus Theil";
email = "theil.markus@gmail.com";
github = "thillux";
githubId = 2171995;
};
thilobillerbeck = {
name = "Thilo Billerbeck";
email = "thilo.billerbeck@officerent.de";
github = "thilobillerbeck";
githubId = 7442383;
};
thled = {
name = "Thomas Le Duc";
email = "dev@tleduc.de";
github = "thled";
githubId = 28220902;
};
thmzlt = {
email = "git@thomazleite.com";
github = "thmzlt";
githubId = 7709;
name = "Thomaz Leite";
};
thomasdesr = {
email = "git@hive.pw";
github = "thomasdesr";
githubId = 681004;
name = "Thomas Desrosiers";
};
thomasjm = {
email = "tom@codedown.io";
github = "thomasjm";
githubId = 1634990;
name = "Tom McLaughlin";
};
ThomasMader = {
email = "thomas.mader@gmail.com";
github = "ThomasMader";
githubId = 678511;
name = "Thomas Mader";
};
thornycrackers = {
email = "codyfh@gmail.com";
github = "thornycrackers";
githubId = 4313010;
name = "Cody Hiar";
};
thoughtpolice = {
email = "aseipp@pobox.com";
github = "thoughtpolice";
githubId = 3416;
name = "Austin Seipp";
};
thpham = {
email = "thomas.pham@ithings.ch";
github = "thpham";
githubId = 224674;
name = "Thomas Pham";
};
Thra11 = {
email = "tahall256@protonmail.ch";
github = "Thra11";
githubId = 1391883;
name = "Tom Hall";
};
Squashed 'third_party/nixpkgs/' changes from 76612b17c0ce..dc460ec76cbf dc460ec76cbf Remove obsolete libXrandr inputs from programs using winit (#354847) f1b26f503aac nitrokey-udev-rules: init at 1.0.0 (#352481) a4761c00db07 smartcat: 1.7.1 -> 2.1.0 (#354016) 60533322e317 protonvpn-gui: 4.6.0 -> 4.7.3 (#354170) ab599469897c yosys: 0.46 -> 0.47 (#354226) 736b36d5719f niri: 0.1.9 -> 0.1.10 (#355047) 547ac36fb30e spotify-player: 0.20.0 -> 0.20.1 (#354593) 6c3d0282c839 netbird: 0.30.2 -> 0.31.0 (#354756) fcfcc8e0f43d proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 (#354849) 2e3b9c403874 miriway: 24.09 -> 24.10.1 (#353939) c598a008a26b gfn-electron: init at 2.1.2 (#353887) fcf7e79c02e9 python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808) 9e9dc89f01d1 python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763) 3d7216f0da32 nzportable: init at 2.0.0-indev+20241012190425 (#312424) 1d4a687f62fc python312Packages.scikit-rf: 1.3.0 -> 1.4.1 (#354453) 566bf556282a typos: 1.26.0 -> 1.27.3 (#354980) 9a7641474d1c python312Packages.google-generativeai: 0.8.2 -> 0.8.3 (#354919) 76e387b03039 python312Packages.{localstack-ext,localstack}: fix build and refactor (#354962) d056782c98a1 python3Packages.globus-sdk: fix test (#354988) 1ce8fcbc506b hyprlandPlugins: update plugins (#355037) 43c84259fd1b python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007) 8c79491aea4c obsidian: remove white background from icons (#354945) b3057fce636d niri: add patch for scrolling without mouse config 97ca8ccb1551 nixos/roundcube: add example for `database.passwordFile` (#348166) f0b14e4fb4be niri: install dinit service files 172f0cee3628 python312Packages.wordcloud: 1.9.3 -> 1.9.4 (#355027) cf81310c69b9 prettypst: unstable-2023-12-06 -> unstable-2024-10-20 (#354972) 4d9d042055b6 cvise: 2.10.0 -> 2.11.0 (#354970) 7514add1990f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 (#354917) 66eab41e34dd python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 (#354909) 2ec42a007584 python312Packages.pyswitchbot: add pytest-asyncio (#354911) fa1b67747b3b ggshield: 1.32.2 -> 1.33.0 (#354912) 918a840f93bf python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910) f5c93dd4908f python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 (#354918) 9e48e1749f0a python312Packages.soco: 0.30.5 -> 0.30.6 (#354943) 12569c191eb1 completely: 0.5.2 -> 0.6.3, move to by-name (#354974) 2049461e5435 python3Packages.protobuf4: disable tests that fail on 32bit (#354992) 3f42f0b61e6c linux-firmware: 20241017 -> 20241110 (#355130) 4c3539c70b79 linux-firmware: 20241017 -> 20241110 7ff8d0f160be vaultwarden: 1.32.3 -> 1.32.4 (#355129) 7d4246729b44 vaultwarden: 1.32.3 -> 1.32.4 e635cf8d9fb5 netsurf.browser: fix darwin builds (#355038) 8feb5e84c9e9 libskk: fix parse error (#355005) b71ccf87b23c gnuplot: fix build with `withTeXLive = true` (#352768) 96e1c83061ff pyamlboot.tests: fix the eval (#352825) 87e380382121 nix-unit: 2.24.0 -> 2.24.1 (#355104) f257cb5e5ee1 kubectl-graph: init at 0.7.0, add maintainer rksm (#348297) b3dc0d06fdad buck2: Add shell completions (#354758) 9d2100929da8 rapidfuzz-cpp: 3.0.5 -> 3.1.1 (#351052) 3f334c14975e scopehal-apps: darwin support (#354815) f03a58a929b4 roboto-flex: init at 3.200 (#353851) 5c1e2db52711 libnvme: 1.10 -> 1.11 (#352703) f94a3e0cd12e nix-unit: 2.24.0 -> 2.24.1 628110078b5c libdatachannel: 0.21.2 -> 0.22.2 (#350821) db0b0737bfdc obs-studio-plugins.obs-hyperion: patch stateChanged deprecation (#349326) b3c4badad7e2 roboto-flex: init at 3.200 5812399690b8 gcsfuse: 2.4.0 -> 2.5.1 (#351360) 771d3917283d azure-storage-azcopy: 10.26.0 -> 10.27.0 (#352775) a8489059c4eb signal-desktop: remove stdenv.cc.cc from runtimeDeps (#354924) f475d7505046 python3Packages.pywebview: build fix for tests (#353833) 5b27ef3c5495 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 (#354896) a0c28de3e7d7 phonemizer: fix build (#354946) 802cb21f2a2a python3Packages.us: switch to pyproject (#354950) 99ad7da9e313 nixosTests.frr: fix node.router.config warning (#354710) a44589e11da3 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) cb9613de4c67 python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) bc1a933e128d evcc: 0.131.4 -> 0.131.5 (#355083) 20ee59317101 nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 503b5b4c8cba rime-zhwiki: init at 20240909 (#354931) dac96aac49af nixos/frigate: Set SyslogIdentifier for better log entries 871087c18d34 nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 8c164faef4d4 nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 8209b0d9b9b0 netclient: 0.25.0 -> 0.26.0 (#354525) 96115f656695 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 6b5935539883 texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963) 32e064f48c2b evcc: 0.131.4 -> 0.131.5 1593115346ba piano-rs: init at 0.2.0 (#336405) a67e90c4928a wibo: 0.4.2 -> 0.6.14 (#291723) 5b74eb9b909e scopehal-apps: darwin support 71734a22978f pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) ab58dcfaf4c5 maintainers/README: add guidelines for committers (#351744) 95855a90f9d0 aquamarine: 0.4.3 -> 0.4.4 (#355030) 34ed0c9cc1bb scarab: Apply scaling factor in Wayland (#348427) ae725bafb39b python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) eba346ebfead teamspeak3: modernise (#354161) 673033d742b2 yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 8f0c9853d549 pypy3Packages.home-assistant-chip-clusters: fix the eval e80622178221 niri: 0.1.9 -> 0.1.10 8aed22ecd71e quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 0198cfb7673a hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 f3f9fcf93c8d hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 cbc60c36101f hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 d9e2143b3e56 hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 9739ac3afe95 hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 7804dcce6c5b hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 7c6c04825999 hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 e2b798c525ac hyprlandPlugins.hy3: 0.44.0 -> 0.45.0 e575fc8ffa4b hyprland: 44.1 -> 45.0 (#354900) 62d3c4fb592b netsurf.browser: fix darwin builds 0ef26b5dd615 Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) a6f2dfc2572d pylyzer: 0.0.69 -> 0.0.70 (#354954) 91333a0e6dcd team-list: establish java team (#352938) 6b0d4d7f4e8e aquamarine: 0.4.3 -> 0.4.4 3024a6807634 python3Packages.subliminal: mark as not broken (#353672) fa1ebbeeff0a python312Packages.wordcloud: 1.9.3 -> 1.9.4 4fee2cde561f brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 44bbe5ddad08 nixos/{boinc,guix}: Use exec to start the payload binary of the service (#297526) 9bd781e73301 linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1 3b3ea3ac4b03 linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1 d9b6a745b265 linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1 c367b19a22b7 linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1 fc9089929ad5 linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1 edb9a963e6ea linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1 8db0ec767e6d home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2544da75c5bf home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 799b1af3b445 cfn-nag: fix gemfile so that binaries are generated (#353735) 8339db676638 home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 9e1f7a1fc712 libvirt: 10.5.0 -> 10.9.0 (#353684) 6977c6b6c48e piano-rs: init at 0.2.0 e4c62c1fc494 pylyzer: 0.0.69 -> 0.0.70 fd214590b6ac rime-zhwiki: init at 20240909 f5f87e7240f5 dashy-ui: init at 3.1.1-unstable-2024-07-14 (#349149) 08e65e669ae3 python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 608a4a6e7042 libsForQt5.accounts-qml-module,lomiri.*: Enable qdoc docs (#352601) f4a76ebd1330 waylock: 1.2.1 -> 1.3.0 (#354685) 6eafb43ca667 python312Packages.androidtv: 0.0.74 -> 0.0.75 (#354948) 926dbc8e1c6a jasp-desktop: add patch to fix crash when using qt 6.8 (#352505) 60190159408f gfn-electron: init at 2.1.2 9a333460f50c Merge: postgresql: improve passthru.tests (#352966) 0598c612417e python312Packages.bsdiff4: 1.2.4 -> 1.2.5 (#352452) d40ed47baac0 python312Packages.pyftgl: fix build on darwin; fix source; refactor and modenize (#354973) d77a2129f3e2 zed-editor: make node-based built-in LSPs work on NixOS (#354063) 4e73fc3d5304 release: block on `aarch64` on `*-darwin` channels (#262038) 37c3c1a32edf python312Packages.morecantile: 5.4.2 -> 6.0.0 (#349069) 43544b405735 containerlab: 0.58.0 -> 0.59.0 (#353113) 3e9874330416 regripper: update-2023-07-23 -> 0-unstable-2024-11-02 (#353377) 88b78b3d1881 gtree: 1.10.11 -> 1.10.12 (#354521) 83d30478782d python312Packages.kornia: 0.7.3 -> 0.7.4 (#354350) 93472981d1ff nest-cli: 10.4.5 -> 10.4.7 (#354452) 886b26bad3d5 vassal: 3.7.14 -> 3.7.15 (#354462) b1d782c6fbb9 kube-state-metrics: 2.13.0 -> 2.14.0 (#354503) 3e3d0f2c68cf openlibm: 0.8.3 -> 0.8.4 (#354964) 38ed0b172a2e compose2nix: 0.2.3 -> 0.3.1 (#354858) c8af02ff2edb kine: 0.13.2 -> 0.13.3 (#354916) 3a92760aa3f9 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 (#354775) b6077e3f6067 python312Packages.dinghy: 1.3.2 -> 1.3.3 (#354801) 84db55f55e00 erg: 0.6.45 -> 0.6.47 (#354818) d932f3609c38 python312Packages.xml2rfc: 3.23.2 -> 3.24.0 (#354827) cb0631fce111 dotenvx: 1.14.2 -> 1.22.0 (#354838) 1c7bb9a36ff7 jan: 0.5.6 -> 0.5.7 (#354845) 9dcf68f72882 pik: 0.9.0 -> 0.10.0 (#354901) 85a894514e94 dbmate: 2.21.0 -> 2.22.0 (#354985) 77c379fc15b1 maintainers/README: add guidelines for committers aebe24954483 ox: 0.6.7 -> 0.6.10 (#354280) 2b05865a6fa6 glfw3: added vulkan support (#354761) 72d2fc0fe01c python312Packages.polars: 1.7.1 -> 1.12.0 (#354656) 57fa23936966 python3Packages.globus-sdk: fix test 4b239e8fff18 python3Packages.globus-sdk: add bot-wxt1221 as maintainers 2b76729d1341 python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881) 3bfe9c23d14e clickhouse-backup: 2.6.2 -> 2.6.3 (#354882) 67e295df4455 python312Packages.chess: 1.11.0 -> 1.11.1 (#354892) 123c88831bff komga: 1.14.0 -> 1.14.1 (#354826) 57fb3a800a9a xml2rfc: 3.23.2 -> 3.24.0 (#354829) c9ba25afb896 go-mockery: 2.46.0 -> 2.46.3 (#354844) 9d40f67872f2 octoprint: 1.10.2 -> 1.10.3 (#354848) 1d2941554a10 dbmate: 2.21.0 -> 2.22.0 45f61aa9a947 python312Packages.stravalib: 2.0 → 2.1 (#354851) e01ca8d232a0 wit-bindgen: 0.33.0 -> 0.34.0 (#354853) 090349a58995 nwg-drawer: 0.5.0 -> 0.5.2 (#354856) a7fcea08bca8 miriway: 24.09 -> 24.10.1 8025d6d17bcd typos: 1.26.0 -> 1.27.3 da9757048d7d buck2: Use stdenvNoCC 982ff0b08e25 buck2: Install completions for bash and zsh 8213a8a557f8 surreal-engine: init at 0-unstable-2024-11-08 (#337069) 6d4ddefd7161 positron-bin: fix darwin not unpacking the dmg (#354846) 494908f0fe86 python312Packages.localstack: fix build and refactor 54394a0c0b71 python312Packages.localstack-ext: fix build and refactor 5b916fd89714 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` (#353832) 822590d06248 python3Packages.protobuf4: disable tests that fail on 32bit e9c53bdf9a56 nixos/localsend: add package option & allow udp port (#333485) da404cffefb6 vgmtrans: init at 1.2, libbassmidi: init at 2.4.15.3 (#321129) 551bd11c42de python312Packages.pyftgl: refactor and modenize beceecb51336 python312Packages.pyftgl: fix source 8618fe6f96b9 python312Packages.pyftgl: fix build on darwin 9828bad63a49 completely: 0.5.2 -> 0.6.3 8f8f60bee8e5 cvise: 2.10.0 -> 2.11.0 66c47da4338c prettypst: unstable-2023-12-06 -> unstable-2024-10-20 88b620a72b65 completely: move to by-name 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306) 6cd1dd3dc5e6 vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 (#335742) f7911fc460e9 vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 (#342514) f69f13279107 vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 (#350464) e065e550b153 python3Packages.us: add bot-wxt1221 as maintainers ef21cc74e2f1 python3Packages.us: switch to pyproject 925510d32cab vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 (#353989) dbb60b6319f3 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 (#354447) f696e0dc331c crates-tui: init at 0.1.20 (#354307) 46bbcb7efef5 vgmtrans: init at 1.2 07ca74e13487 teamviewer: add services.teamviewer.package Option + misc improvemens (#346365) fc94ad90fb0e phonemizer: add bot-wxt1221 as maintainers 42be8c49fb89 phonemizer: fix build 1531e7712628 typos-lsp: 0.1.27 -> 0.1.30 (#354872) e19b3c8cd386 python312Packages.netifaces2: init at 0.0.22 (#354736) fc1d56201e17 openlibm: 0.8.3 -> 0.8.4 b306e97ffe30 Libreoffice updates (#354456) 62fa59a63947 doc: revise Darwin SDK documentation (#353439) 29ba5b9a2985 xcodes: 1.5.0 -> 1.6.0, move to `by name`, `with lib;` cleanup, RFC format (#354932) eee079f7e129 xcodes: nix-rfc-format b45f61402b8a xcodes: with lib; cleanup 7531c8e01dc8 xcodes: 1.5.0 -> 1.6.0 3912015f1d0d python312Packages.androidtv: 0.0.74 -> 0.0.75 d420f2c9502f maintainers: add llakala (#354625) 757189b3e6b0 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 (#354817) 214d9423dca6 python312Packages.langgraph: Use correct test directory (#354345) 647624dca6a1 wine-discord-ipc-bridge: unstable-2023-08-09 -> 0.0.3 (#353900) 4c78072d2f27 python312Packages.guidata: 3.6.3 -> 3.7.1 (#354168) 3efeb317473e git-warp-time: init at 0.8.4 (#354046) 35305f29a7e3 xar: fix Linux build on staging-next (#352507) 01ddc69668f5 obsidian: remove white background from icons 903f42960df7 fishPlugins.*: fix versions (#354729) b0b3a70891e6 buildFHSEnv: use LOCALE_ARCHIVE from environment if present (#354899) c188d417cf07 python312Packages.soco: 0.30.5 -> 0.30.6 d3cba66b117d python312Packages.millheater: 0.11.8 -> 0.12.0 (#354797) 4af121e6ac0f ov: 0.36.0 -> 0.37.0 (#354807) 96e67743abd9 ox: switch to the new darwin sdk pattern 992c80c02e1f ox: 0.6.7 -> 0.6.10 757df4a1b42e xcodes: move to by-name ae21c33fafab python312Packages.debugpy: 1.8.7 -> 1.8.8 1bd58487d015 python312Packages.scikit-rf: 1.3.0 -> 1.4.1 343b0a222530 adolc: modernize; fix clang build (#354642) 27235e1e6da6 python312Packages.google-generativeai: 0.8.2 -> 0.8.3 1e6362fe068f python312Packages.google-ai-generativelanguage: 0.6.10 -> 0.6.12 9d3096074f3e vale: 3.8.0 -> 3.9.0 (#354444) 9e960c976873 python312Packages.google-cloud-bigquery-logging: 1.4.5 -> 1.5.0 16107665062c dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt (#350053) b3765ba04029 d2: 0.6.7 -> 0.6.8 (#354459) 012a679db0f8 python312Packages.stripe: 11.1.0 -> 11.2.0 (#354852) 6ffb12c9f9c3 kine: 0.13.2 -> 0.13.3 27a103786c88 doc/hooks/aws-c-common: init (#351394) 660022ee302b newlib: enable parallel build (#354520) acf406372cf8 linux_xanmod, linux_xanmod_latest: 2024-11-08 (#354617) ab244d13144a python312Packages.aiogram: update disabled bb00b359cce7 ggshield: 1.32.2 -> 1.33.0 b39ea623743c python312Packages.tencentcloud-sdk-python: 3.0.1262 -> 3.0.1263 4c4420b29b66 python312Packages.pyswitchbot: add pytest-asyncio b1d0a1aafff5 python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 465eab85d222 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0, python312Packages.lacuscore: 1.11.3 -> 1.12.0 (#353963) 85c8b5ba7879 esphome: 2024.10.2 -> 2024.10.3 (#354880) c00d32f28515 beszel: init at 0.6.2 (#345444) 652fd5119056 pik: 0.9.0 -> 0.10.0 a59e625bb474 buildFHSEnv: use LOCALE_ARCHIVE from environment if present f8a4abdc2ed1 python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 e20360e289da leo-editor: 6.8.1 -> 6.8.2 (#354519) eacbe35bf009 python312Packages.babelfont: 3.0.5 -> 3.0.6 (#354574) 72a790c6fc77 prusa-slicer, super-slicer, mediathekview: remove Moredread as mainta… (#354794) de131566b6e4 gh-dash: 4.7.0 -> 4.7.1 (#354813) 12fe26865622 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 (#354726) 176eb0a3d99e doc/hooks/aws-c-common: init 8df19efae58d kubelogin-oidc: 1.30.1 -> 1.31.0 (#353577) f0000fe56d08 lib/minver: bump to 2.3.17 (#354586) 09efcc6e4be9 libvirt-glib: relax max stack size limit f91d2228a0b7 pantheon.elementary-onboarding: 8.0.1 -> 8.0.2 74d1b07edbf2 htcondor: 23.10.1 -> 24.1.1 (#353342) 28f456e3131c GNOME updates 2024-11-05 (#353824) 59ed3fa2c48d scarab: Apply scaling factor in Wayland 0a0d12f6626d gtree: 1.10.11 -> 1.10.12 1a4eb8b7a96e libnvme: 1.10 -> 1.11 35110b71bd78 azure-storage-azcopy: 10.26.0 -> 10.27.0 464b1e80245f maintainers: add llakala d1444b4947b4 python312Packages.chess: 1.11.0 -> 1.11.1 08c2eb8e894e nest-cli: 10.4.5 -> 10.4.7 061f86ca2988 vassal: 3.7.14 -> 3.7.15 ca3eca77cd85 gcsfuse: mark as broken on darwin 64b28c617d26 gcsfuse: 2.4.0 -> 2.5.1 2ff82ba8deea libdatachannel: 0.21.2 -> 0.22.2 8ff9d62e81f6 yubioath-flutter: 7.1.0 -> 7.1.1 b49da1f76456 scarab: Remove unused inputs df10ec72acee mysql-shell: add libutil on darwin; refactor to new SDK pattern (#354735) b9c73c537391 python311Packages.tsfresh: fix build on darwin (#354667) ae7f0eebdb3b python311Packages.qutip: relax numpy build-time constraint, unbreak (#354592) 6e82927b9473 python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build dde8f5051682 bsc: remove axv2 when building on non x86 system (#354473) 55242bf389de hyprland: 44.1 -> 45.0 97a1ad0df003 tulip: fix build (#354236) b322800344d5 python312Packages.rapidfuzz: 3.10.0 -> 3.10.1 ff18a1b2578d rapidfuzz-cpp: 3.0.5 -> 3.1.1 0dc5bb1584a5 mesonlsp: 4.3.5 -> 4.3.7 (#345407) 7135b364b6e3 brave: 1.71.121 -> 1.71.123 301751f1c1bb brave: format with nixfmt-rfc-style d037904ba3ed brave: refactor package.nix to allow more architectures e3d50903923e hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 (#354793) b83eab78d7ec libvirt: increase timeout on darwin b5aaa1df2248 python312Packages.redis-om: 0.3.2 -> 0.3.3 (#354393) a96052fe5ffb virt-manager: disable testCLI0263virt_xml df6ffb01522b perlPackages.SysVirt: 10.2.0 -> 10.9.0 e6f77dadc335 python312Packages.libvirt: 10.5.0 -> 10.9.0 69119368fdc5 libvirt: 10.5.0 -> 10.9.0 ed887863a6d6 clickhouse-backup: 2.6.2 -> 2.6.3 06486aa31e8c python312Packages.aiogram: 3.13.1 → 3.14.0 7f76ced7336f nixos/dashy: init module 60bc80aa5cd7 dashy-ui: 3.1.1-unstable-2024-07-14 ec1f3c7390de wttrbar: 0.10.6 -> 0.11.0 (#354778) 372f9fa1b449 esphome: 2024.10.2 -> 2024.10.3 1546e0871c1d nomad_1_9: 1.9.0 -> 1.9.2 (#354300) 3cebba8819f4 spotify-player: 0.20.0 -> 0.20.1 3a83ddd0062b vimPlugins.neoconf-nvim: add dependencies (#354673) e6ffd9960ec9 python3Packages.{mirakuru,pgsanity}: fix builds (#354774) 8bee32d8bfa3 maintainers: add caperren 06be8564e527 immich: 1.119.1 -> 1.120.1 (#354083) 6648da3db4c4 darwin.openwith: remove apple_sdk.frameworks (#354766) bbdf7817f839 wibo: 0.4.2 -> 0.6.14 a329ca6aea6e immich: unvendor exiftool ee1cffa25c45 immich: 1.119.1 -> 1.120.1 d6899545c5bf typos-lsp: 0.1.27 -> 0.1.30 73e03e065ec8 luaPackages.toml-edit: 0.6.0 -> 0.6.1 2b3acacf0856 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor (#337284) d55bf75cb9fe python312Packages.uuid6: fix package version metadata (#354857) 5e5ec22c6f3d skia: unbreak darwin (#354557) c00cc16b63b0 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 (#354863) 93a01b05975a teamspeak3: drop 'arch' variable 2ad379b1c350 panoply: 5.5.4 -> 5.5.5 (#354771) 10a4498042d9 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 c48cd19fe52a python312Packages.uuid6: fix package version metadata 25628a6ed53a python3Packages.{consonance,yowsup}: fix build; refactor (#354690) 3bb8fc0f8844 compose2nix: 0.2.3 -> 0.3.1 e4ea814f0c8e teamspeak3: avoid `with lib;` 585c5ae3bcfa teamspeak3: remove NIX_REDIRECTS 4d98fc18e856 teamspeak3: rename from teamspeak_client 05eff5c687c1 python3Packages.torch: switch to apple-sdk_13 (#351778) e5017770eb89 teamspeak_client: run installer script without -x by default 2568cfa34889 teamspeak_client: install to opt/ subdirectory 3830a3dbf641 teamspeak_client: modernise installPhase 49a5c6431cb9 teamspeak_client: remove unnecessary dependencies 9db530c94c90 teamspeak_client: use autoPatchelfHook rather than manual patchelf cba4002e45b3 teamspeak_client: refactor libquazip patching 1a5940c3e8b3 teamspeak_client: use wrapQtAppsHook 56a739f756c9 teamspeak_client: make libredirect a regular runtimeDep 0f029a19c62b teamspeak_client: run phase hooks cdd40cb89c34 teamspeak_client: refactor QT deps c056c7dd7a11 teamspeak_client: use regular libcxx f3840380fd31 teamspeak_client: don't wrap with cc's libdir 168a80a4eaea nwg-drawer: 0.5.0 -> 0.5.2 e3893e5c3c76 python312Packages.python-axolotl-curve25519: fix build (#354706) 031786067bea slint-lsp: remove obsolete libXrandr input e70954dca60d alacritty: remove obsolete libXrandr input 3690e2cfea0d python312Packages.mypy-boto3-*: updates (#354714) 414bf9701593 python312Packages.chromadb: 0.5.17 -> 0.5.18 (#354715) ce51df0a5ba5 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 (#354716) cec3c09abdec cnspec: 11.28.1 -> 11.29.0 (#354722) 8bfbd4e1f8d3 python312Packages.cyclopts: 2.9.9 -> 3.0.0 (#354719) b003bd16857f wit-bindgen: 0.33.0 -> 0.34.0 32cd6d84d744 python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 (#354816) 63a139ae1c3c python312Packages.millheater: refactor bcbe1d7185f3 python311Packages.angr: 9.2.126 -> 9.2.127 (#354742) 92e125410c20 python312Packages.stripe: 11.1.0 -> 11.2.0 acc043c769ce python312Packages.stravalib: 2.0 → 2.1 43fa5ea2c9aa sketchybar-app-font: 2.0.25 -> 2.0.27 (#354779) 8540b13b1d20 josm: 19230 → 19253 (#354506) f8486a3f1d9c vscode-extensions.sourcery.sourcery: 1.23.0 -> 1.24.0 (#354612) d87258ad94bd python311Packages.pymc: fix hash (#354840) 13c119bf1a64 .github: Add a "Module requests" issue template (#342713) 2212fad7704e laravel: 5.8.3 -> 5.9.2 (#354696) ebc1473d52f3 octoprint: 1.10.2 -> 1.10.3 d429e8592fb8 python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180) da39eb7dd037 treewide: use dontCargo{Build,Check,Install} (#354024) 0120ed5ea9f1 ruffle: remove obsolete libXrandr input 77c0b0b54457 halloy: remove obsolete libXrandr input 68d10c6cc3bb cosmic-term: remove obsolete libXrandr input 86d824132693 cosmic-edit: remove obsolete libXrandr input f641f65b03b4 chiptrack: init at 0.3.1 (#320790) d91e9dd0faa5 cosmic-comp: remove obsolete libXrandr input a0bc021caebf coppwr: remove obsolete libXrandr input 2dcf8afc6007 aider-chat: add playwright version (#354796) 499926182ad1 positron-bin: fix darwin not unpacking the .dmg 3d3185b49655 proton-ge-bin: GE-Proton9-18 -> GE-Proton9-20 52c3ce5d48fe qownnotes: 24.9.8 -> 24.11.1 (#354770) 7cb44f20f6b3 zed-editor: make node-based built-in LSPs work on NixOS 658a8762ea0d jan: 0.5.6 -> 0.5.7 b2f43234a2c3 adolc: fix clang build 5186ad13f487 adolc: modernize c880f1f46bfe adolc: format f3cced0b682e python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831) a806a3b2e597 python311Packages.pymc: fix hash 9a695a958884 go-mockery: 2.46.0 -> 2.46.3 1cd03b9a6446 dotenvx: 1.14.2 -> 1.22.0 50cff47c417c bootterm: init at 0.5 (#352951) 0927ff824cde python3Packages.rioxarray: 0.17.0 -> 0.18.1 (#354630) e42a71a5de98 krabby: 0.2.0 -> 0.2.1 (#354812) df1e170e33c5 python312Packages.pyosmium: 4.0.1 -> 4.0.2 92c3f8cf92c0 wasmer: 5.0.0 -> 5.0.1 (#354116) 8ac37da4f6ed xml2rfc: 3.23.2 -> 3.24.0 7ecad5abbd99 maintainers: add therealgramdalf fe17e8dfaa6b python312Packages.xml2rfc: 3.23.2 -> 3.24.0 b323e1c5c4e2 komga: 1.14.0 -> 1.14.1 c04d7170e047 team-list: establish java team 8b2a02dc9de8 vscode-extensions.ms-windows-ai-studio.windows-ai-studio: init at 0.6.1 146c62ba33a4 vscode-extensions.ms-vscode-remote.vscode-remote-extensionpack: init at 0.26.0 5c44f6f77c96 nanoflann: 1.6.1 -> 1.6.2 (#354423) 21069db14d33 python312Packages.weblate-language-data: 2024.8 -> 2024.13 b71a8b49f59b live-server: 0.8.0 -> 0.9.0 (#354395) f5e91559fddc python312Packages.cmsdials: 1.3.0 -> 1.4.0 (#354397) 286db1ef230d wasmtime: 26.0.0 -> 26.0.1 (#354412) 939318029769 erg: 0.6.45 -> 0.6.47 45cef36e39b2 nixosTests.postgresql: run nixfmt 128244b59818 nixosTests.postgresql: use a common pattern throughout all tests 9035573855d9 nixosTests.postgresql: move all postgresql related nixosTests into one folder db2d6a00abe5 postgresqlPackages.anonymizer: make passthru.tests work with correct package 23c19a255fab postgresqlPackages.timescaledb: make passthru.tests work with correct package 6d7da20a9044 postgresqlPackages.tsja: make passthru.tests work with correct package a5c41ae80a2f postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package 0af934adf740 postgresqlPackages.pgjwt: make passthru.tests work with correct package ecffab1fdaf8 postgresqlPackages.postgis: move nixosTests.postgis into package aded718a9824 postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package 139c5466764b postgresql: add passthru.tests.postgresql-tls-client-cert f6c2de926290 postgresql: add passthru.tests.postgresql 319d82d5c218 nixosTests.postgresql-wal2json: avoid manual imports 65ef7381c8d7 nixosTests.postgresql-jit: avoid manual imports a1ae4377e090 nixosTests.postgresql-wal-receiver: avoid manual imports 75d51c588914 postgresqlVersions: init d3feaaebea18 nixosTests.pgjwt: fix test e2636cf342ea python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0 3bf6a063b3c7 Merge: postgresqlPackages: fix some builds on darwin (#354748) 059fc0f2dea1 gh-dash: 4.7.0 -> 4.7.1 8f55df5aa879 krabby: 0.2.0 -> 0.2.1 f11b5ff8a21a Merge: pg-dump-anon: use latest postgresql available (#354526) 0a7544a42300 python312Packages.anthropic: 0.35.0 -> 0.39.0 b01d3ee0239c python312Packages.polars: 1.9.0 -> 1.12.0 8f3dad550fd1 python312Packages.lacuscore: 1.11.3 -> 1.12.1 446aa3f0b262 python312Packages.playwrightcapture: 1.26.3 -> 1.27.0 635e9d2ebb5b sile: switch to the zstd based source 172cb3ef53e1 openpgp-card-tools: Add shell completions and man pages (#354287) 91e4660ed8fc git-warp-time: init at 0.8.4 d60f27f889da ov: 0.36.0 -> 0.37.0 b35c45a2c174 python312Packages.imap-tools: 1.7.3 -> 1.7.4 (#354754) 31aa6f6edf2b python312Packages.nice-go: 0.3.9 -> 0.3.10 (#354750) bba140c5a34b python312Packages.free-proxy: 1.1.2 -> 1.1.3 (#354539) c61adda6befd python312Packages.dinghy: 1.3.2 -> 1.3.3 6430e02e54ef cotp: 1.9.1 -> 1.9.2 (#354558) 9139ad63f22f granted: 0.36.0 -> 0.36.1 (#354572) 275614510a2c python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 (#354596) cff5cbc5a1d9 python312Packages.aiortm: 0.9.24 -> 0.9.25 (#354607) 043d2cb44863 python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613) 646347d50787 pulumi-bin: 3.137.0 -> 3.138.0 (#354618) 807e43e55923 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 (#353627) 02e3707a2cae python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 (#354713) d8a18ae783d8 python312Packages.mitogen: 0.3.16 -> 0.3.18 (#354717) b276bfa32bff python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720) df67f3f7b25a helix-gpt: 0.31.0 -> 0.34.0 (#354767) 7307a896451d home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 (#354787) 9559e9044e8a python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 (#354681) 45d7d8c8b3cd python312Packages.millheater: 0.11.8 -> 0.12.0 3061dbd29c06 ab-av1: 0.7.18 -> 0.7.19 (#354684) 3be1322ad99d python312Packages.objprint: 0.2.3 -> 0.3.0 (#354693) a8e970898daa ccls: 0.20240505 -> 0.20241108 (#354698) d5df6af63621 python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 (#354699) 2bac553f5a50 okteto: 3.0.0 -> 3.1.0 (#354702) d7a60669490e ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 (#354650) 011f48fb221a fluent-bit: 3.1.9 -> 3.1.10 (#354664) f8ba284376ec python312Packages.guidata: 3.7.0 -> 3.7.1 d9353697ca64 tile38: 1.33.3 -> 1.33.4 (#354674) 4f101cae7065 aider-chat: add playwright version 7953deea2419 keybase-gui: 6.2.4 -> 6.4.0 (#336886) 20e8995972d4 thunderbird: 128.4.0esr -> 128.4.2esr (#354213) 312ce1b65c40 hickory-dns: 0.25.0-alpha.2 -> 0.25.0-alpha.3 b89f8a710d16 prusa-slicer, super-slicer, mediathekview: remove Moredread as maintainer d2d4c4f350b9 restic: 0.17.2 -> 0.17.3 (#354582) 38a52bbfd430 restic: disable tests on non-linux c98b0cad092c home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 70ca880f3511 gnome-online-accounts: 3.52.0 → 3.52.1 247ee3b0379e mutter: 47.0 → 47.1 6b438be4d92a gvfs: 1.56.0 → 1.56.1 748ada2ba6e0 gnome-shell-extensions: 47.0 → 47.1 b3b9989a367d gnome-shell: 47.0 → 47.1 d45192210e86 gnome-remote-desktop: 47.0 → 47.1 ea1a562cb95a gnome-control-center: 47.0.1 → 47.1.1 9b6dabf3f2ff kubelogin-oidc: switch to recommended pattern for implicit attr defaults 4d089cffa925 kubelogin-oidc: 1.30.1 -> 1.31.0 f0bee68628ec robo: 5.0.0 -> 5.1.0 (#354707) 6fb6032d36ef roave-backward-compatibility-check: 8.9.0 -> 8.10.0 (#354705) 04f72b6930e8 ispc: 1.25.0 -> 1.25.3 (#354585) a4e298635f25 waylock: 1.2.1 -> 1.3.0 7fa514f53139 waylock: port update script to bash a9669e1be8c7 d2: 0.6.7 -> 0.6.8 a31f2a7b37f2 pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 8d9c4bfb9851 helix-gpt: 0.31 -> 0.34 2ef132b3585e gifski: 1.14.4 -> 1.32.0 (#346255) e02828f01cd1 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak (#354509) 7bb5dfe0e470 sketchybar-app-font: 2.0.25 -> 2.0.27 894ab7c90845 wttrbar: 0.10.6 -> 0.11.0 bc63a2f7c3c8 lapce: unbreak x86_64-darwin (#354566) dcdd61e5e5b2 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2… (#353112) 67fa71469a6b python3Packages.pgsanity: fix build e07f6a75653d python3Packages.mirakuru: fix build on darwin in sandbox 1b89b9a99d80 python3Packages.mirakuru: fix build on darwin 2515edf5369e qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 (#352723) 5f45ecf05c14 python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691) cf6a8c9b4b9f chore: update references to `nix-review` to `nixpkgs-review` bc5b75eb11b1 mysql80: 8.0.39 -> 8.0.40 (#350248) 9bcab985ab58 stardust-xr-kiara: 0-unstable-2024-07-07 -> 0-unstable-2024-07-13 ea5908112814 python3Packages.mirakuru: 2.5.2 -> 2.5.3 a2dc61cee92a panoply: 5.5.4 -> 5.5.5 9ba75eb753b5 mysql-shell-innovation: add libutil on darwin; refactor to new SDK pattern 194e35dd632a mysql-shell: add libutil on darwin; refactor to new SDK pattern 54953ef09a04 qownnotes: 24.9.8 -> 24.11.1 8091ea3f24bb Merge: postgresql_17: fix build (#354571) 274d5afbc552 python312Packages.githubkit: 0.11.11 -> 0.11.14 3b91a81423cd treewide: remove redundant patches and locks (#354215) c4f452f621f6 vimPlugins.neoconf-nvim: add dependencies c701c72b71f7 wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023) b11943b30173 nhost-cli: 1.24.5 -> 1.27.0 (#352589) 82f6fe5a5762 OWNERS: correct path after 1st by-name migration (#354753) 44800d7c800e .git-blame-ignore-revs: add 'treewide: migrate packages to pkgs/by-name, take 1' 7a56cc79c651 marwaita-red: 22 -> 22.2 (#354662) fa2cae8e77f8 treewide: migrate packages to pkgs/by-name, take 1 (#354531) 8f29f19bc162 mysql-shell: 8.4.1 -> 8.4.3, mysql-shell-innovation: 9.0.1 -> 9.1.0 (#349181) 8c2c5fa14d77 nixos/nzbget: add option to override package (#302204) f8bb0b875ad8 factorio: 2.0.14 -> 2.0.15 (#354040) ff0df8fe7aee php: 8.4.0RC3 -> 8.4.0RC4, 8.3.12 -> 8.3.13 (#354562) 751912c95af1 OWNERS: correct path after 1st by-name migration 648e59c8a3ce python312Packages.imap-tools: 1.7.3 -> 1.7.4 be978743512b Fix: use lib.mkPackageOption ba83a0dba006 Merge branch 'master' into patch-1 a96dce89d048 PR feedback: Replace pkg variable, move package statement 571c71e6f73a treewide: migrate packages to pkgs/by-name, take 1 b5f67acfbf3c nix-forecast: init at 0.1.0 (#354661) bfd5f3d9ffca glfw3: added vulkan support e98f8506648f python312Packages.nice-go: 0.3.9 -> 0.3.10 e79b71782a4c budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 4801d0c2a3a5 postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin b9cf08c8e5ec cargo-mobile2: 0.17.3 -> 0.17.4 (#354677) dde21924f83f vimPlugins.quarto-nvim: add dependencies (#354634) df20742283ba ombi: allow overriding package in module (#345814) a50d7295727e darwin.openwith: remove apple_sdk.frameworks 112d505ce4a2 clickhouse: fix compilation on aarch64-linux (#353983) 3fe7c149cbbb libreoffice: disable tests on Qt5 2be7c57b9325 python312Packages.ruff: 0.7.2 -> 0.7.3 (#354580) eeb4b7041961 nixos/hebbot: Fix systemd service (#354098) dde890851a3c python311Packages.angr: 9.2.126 -> 9.2.127 58e6cb8ad805 python312Packages.cle: 9.2.126 -> 9.2.127 7a83dade0a7d python312Packages.claripy: 9.2.126 -> 9.2.127 82870db16ad2 python312Packages.pyvex: 9.2.126 -> 9.2.127 1e20869209d8 python312Packages.ailment: 9.2.126 -> 9.2.127 5a5694d2ff97 python312Packages.archinfo: 9.2.126 -> 9.2.127 bf11ccc0e233 clouddrive2: 0.7.21 -> 0.8.3 (#354273) 951d196036af stardust-xr-magnetar: init at 0-unstable-2024-08-31 (#354623) 18f2cc30ef90 stardust-xr-gravity: init at 0-unstable-2024-08-20 (#354616) 90f890e79327 stardust-xr-atmosphere: init at 0-unstable-2024-08-22 (#354633) fd3e1541866a libreoffice-still: 24.2.5.2 -> 24.2.7.2 b60b7b6b05c1 libreoffice-fresh: 24.8.0.3 -> 24.8.2.1 dc31ff18ec84 stardust-xr-phobetor: init at 0-unstable-2024-02-10 (#354637) 996e9d64594d python311Packages.pysnow: fix deps and tests, unbreak (#354464) 5f8f11ff862b stardust-xr-protostar: init at 0-unstable-2024-07-19 (#354614) f3e2ba5038e9 stardust-xr-sphereland: init at 0-unstable-2023-11-06 (#354638) 99d3107b49fe stardust-xr-flatland: init at 0-unstable-2024-04-13 (#324395) 780275051aa2 stardust-xr-kiara: init at 0-unstable-2024-07-07 (#324404) ff09150750be basedpyright: 1.19.0 -> 1.21.0 (#354204) aff0cebe5ab3 fishPlugins.*: fix versions 8b4272426c92 python312Packages.magic-wormhole-transit-relay: 0.3.1 -> 0.4.0 54baabae77a7 ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 (#353042) 972dfa3efafc python312Packages.objprint: add changelog to meta ca6c07d985d5 cnspec: 11.28.1 -> 11.29.0 788591e73b39 python312Packages.cyclopts: 2.9.9 -> 3.0.0 b156e982136d .github: Add a "Module requests" issue template 1df32493a41c python312Packages.mypy-boto3-verifiedpermissions: 1.35.30 -> 1.35.55 25114110f49e python312Packages.mypy-boto3-synthetics: 1.35.18 -> 1.35.56 dd882eb62402 python312Packages.mypy-boto3-s3control: 1.35.12 -> 1.35.55 aede3250222f python312Packages.mypy-boto3-resource-explorer-2: 1.35.25 -> 1.35.56 ddb9a7fcd1d7 python312Packages.mypy-boto3-quicksight: 1.35.43 -> 1.35.56 6db171d873a5 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.43 -> 1.35.57 c548504474ae nzportable: init at 2.0.0-indev+20241012190425 47904c8dd760 python312Packages.mypy-boto3-lambda: 1.35.49 -> 1.35.57 1e7b5db19091 python312Packages.mypy-boto3-lakeformation: 1.35.0 -> 1.35.55 f04bedb8b097 python312Packages.mypy-boto3-guardduty: 1.35.39 -> 1.35.55 f696f2da0ac9 python312Packages.mypy-boto3-firehose: 1.35.0 -> 1.35.57 815da64d5641 python312Packages.mypy-boto3-eks: 1.35.45 -> 1.35.57 da42eb80266f python312Packages.mypy-boto3-codebuild: 1.35.49 -> 1.35.55 f283f98e923e python312Packages.mypy-boto3-cleanrooms: 1.35.51 -> 1.35.56 764ae6081bc7 python312Packages.mypy-boto3-chime-sdk-media-pipelines: 1.35.0 -> 1.35.57 df705189ee44 python312Packages.mypy-boto3-batch: 1.35.53 -> 1.35.57 a4a1020e7137 python312Packages.mypy-boto3-autoscaling: 1.35.53 -> 1.35.56 e770aff17974 python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 f396caa8d752 python312Packages.chromadb: 0.5.17 -> 0.5.18 2160918a0b90 python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 cb5a79de97b2 python312Packages.gehomesdk: 0.5.28 -> 0.5.29 ac3c8ae13d0a python312Packages.mitogen: 0.3.16 -> 0.3.18 b7c678532145 nix-update: 1.5.2 -> 1.6.0 (#354708) 1cc81439e761 nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config f93219dfa08f nixosTests.frr: format using nixfmt df11922a6da8 nix-update: 1.5.2 -> 1.6.0 63d9179dd4e9 python312Packages.python-axolotl-curve25519: refactor 533fffa449e4 python312Packages.python-axolotl-curve25519: fix build on darwin 45dd2b73eacf python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 7c69e10ceb1b okteto: 3.0.0 -> 3.1.0 83d18d4dc3ee python311Packages.yowsup: refactor c0ec6c8c3c3c python311Packages.yowsup: fix build a0f0aac19598 ccls: 0.20240505 -> 0.20241108 5abc7f27a20e python312Packages.objprint: 0.2.3 -> 0.3.0 1fa9b80b0afd release: block on `aarch64` on `*-darwin` channels ab7489d373ff python311Packages.consonance: refactor c76f00a4efe6 python311Packages.consonance: fix build f323f1ccfef7 nix-forecast: init at 0.1.0 bdfa0f011297 python3Packages.pywebview: build fix for tests 78b5698555d8 ab-av1: 0.7.18 -> 0.7.19 8dfa246bb10c python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 4c7aa6428fe9 cargo-mobile2: 0.17.3 -> 0.17.4 df3d7683fed1 tile38: 1.33.3 -> 1.33.4 4f0337923244 quarto: apply deno 2 compatibility patch 69cc148de30a quarto: 1.6.30 -> 1.6.33 39769f9fc86f python311Packages.tsfresh: fix build on darwin 80335810c8c6 wl-gammarelay-rs: 0.4.1 -> 1.0.0 cf772c1b5608 fluent-bit: 3.1.9 -> 3.1.10 3603e0d5ea48 marwaita-red: 22 -> 22.2 5a82dc34b00e nhost-cli: 1.24.5 -> 1.27.0 40641c90b547 python312Packages.polars: 1.7.1 -> 1.9.0 b5f7f510393d ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 a784f38df795 stardust-xr-sphereland: init at 0-unstable-2023-11-06 2c31f63228ab stardust-xr-phobetor: init at 0-unstable-2024-02-10 66bb24d74424 vimPlugins.quarto-nvim: add dependencies 02871d95ebeb mesonlsp: fix aarch64-darwin build, mark as broken on x86_64-darwin 2e2d6027352b stardust-xr-atmosphere: init at 0-unstable-2024-08-22 e9b1d2d5ac63 vimPlugins: sort properly a6fe798a015a pluginupdate.py: fix bugs and add improvements 8b503ec432ce pluginupdate.py: reformat with ruff d339f93f3225 bsc: remove axv2 when building on non x86 system 385eb6ae4dff python3Packages.rioxarray: 0.17.0 -> 0.18.1 5a1e1f65a908 stardust-xr-flatland: init at 0-unstable-2024-04-13 4b02cabbbe0c stardust-xr-protostar: init at 0-unstable-2024-07-19 839ecef9050e stardust-xr-gravity: init at 0-unstable-2024-08-20 c3fd31e2c4ad stardust-xr-magnetar: init at 0-unstable-2024-08-31 a90b34f9e76b keybase{-gui}: add myself as maintainer 265d9a2adb8b keybase-gui: add `NIXOS_OZONE_WL` support a024f81d841c keybase-gui: 6.2.4 -> 6.4.0 562758261fd4 pulumi-bin: 3.137.0 -> 3.138.0 71330f93ee9e linux_xanmod_latest: 6.11.6 -> 6.11.7 efa0718e7482 linux_xanmod: 6.6.59 -> 6.6.60 61220d768de8 python3Packages.torch: switch to apple-sdk_13 afbbb9aaeb0d python312Packages.aiortm: 0.9.24 -> 0.9.25 ac5aaaa7336f python312Packages.whenever: 0.6.10 -> 0.6.12 086bfa238585 lib/minver: bump to 2.3.17 a5b695b34b6b python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 c3afba78f24e python311Packages.qutip: relax numpy build-time constraint, unbreak 0a48b45c5af7 xar: fix Linux build on staging-next 1754ed842e2d ispc: 1.25.0 -> 1.25.3 b8e62002b5d3 python312Packages.msprime: relax numpy build-time constraint, unbreak 226843be6a9f python312Packages.pysnow: patch tests, unbreak b8b4cdc90390 doc: revise Darwin SDK documentation 5db8bf44deb0 openpgp-card-tools: Add shell completions and man pages 120103ec7cc9 restic: 0.17.2 -> 0.17.3 80458ba97944 stardust-xr-kiara: init at 0-unstable-2024-07-07 676db521744e postgresql_17: fix build b2945bc0a84f python312Packages.langgraph: Fix unit tests that were breaking Hydra c64c064437f5 python312Packages.babelfont: 3.0.5 -> 3.0.6 c26249be9a66 lapce: format with nixfmt-rfc-style 896db32853f5 lapce: unbreak x86_64-darwin 3e9c905d355a nomad_1_9: 1.9.0 -> 1.9.2 4a1393afe0f1 python312Packages.ruff: 0.7.2 -> 0.7.3 78705eaeb106 skia: unbreak darwin d1478e78c0ac postgresqlPackages.system_stats: fix build on darwin af11b38d2131 cotp: 1.9.1 -> 1.9.2 c78b55b3b684 protonvpn-gui: 4.6.0 -> 4.7.3 29d02718132f wasmtime: 26.0.0 -> 26.0.1 1af3b8486fb2 granted: 0.36.0 -> 0.36.1 1bb3362ddfb5 python312Packages.free-proxy: 1.1.2 -> 1.1.3 dd59f2cfe919 budgie-media-player-applet: 1.0.1 -> 1.1.1 0418996c9685 pg-dump-anon: use latest postgresql available 6ec5b8d597ba netclient: 0.25.0 -> 0.26.0 e600b8b00b33 newlib: enable parallel build 16518a3f3d4b factorio: 2.0.14 -> 2.0.15 6c2d6fa844bc leo-editor: 6.8.1 -> 6.8.2 84b68b839ac3 python312Packages.tskit: relax numpy build-time constraint, unbreak bd2ea530520b python312Packages.scikit-fmm: run checkPhase hooks, echo check command 1c418186cfd2 python312Packages.scikit-fmm: remove stale substituteInPlace, unbreak ee27c02106f3 kube-state-metrics: 2.13.0 -> 2.14.0 0465be1b8f0e python311Packages.pysnow: fix deps, unbreak eeb52b79d149 vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15 19595c35d78c crates-tui: init at 0.1.20 92647d759237 vale: 3.8.0 -> 3.9.0 44992762f0cc basedpyright: 1.19.0 -> 1.21.0 27c93e95f9a8 tulip: fix compilation by adding the `-fpermissive` flag A typecast from unsigned char* to char* in the source broke the build 987c737557b1 python312Packages.guidata: 3.6.3 -> 3.7.0 07d2ee58bae2 nanoflann: 1.6.1 -> 1.6.2 b74fdd238641 treewide: remove redundant patches and locks a588dee7465d python312Packages.cmsdials: 1.3.0 -> 1.4.0 b75334c2f965 live-server: 0.8.0 -> 0.9.0 86fbc2f2d8c6 python312Packages.redis-om: 0.3.2 -> 0.3.3 00cc5342828c python312Packages.kornia: 0.7.3 -> 0.7.4 831c38e31987 python3Packages.fastcrc: init at 0.3.2 a01b23fa72ac cartridges: run meson checks 57f23ed8b1a8 cartridges: 2.9.3 -> 2.10.1 cea2eef9fa5d clouddrive2: 0.7.21 -> 0.8.3 b62797a3d7ed tulip: format using nixfmt fb358db1b51f thunderbird-128-unwrapped: 128.4.0esr -> 128.4.2esr d56656e48729 yosys: 0.46 -> 0.47 43d0f16226c8 pyton312Packages.arelle: 18.3 -> 2.30.25, unbreak, refactor 0e174ba654b7 python3Packages.proton-vpn-network-manager: 0.9.1 -> 0.9.4 f4485f7c41af python3Packages.proton-vpn-api-core: 0.35.5 -> 0.36.4 074f93408e5a proton-vpn-local-agent: 0-unstable-2024-10-10 -> 1.0.0 da0bfe800600 signal-desktop: remove stdenv.cc.cc from runtimeDeps de8c3feb7fbf wasmer: 5.0.0 -> 5.0.1 16970e3252d0 nixos/hebbot: Fix systemd service 9e1b88a44350 libbassmidi: init at 2.4.15.3 05ac36fa30a3 treewide: use dontCargo{Build,Check,Install} 3e646301a07e smartcat: 1.7.1 -> 2.1.0 9609ea875774 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15 975f4c45ae5c beszel: init at 0.6.2 887a74fd5784 clickhouse: fix compilation on aarch64-linux 3f2bbfd68b79 nixos/openvpn3: add `/etc/openvpn3/configs` to `systemd.tmpfiles` 9642cf41060a cfn-nag: added mathstlouis to maintainers abcf5fb9b943 maintainer-list: added mathstlouis c771f151f8bf cfn-nag: added meta.mainProgram ff17208a821a cfn-nag: fix gemfile so that binaries are generated dd086ca40200 msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 4b13779f3321 python3Packages.subliminal: mark as not broken 9b7877aa1fc7 kubectl-graph: init at 0.7.0 aebe9a354b7b regripper: update-2023-07-23 -> 0-unstable-2024-11-02 db15554b6954 htcondor: 23.10.1 -> 24.1.1 d90f320eb26d bootterm: init at 0.5 45d7127c77df mesonlsp: 4.3.5 -> 4.3.7 1a774a95d219 python312Packages.wtforms: 3.1.2 -> 3.2.1 682d4d76aa8c containerlab: 0.58.0 -> 0.59.0 7abbb28c59b9 whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01 b9e3b9dbb22b ssh-tools: 1.8-unstable-2024-03-18 -> 1.9 4eceb5ba2fef maintainers: add deadbaed c952a4bfdbec vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2 d4e2d6e00c84 maintainers: add thtrf 1301e4f0b024 pyamlboot.tests: fix the eval 6030ff068ad7 gnuplot: fix build with `withTeXLive = true` b6cf7b27b7c0 qogir-kde: 0-unstable-2024-09-21 -> 0-unstable-2024-10-30 4d8081767bc5 lomiri.lomiri-content-hub: nixfmt, modernise 4ce2e1df58ec lomiri.lomiri-download-manager: nixfmt, modernise 5cc3c54a6425 lomiri.lomiri-ui-toolkit: nixfmt, modernise ba59f61a725a lomiri.u1db-qt: Add meta.changelog 95c0233ed962 lomiri.lomiri-action-api: nixfmt, modernise bafb37491e96 libsForQt5.accounts-qml-module: Fix version b8c432b54a5a libsForQt5.accounts-qml-module: nixfmt, modernise 8a5f86237dba lomiri.lomiri-content-hub: Enable qdoc docs 03b310e94cbc lomiri.lomiri-indicator-network: Enable qdoc docs e0d5bd98ffbc lomiri.lomiri-download-manager: Enable qdoc docs d04843ce6096 lomiri.lomiri-ui-toolkit: Enable qdoc docs ac976c912dfb jasp-desktop: add patch to fix crash when using qt 6.8 8f74b6cdaf78 lomiri.lomiri-action-api: Enable qdoc docs eeea8d648db2 lomiri.u1db-qt: Enable qdoc docs 4442e5ac9161 libsForQt5.accounts-qml-module: Enable qdoc docs 9dd1f943ecd1 nixos/nextcloud-notify_push: fix defaultText rendering bed43b44613d nixos/hardware.nitrokey: update documentation 38ec993a582f nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules d43f004d1fe4 nitrokey-udev-rules: init at 1.0.0 8ffcca7fd0a0 maintainers: add robinkrahl 2280b9bf4a98 python312Packages.bsdiff4: 1.2.4 -> 1.2.5 9ce864871fdc python312Packages.rio-tiler: 6.7.0 → 7.0.1 1caf42170d5a vscode-extensions.continue.continue: 0.8.44 -> 0.8.54 d931f342a429 mysql80: 8.0.39 -> 8.0.40 07c81867c907 dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt c3ceedeac1ac obs-studio-plugins.obs-hyperion: patch stateChanged deprecation cbcee2460787 mysql-shell-innovation: 9.0.1 -> 9.1.0 c7a381c92a79 mysql-shell: 8.4.1 -> 8.4.3 933ccc51f4a5 maintainers: add rksm 1a48ff707293 python312Packages.morecantile: 5.4.2 -> 6.0.0 c02e155285ef vscode-extensions.esbenp.prettier-vscode: 10.4.0 -> 11.0.0 6e6fc7ca2658 nixos/acme: do not limit credentials functionality to DNS/S3 config 7467f7d59f13 nixos/roundcube: add example for `database.passwordFile` 04dbbd436515 teamviewer: introduce services.teamviewer.package option 2928912a7c74 teamviewer: remove "with lib;" 89ecd0313160 teamviewer: format file 5146c143bbf1 gifski: 1.14.4 -> 1.32.0 a44e0fe3dc9f pyton312Packages.sphinx-autodoc2: init at 0.5.0 0b097987fe34 nixos/localsend: allow udp port 9ac4777d98d0 nixos/localsend: add package option a3843a7ee564 chiptrack: init at 0.3.1 5d49d4cfa1a4 nixos/guix: use exec to start the payload binary 410ae87bf5e2 nixos/boinc: use exec to start the payload binary e8a9775a6167 nixos/nzbget: add option to override package git-subtree-dir: third_party/nixpkgs git-subtree-split: dc460ec76cbff0e66e269457d7b728432263166c
2024-11-16 15:43:04 +00:00
thtrf = {
email = "thtrf@proton.me";
github = "thtrf";
githubId = 82712122;
name = "thtrf";
};
Thunderbottom = {
email = "chinmaydpai@gmail.com";
github = "Thunderbottom";
githubId = 11243138;
name = "Chinmay D. Pai";
keys = [ { fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED"; } ];
};
thyol = {
name = "thyol";
email = "thyol@pm.me";
github = "thyol";
githubId = 81481634;
};
tiagolobocastro = {
email = "tiagolobocastro@gmail.com";
github = "tiagolobocastro";
githubId = 1618946;
name = "Tiago Castro";
};
tie = {
name = "Ivan Trubach";
email = "mr.trubach@icloud.com";
github = "tie";
githubId = 14792994;
};
tilcreator = {
name = "TilCreator";
email = "contact.nixos@tc-j.de";
matrix = "@tilcreator:matrix.org";
github = "TilCreator";
githubId = 18621411;
};
tillkruss = {
name = "Till Krüss";
email = "till@kruss.io";
github = "tillkruss";
githubId = 665029;
};
tilpner = {
name = "Till Höppner";
email = "nixpkgs@tilpner.com";
matrix = "@tilpner:tx0.co";
github = "tilpner";
githubId = 4322055;
};
timbertson = {
email = "tim@gfxmonk.net";
github = "timbertson";
githubId = 14172;
name = "Tim Cuthbertson";
};
timhae = {
email = "tim.haering@posteo.net";
githubId = 6264882;
github = "timhae";
name = "Tim Häring";
};
timma = {
email = "kunduru.it.iitb@gmail.com";
github = "ktrsoft";
githubId = 12712927;
name = "Timma";
};
timokau = {
email = "timokau@zoho.com";
github = "timokau";
githubId = 3799330;
name = "Timo Kaufmann";
};
timor = {
email = "timor.dd@googlemail.com";
github = "timor";
githubId = 174156;
name = "timor";
};
timput = {
email = "tim@timput.com";
github = "TimPut";
githubId = 2845239;
name = "Tim Put";
};
timschumi = {
email = "timschumi@gmx.de";
github = "timschumi";
githubId = 16820960;
name = "Tim Schumacher";
};
timstott = {
email = "stott.timothy@gmail.com";
github = "timstott";
githubId = 1334474;
name = "Timothy Stott";
};
tiramiseb = {
email = "sebastien@maccagnoni.eu";
github = "tiramiseb";
githubId = 1292007;
name = "Sébastien Maccagnoni";
};
tiredofit = {
email = "dave@tiredofit.ca";
github = "tiredofit";
githubId = 23528985;
name = "Dave Conroy";
matrix = "@dave:tiredofit.ca";
};
tirex = {
email = "szymon@kliniewski.pl";
name = "Szymon Kliniewski";
github = "NoneTirex";
githubId = 26038207;
};
tirimia = {
name = "Theodor-Alexandru Irimia";
github = "tirimia";
githubId = 11174371;
};
titaniumtown = {
email = "titaniumtown@proton.me";
name = "Simon Gardling";
github = "titaniumtown";
githubId = 11786225;
matrix = "@titaniumtown:envs.net";
keys = [ { fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D"; } ];
};
tjni = {
email = "43ngvg@masqt.com";
matrix = "@tni:matrix.org";
name = "Theodore Ni";
github = "tjni";
githubId = 3806110;
keys = [ { fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4"; } ];
};
tkerber = {
email = "tk@drwx.org";
github = "tkerber";
githubId = 5722198;
name = "Thomas Kerber";
keys = [ { fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B"; } ];
};
tljuniper = {
email = "tljuniper1@gmail.com";
github = "tljuniper";
githubId = 48209000;
name = "Anna Gillert";
};
tmarkovski = {
email = "tmarkovski@gmail.com";
github = "tmarkovski";
githubId = 1280118;
name = "Tomislav Markovski";
};
tmarkus = {
email = "tobias@markus-regensburg.de";
github = "hesiod";
githubId = 3159881;
name = "Tobias Markus";
};
tm-drtina = {
email = "tm.drtina@gmail.com";
github = "tm-drtina";
githubId = 26902865;
name = "Tomas Drtina";
};
tmountain = {
email = "tinymountain@gmail.com";
github = "tmountain";
githubId = 135297;
name = "Travis Whitton";
};
tmplt = {
email = "tmplt@dragons.rocks";
github = "tmplt";
githubId = 6118602;
name = "Viktor";
};
tnias = {
email = "phil@grmr.de";
matrix = "@tnias:stratum0.org";
github = "tnias";
githubId = 9853194;
name = "Philipp Bartsch";
};
toast = {
name = "Toast";
github = "toast003";
githubId = 39011842;
};
toastal = {
email = "toastal+nix@posteo.net";
matrix = "@toastal:mozilla.org";
github = "toastal";
githubId = 561087;
name = "toastal";
keys = [ { fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E"; } ];
};
toasteruwu = {
email = "Aki@ToasterUwU.com";
github = "ToasterUwU";
githubId = 43654377;
name = "Aki";
};
tobiasBora = {
email = "tobias.bora.list@gmail.com";
github = "tobiasBora";
githubId = 2164118;
name = "Tobias Bora";
};
tobifroe = {
email = "hi@froelich.dev";
github = "tobifroe";
githubId = 40638719;
name = "Tobias Frölich";
};
tobim = {
email = "nix@tobim.fastmail.fm";
github = "tobim";
githubId = 858790;
name = "Tobias Mayer";
};
tobz619 = {
email = "toloke@yahoo.co.uk";
github = "tobz619";
githubId = 93312805;
name = "Tobi Oloke";
};
tochiaha = {
email = "tochiahan@proton.me";
github = "Tochiaha";
githubId = 74688871;
name = "Tochukwu Ahanonu";
};
tomahna = {
email = "kevin.rauscher@tomahna.fr";
github = "Tomahna";
githubId = 8577941;
name = "Kevin Rauscher";
};
tomasajt = {
github = "TomaSajt";
githubId = 62384384;
matrix = "@tomasajt:matrix.org";
name = "TomaSajt";
keys = [ { fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1"; } ];
};
tomaskala = {
email = "public+nixpkgs@tomaskala.com";
github = "tomaskala";
githubId = 7727887;
name = "Tomas Kala";
};
tomberek = {
email = "tomberek@gmail.com";
matrix = "@tomberek:matrix.org";
github = "tomberek";
githubId = 178444;
name = "Thomas Bereknyei";
};
tomfitzhenry = {
email = "tom@tom-fitzhenry.me.uk";
github = "tomfitzhenry";
githubId = 61303;
name = "Tom Fitzhenry";
};
tomhoule = {
email = "secondary+nixpkgs@tomhoule.com";
github = "tomhoule";
githubId = 13155277;
name = "Tom Houle";
};
tomkoid = {
email = "tomaszierl@outlook.com";
name = "Tomkoid";
};
Tommimon = {
name = "Tommaso Montanari";
email = "sefymw7q8@mozmail.com";
github = "Tommimon";
githubId = 37435103;
};
tomodachi94 = {
email = "tomodachi94@protonmail.com";
matrix = "@tomodachi94:matrix.org";
github = "tomodachi94";
githubId = 68489118;
name = "Tomodachi94";
keys = [ { fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3"; } ];
};
tomsiewert = {
email = "tom@siewert.io";
matrix = "@tom:frickel.earth";
github = "tomsiewert";
githubId = 8794235;
name = "Tom Siewert";
};
tomsmeets = {
email = "tom.tsmeets@gmail.com";
github = "TomSmeets";
githubId = 6740669;
name = "Tom Smeets";
};
tonyshkurenko = {
email = "support@twingate.com";
github = "antonshkurenko";
githubId = 8597964;
name = "Anton Shkurenko";
};
toonn = {
email = "nixpkgs@toonn.io";
matrix = "@toonn:matrix.org";
github = "toonn";
githubId = 1486805;
name = "Toon Nolten";
};
tornax = {
email = "tornax@pm.me";
github = "TornaxO7";
githubId = 50843046;
name = "tornax";
};
toschmidt = {
email = "tobias.schmidt@in.tum.de";
github = "toschmidt";
githubId = 27586264;
name = "Tobias Schmidt";
};
totalchaos = {
email = "basil.keeler@outlook.com";
github = "totalchaos05";
githubId = 70387628;
name = "Basil Keeler";
};
totoroot = {
name = "Matthias Thym";
email = "git@thym.at";
github = "totoroot";
githubId = 39650930;
};
ToxicFrog = {
email = "toxicfrog@ancilla.ca";
github = "ToxicFrog";
githubId = 90456;
name = "Rebecca (Bex) Kelly";
};
tpw_rules = {
name = "Thomas Watson";
email = "twatson52@icloud.com";
matrix = "@tpw_rules:matrix.org";
github = "tpwrules";
githubId = 208010;
};
traverseda = {
email = "traverse.da@gmail.com";
github = "traverseda";
githubId = 2125828;
name = "Alex Davies";
};
travisbhartwell = {
email = "nafai@travishartwell.net";
github = "travisbhartwell";
githubId = 10110;
name = "Travis B. Hartwell";
};
traxys = {
email = "quentin+dev@familleboyer.net";
github = "traxys";
githubId = 5623227;
name = "Quentin Boyer";
};
TredwellGit = {
email = "tredwell@tutanota.com";
github = "TredwellGit";
githubId = 61860346;
name = "Tredwell";
};
treemo = {
email = "matthieu.chevrier@treemo.fr";
github = "treemo";
githubId = 207457;
name = "Matthieu Chevrier";
};
trepetti = {
email = "trepetti@cs.columbia.edu";
github = "trepetti";
githubId = 25440339;
name = "Tom Repetti";
};
trespaul = {
email = "paul@trespaul.com";
github = "trespaul";
githubId = 7453891;
name = "Paul Joubert";
};
trevdev = {
email = "trev@trevdev.ca";
matrix = "@trevdev:matrix.org";
github = "trev-dev";
githubId = 28788713;
name = "Trevor Richards";
};
trevorj = {
email = "nix@trevor.joynson.io";
github = "akatrevorjay";
githubId = 1312290;
name = "Trevor Joynson";
};
treyfortmuller = {
email = "treyunofficial@gmail.com";
github = "treyfortmuller";
githubId = 5715025;
name = "Trey Fortmuller";
};
tricktron = {
email = "tgagnaux@gmail.com";
github = "tricktron";
githubId = 16036882;
name = "Thibault Gagnaux";
};
tri-ler = {
github = "tri-ler";
githubId = 47867303;
email = "tylerh689@gmail.com";
name = "Tyler Hong";
};
trino = {
email = "muehlhans.hubert@ekodia.de";
github = "hmuehlhans";
githubId = 9870613;
name = "Hubert Mühlhans";
};
trishtzy = {
github = "trishtzy";
githubId = 5356506;
name = "Tricia Tan";
};
trobert = {
email = "thibaut.robert@gmail.com";
github = "trobert";
githubId = 504580;
name = "Thibaut Robert";
};
troydm = {
email = "d.geurkov@gmail.com";
github = "troydm";
githubId = 483735;
name = "Dmitry Geurkov";
};
truh = {
email = "jakob-nixos@truh.in";
github = "truh";
githubId = 1183303;
name = "Jakob Klepp";
};
trundle = {
name = "Andreas Stührk";
email = "andy@hammerhartes.de";
github = "Trundle";
githubId = 332418;
};
tsandrini = {
email = "tomas.sandrini@seznam.cz";
name = "Tomáš Sandrini";
github = "tsandrini";
githubId = 21975189;
};
tscholak = {
email = "torsten.scholak@googlemail.com";
github = "tscholak";
githubId = 1568873;
name = "Torsten Scholak";
};
tshaynik = {
email = "tshaynik@protonmail.com";
github = "tshaynik";
githubId = 15064765;
name = "tshaynik";
};
tsowell = {
email = "tom@ldtlb.com";
github = "tsowell";
githubId = 4044033;
name = "Thomas Sowell";
};
ttrei = {
email = "reinis.taukulis@gmail.com";
github = "ttrei";
githubId = 27609929;
name = "Reinis Taukulis";
};
ttuegel = {
email = "ttuegel@mailbox.org";
github = "ttuegel";
githubId = 563054;
name = "Thomas Tuegel";
};
tudbut = {
name = "Daniella Hennig";
email = "nixpkgs@mail.tudbut.de";
matrix = "@tudbut:matrix.tudbut.de";
github = "tudbut";
githubId = 48156391;
};
tu-maurice = {
email = "valentin.gehrke+nixpkgs@zom.bi";
github = "tu-maurice";
githubId = 16151097;
name = "Valentin Gehrke";
};
Tungsten842 = {
name = "Tungsten842";
email = "886724vf@anonaddy.me";
github = "Tungsten842";
githubId = 24614168;
};
turbomack = {
email = "marek.faj@gmail.com";
github = "turboMaCk";
githubId = 2130305;
name = "Marek Fajkus";
};
turion = {
email = "programming@manuelbaerenz.de";
github = "turion";
githubId = 303489;
name = "Manuel Bärenz";
};
tuxinaut = {
email = "trash4you@tuxinaut.de";
github = "tuxinaut";
githubId = 722482;
name = "Denny Schäfer";
keys = [ { fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270"; } ];
};
tv = {
email = "tv@krebsco.de";
github = "4z3";
githubId = 427872;
name = "Tomislav Viljetić";
};
tvestelind = {
email = "tomas.vestelind@fripost.org";
github = "tvestelind";
githubId = 699403;
name = "Tomas Vestelind";
};
tviti = {
email = "tviti@hawaii.edu";
github = "tviti";
githubId = 2251912;
name = "Taylor Viti";
};
tvorog = {
email = "marszaripov@gmail.com";
github = "TvoroG";
githubId = 1325161;
name = "Marsel Zaripov";
};
tweber = {
email = "tw+nixpkgs@360vier.de";
github = "thorstenweber83";
githubId = 9413924;
name = "Thorsten Weber";
};
twesterhout = {
name = "Tom Westerhout";
matrix = "@twesterhout:matrix.org";
github = "twesterhout";
githubId = 14264576;
};
twey = {
email = "twey@twey.co.uk";
github = "Twey";
githubId = 101639;
name = "James Twey Kay";
};
twhitehead = {
name = "Tyson Whitehead";
email = "twhitehead@gmail.com";
github = "twhitehead";
githubId = 787843;
keys = [ { fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802"; } ];
};
twitchy0 = {
email = "code@nitinpassa.com";
github = "twitchy0";
githubId = 131159000;
name = "Nitin Passa";
};
twz123 = {
name = "Tom Wieczorek";
email = "tom@bibbu.net";
github = "twz123";
githubId = 1215104;
keys = [ { fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831"; } ];
};
tyberius-prime = {
name = "Tyberius Prime";
github = "TyberiusPrime";
githubId = 1257580;
};
tylerjl = {
email = "tyler+nixpkgs@langlois.to";
github = "tylerjl";
githubId = 1733846;
matrix = "@ty:tjll.net";
name = "Tyler Langlois";
};
tylervick = {
email = "nix@tylervick.com";
github = "tylervick";
githubId = 1395852;
name = "Tyler Vick";
matrix = "@tylervick:matrix.org";
};
tymscar = {
email = "oscar@tymscar.com";
github = "tymscar";
githubId = 3742502;
name = "Oscar Molnar";
};
typetetris = {
email = "ericwolf42@mail.com";
github = "typetetris";
githubId = 1983821;
name = "Eric Wolf";
};
u2x1 = {
email = "u2x1@outlook.com";
github = "u2x1";
githubId = 30677291;
name = "u2x1";
};
uakci = {
name = "uakci";
email = "git@uakci.space";
github = "uakci";
githubId = 6961268;
};
uartman = {
name = "Anton Gusev";
email = "uartman@mail.ru";
github = "UARTman";
githubId = 21099202;
};
udono = {
email = "udono@virtual-things.biz";
github = "udono";
githubId = 347983;
name = "Udo Spallek";
};
ufUNnxagpM = {
github = "ufUNnxagpM";
githubId = 12422133;
name = "Chromo-residuum-opec";
};
uku3lig = {
name = "uku";
email = "hi@uku.moe";
matrix = "@uku:m.uku.moe";
github = "uku3lig";
githubId = 61147779;
};
ulrikstrid = {
email = "ulrik.strid@outlook.com";
github = "ulrikstrid";
githubId = 1607770;
name = "Ulrik Strid";
};
ulysseszhan = {
email = "ulysseszhan@gmail.com";
github = "UlyssesZh";
githubId = 26196187;
matrix = "@ulysseszhan:matrix.org";
name = "Ulysses Zhan";
};
umlx5h = {
github = "umlx5h";
githubId = 20206121;
name = "umlx5h";
};
uncenter = {
name = "uncenter";
email = "uncenter@uncenter.dev";
github = "uncenter";
githubId = 47499684;
};
unclamped = {
name = "Maru";
email = "clear6860@tutanota.com";
matrix = "@unhidden0174:matrix.org";
github = "unclamped";
githubId = 104658278;
keys = [ { fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E"; } ];
};
unclechu = {
name = "Viacheslav Lotsmanov";
email = "lotsmanov89@gmail.com";
github = "unclechu";
githubId = 799353;
keys = [ { fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335"; } ];
};
undefined-moe = {
name = "undefined";
email = "i@undefined.moe";
github = "undefined-moe";
githubId = 29992205;
keys = [ { fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52"; } ];
};
unhammer = {
email = "unhammer@fsfe.org";
github = "unhammer";
githubId = 56868;
name = "Kevin Brubeck Unhammer";
keys = [ { fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C"; } ];
};
uniquepointer = {
email = "uniquepointer@mailbox.org";
matrix = "@uniquepointer:matrix.org";
github = "uniquepointer";
githubId = 71751817;
name = "uniquepointer";
};
unode = {
email = "alves.rjc@gmail.com";
matrix = "@renato_alves:matrix.org";
github = "unode";
githubId = 122319;
name = "Renato Alves";
};
unrooted = {
name = "Konrad Klawikowski";
email = "konrad.root.klawikowski@gmail.com";
github = "unrooted";
githubId = 30440603;
};
unsolvedcypher = {
name = "Matthew M";
github = "UnsolvedCypher";
githubId = 3170853;
};
uralbash = {
email = "root@uralbash.ru";
github = "uralbash";
githubId = 619015;
name = "Svintsov Dmitry";
};
urandom = {
email = "colin@urandom.co.uk";
matrix = "@urandom0:matrix.org";
github = "urandom2";
githubId = 2526260;
keys = [ { fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236"; } ];
name = "Colin Arnott";
};
urbas = {
email = "matej.urbas@gmail.com";
github = "urbas";
githubId = 771193;
name = "Matej Urbas";
};
uri-canva = {
email = "uri@canva.com";
github = "uri-canva";
githubId = 33242106;
name = "Uri Baghin";
};
urlordjames = {
email = "urlordjames@gmail.com";
github = "urlordjames";
githubId = 32751441;
name = "urlordjames";
};
ursi = {
email = "masondeanm@aol.com";
github = "ursi";
githubId = 17836748;
name = "Mason Mackaman";
};
uskudnik = {
email = "urban.skudnik@gmail.com";
github = "uskudnik";
githubId = 120451;
name = "Urban Skudnik";
};
usrfriendly = {
name = "Arin Lares";
email = "arinlares@gmail.com";
github = "usrfriendly";
githubId = 2502060;
};
utdemir = {
email = "me@utdemir.com";
github = "utdemir";
githubId = 928084;
name = "Utku Demir";
};
uthar = {
email = "galkowskikasper@gmail.com";
github = "Uthar";
githubId = 15697697;
name = "Kasper Gałkowski";
};
utkarshgupta137 = {
email = "utkarshgupta137@gmail.com";
github = "utkarshgupta137";
githubId = 5155100;
name = "Utkarsh Gupta";
};
uvnikita = {
email = "uv.nikita@gmail.com";
github = "uvNikita";
githubId = 1084748;
name = "Nikita Uvarov";
};
uwap = {
email = "me@uwap.name";
github = "uwap";
githubId = 2212422;
name = "uwap";
};
V = {
name = "V";
email = "v@anomalous.eu";
github = "deviant";
githubId = 68829907;
};
vaci = {
email = "vaci@vaci.org";
github = "vaci";
githubId = 6882568;
name = "Vaci";
};
vaibhavsagar = {
email = "vaibhavsagar@gmail.com";
matrix = "@vaibhavsagar:matrix.org";
github = "vaibhavsagar";
githubId = 1525767;
name = "Vaibhav Sagar";
};
valebes = {
email = "valebes@gmail.com";
github = "valebes";
githubId = 10956211;
name = "Valerio Besozzi";
};
valeriangalliat = {
email = "val@codejam.info";
github = "valeriangalliat";
githubId = 3929133;
name = "Valérian Galliat";
};
valodim = {
email = "look@my.amazin.horse";
matrix = "@Valodim:stratum0.org";
github = "Valodim";
githubId = 27813;
name = "Vincent Breitmoser";
};
vamega = {
email = "github@madiathv.com";
github = "vamega";
githubId = 223408;
name = "Varun Madiath";
};
vancluever = {
email = "chrism@vancluevertech.com";
github = "vancluever";
githubId = 10704423;
name = "Chris Marchesi";
};
vandenoever = {
email = "jos@vandenoever.info";
github = "vandenoever";
githubId = 608417;
name = "Jos van den Oever";
};
vanilla = {
email = "osu_vanilla@126.com";
github = "VergeDX";
githubId = 25173827;
name = "Vanilla";
keys = [ { fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E"; } ];
};
vanschelven = {
email = "klaas@vanschelven.com";
github = "vanschelven";
githubId = 223833;
name = "Klaas van Schelven";
};
vanzef = {
email = "vanzef@gmail.com";
github = "vanzef";
githubId = 12428837;
name = "Ivan Solyankin";
};
varunpatro = {
email = "varun.kumar.patro@gmail.com";
github = "varunpatro";
githubId = 6943308;
name = "Varun Patro";
};
vasissualiyp = {
email = "vaspust@gmail.com";
github = "vasissualiyp";
githubId = 110242808;
name = "Vasilii Pustovoit";
};
vbgl = {
email = "Vincent.Laporte@gmail.com";
github = "vbgl";
githubId = 2612464;
name = "Vincent Laporte";
};
vbmithr = {
email = "vb@luminar.eu.org";
github = "vbmithr";
githubId = 797581;
name = "Vincent Bernardoff";
};
vbrandl = {
name = "Valentin Brandl";
email = "mail+nixpkgs@vbrandl.net";
github = "vbrandl";
githubId = 20639051;
};
vcanadi = {
email = "vito.canadi@gmail.com";
github = "vcanadi";
githubId = 8889722;
name = "Vitomir Čanadi";
};
vcele = {
email = "ejycebfx@duck.com";
github = "Vcele";
githubId = 101071881;
name = "Victor";
};
vcunat = {
name = "Vladimír Čunát";
# vcunat@gmail.com predominated in commits before 2019/03
email = "v@cunat.cz";
matrix = "@vcunat:matrix.org";
github = "vcunat";
githubId = 1785925;
keys = [ { fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA"; } ];
};
vdemeester = {
email = "vincent@sbr.pm";
github = "vdemeester";
githubId = 6508;
name = "Vincent Demeester";
};
vdot0x23 = {
name = "Victor Büttner";
email = "nix.victor@0x23.dk";
github = "vdot0x23";
githubId = 40716069;
};
vector1dev = {
name = "vector1dev";
matrix = "@vector1dev:vector1.dev";
github = "vector1dev";
githubId = 127302590;
};
vedantmgoyal9 = {
name = "Vedant Mohan Goyal";
matrix = "@vedantmgoyal:beeper.com";
github = "vedantmgoyal9";
githubId = 83997633;
};
veehaitch = {
name = "Vincent Haupert";
email = "mail@vincent-haupert.de";
github = "veehaitch";
githubId = 15069839;
keys = [ { fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742"; } ];
};
vel = {
email = "llathasa@outlook.com";
github = "q60";
githubId = 61933599;
name = "vel";
};
velovix = {
email = "xaviosx@gmail.com";
github = "velovix";
githubId = 2856634;
name = "Tyler Compton";
};
veprbl = {
email = "veprbl@gmail.com";
github = "veprbl";
githubId = 245573;
name = "Dmitry Kalinkin";
};
vglfr = {
email = "vf.velt@gmail.com";
github = "vglfr";
githubId = 20283252;
name = "vglfr";
};
vgskye = {
name = "Skye Green";
email = "me@skye.vg";
github = "vgskye";
githubId = 116078858;
keys = [ { fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8"; } ];
};
victormeriqui = {
name = "Victor Meriqui";
email = "victor.meriqui@ororatech.com";
github = "victormeriqui";
githubId = 1396008;
};
vidbina = {
email = "vid@bina.me";
github = "vidbina";
githubId = 335406;
name = "David Asabina";
};
vidister = {
email = "v@vidister.de";
github = "vidister";
githubId = 11413574;
name = "Fiona Weber";
};
vifino = {
email = "vifino@tty.sh";
github = "vifino";
githubId = 5837359;
name = "Adrian Pistol";
};
vikanezrimaya = {
email = "vika@fireburn.ru";
github = "vikanezrimaya";
githubId = 7953163;
name = "Vika Shleina";
keys = [ { fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D"; } ];
};
viktornordling = {
email = "antique_paler_0i@icloud.com";
github = "viktornordling";
githubId = 90482;
name = "Viktor Nordling";
};
vilsol = {
email = "me@vil.so";
github = "vilsol";
githubId = 1759390;
name = "Vilsol";
};
viluon = {
email = "nix@viluon.me";
github = "viluon";
githubId = 7235381;
name = "Ondřej Kvapil";
};
vincentbernat = {
email = "vincent@bernat.ch";
github = "vincentbernat";
githubId = 631446;
name = "Vincent Bernat";
keys = [ { fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9"; } ];
};
vinetos = {
name = "vinetos";
email = "vinetosdev@gmail.com";
github = "vinetos";
githubId = 10145351;
};
vinnymeller = {
email = "vinnymeller@proton.me";
github = "vinnymeller";
githubId = 19894025;
name = "Vinny Meller";
};
vinylen = {
email = "victor@viclab.se";
github = "vinylen";
githubId = 98466471;
name = "Victor Nilsson";
};
vinymeuh = {
email = "vinymeuh@gmail.com";
github = "vinymeuh";
githubId = 118959;
name = "VinyMeuh";
};
viperML = {
email = "ayatsfer@gmail.com";
github = "viperML";
githubId = 11395853;
name = "Fernando Ayats";
};
viraptor = {
email = "nix@viraptor.info";
github = "viraptor";
githubId = 188063;
name = "Stanisław Pitucha";
};
virchau13 = {
email = "virchau13@hexular.net";
github = "virchau13";
githubId = 16955157;
name = "Vir Chaudhury";
};
viric = {
email = "viric@viric.name";
github = "viric";
githubId = 66664;
name = "Lluís Batlle i Rossell";
};
virusdave = {
email = "dave.nicponski@gmail.com";
github = "virusdave";
githubId = 6148271;
name = "Dave Nicponski";
};
vizanto = {
email = "danny@prime.vc";
github = "vizanto";
githubId = 326263;
name = "Danny Wilson";
};
vizid = {
email = "vizid1337@gmail.com";
github = "ViZiD";
githubId = 7444430;
name = "Radik Islamov";
};
vklquevs = {
email = "vklquevs@gmail.com";
github = "vklquevs";
githubId = 1771234;
name = "vklquevs";
};
vlaci = {
email = "laszlo.vasko@outlook.com";
github = "vlaci";
githubId = 1771332;
name = "László Vaskó";
};
vlinkz = {
email = "vmfuentes64@gmail.com";
github = "vlinkz";
githubId = 20145996;
name = "Victor Fuentes";
};
vlstill = {
email = "xstill@fi.muni.cz";
github = "vlstill";
githubId = 4070422;
name = "Vladimír Štill";
};
vmandela = {
email = "venkat.mandela@gmail.com";
github = "vmandela";
githubId = 849772;
name = "Venkateswara Rao Mandela";
};
vmchale = {
email = "tmchale@wisc.edu";
github = "vmchale";
githubId = 13259982;
name = "Vanessa McHale";
};
vncsb = {
email = "viniciusbernardino1@hotmail.com";
github = "vncsb";
githubId = 19562240;
name = "Vinicius Bernardino";
keys = [ { fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA"; } ];
};
voidless = {
email = "julius.schmitt@yahoo.de";
github = "voidIess";
githubId = 45292658;
name = "Julius Schmitt";
};
vojta001 = {
email = "vojtech.kane@gmail.com";
github = "vojta001";
githubId = 7038383;
name = "Vojta Káně";
};
volfyd = {
email = "lb.nix@lisbethmail.com";
github = "volfyd";
githubId = 3578382;
name = "Leif Huhn";
};
volhovm = {
email = "volhovm.cs@gmail.com";
github = "volhovm";
githubId = 5604643;
name = "Mikhail Volkhov";
};
vonfry = {
email = "nixos@vonfry.name";
github = "Vonfry";
githubId = 3413119;
name = "Vonfry";
};
vonixxx = {
email = "vonixxx@tuta.io";
github = "vonixxx";
githubId = 144771550;
name = "Luca Uricariu";
};
voronind = {
email = "hi@voronind.com";
name = "Dmitry Voronin";
github = "voronind-com";
githubId = 22127600;
keys = [ { fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C"; } ];
};
votava = {
email = "votava@gmail.com";
github = "janvotava";
githubId = 367185;
name = "Jan Votava";
};
vpetersson = {
email = "vpetersson@screenly.io";
github = "vpetersson";
githubId = 357664;
name = "Viktor Petersson";
};
vpochapuis = {
email = "vincent.professional@chapuis.ovh";
github = "vpochapuis";
githubId = 75721408;
name = "Vincent Chapuis";
};
vq = {
email = "vq@erq.se";
github = "vq";
githubId = 230381;
name = "Daniel Nilsson";
};
vrifox = {
email = "vrifox@vrifox.cc";
github = "vrifox";
githubId = 109021367;
keys = [ { fingerprint = "413C 73F0 C5BD 6318 826A 42D9 D400 98E5 B60B 2197"; } ];
matrix = "@vri:cozy.town";
name = "Vri";
};
vrinek = {
email = "vrinek@hey.com";
github = "vrinek";
name = "Kostas Karachalios";
githubId = 81346;
};
vringar = {
email = "git@zabka.it";
github = "vringar";
name = "Stefan Zabka";
githubId = 13276717;
};
vrthra = {
email = "rahul@gopinath.org";
github = "vrthra";
githubId = 70410;
name = "Rahul Gopinath";
};
vsharathchandra = {
email = "chandrasharath.v@gmail.com";
github = "vsharathchandra";
githubId = 12689380;
name = "sharath chandra";
};
vskilet = {
email = "victor@sene.ovh";
github = "Vskilet";
githubId = 7677567;
name = "Victor SENE";
};
vtimofeenko = {
email = "nixpkgs.maintain@vtimofeenko.com";
github = "VTimofeenko";
githubId = 9886026;
name = "Vladimir Timofeenko";
};
vtuan10 = {
email = "mail@tuan-vo.de";
github = "vtuan10";
githubId = 16415673;
name = "Van Tuan Vo";
};
vuimuich = {
email = "vuimuich@quantentunnel.de";
github = "VuiMuich";
githubId = 4779365;
name = "Johannes Mayrhofer";
};
vyorkin = {
email = "vasiliy.yorkin@gmail.com";
github = "vyorkin";
githubId = 988849;
name = "Vasiliy Yorkin";
};
vyp = {
email = "elisp.vim@gmail.com";
github = "vyp";
githubId = 3889405;
name = "vyp";
};
wackbyte = {
name = "wackbyte";
email = "wackbyte@pm.me";
github = "wackbyte";
githubId = 29505620;
keys = [ { fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59"; } ];
};
waelwindows = {
email = "waelwindows9922@gmail.com";
github = "Waelwindows";
githubId = 5228243;
name = "waelwindows";
};
wahtique = {
name = "William Veal Phan";
email = "williamvphan@yahoo.fr";
github = "wahtique";
githubId = 55251330;
keys = [ { fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3"; } ];
};
waiting-for-dev = {
email = "marc@lamarciana.com";
github = "waiting-for-dev";
githubId = 52650;
name = "Marc Busqué";
};
wakira = {
name = "Sheng Wang";
email = "sheng@a64.work";
github = "wakira";
githubId = 2338339;
keys = [ { fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862"; } ];
};
wamirez = {
email = "wamirez@protonmail.com";
matrix = "@wamirez:matrix.org";
github = "wamirez";
githubId = 24505474;
name = "Daniel Ramirez";
};
wamserma = {
name = "Markus S. Wamser";
email = "github-dev@mail2013.wamser.eu";
github = "wamserma";
githubId = 60148;
};
water-sucks = {
email = "varun@snare.dev";
name = "Varun Narravula";
github = "water-sucks";
githubId = 68445574;
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
wattmto = {
email = "dev@wattmto.dev";
github = "wattmto";
githubId = 93639059;
name = "wattmto";
};
waynr = {
name = "Wayne Warren";
email = "wayne.warren.s@gmail.com";
github = "waynr";
githubId = 1441126;
};
wchresta = {
email = "wchresta.nix@chrummibei.ch";
github = "wchresta";
githubId = 34962284;
name = "wchresta";
};
wd15 = {
email = "daniel.wheeler2@gmail.com";
github = "wd15";
githubId = 1986844;
name = "Daniel Wheeler";
};
wdavidw = {
name = "David Worms";
email = "david@adaltas.com";
github = "wdavidw";
githubId = 46896;
};
weathercold = {
name = "Weathercold";
email = "weathercold.scr@proton.me";
matrix = "@weathercold:matrix.org";
github = "Weathercold";
githubId = 49368953;
keys = [ { fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC"; } ];
};
wegank = {
name = "Weijia Wang";
email = "contact@weijia.wang";
github = "wegank";
githubId = 9713184;
};
weitzj = {
name = "Jan Weitz";
email = "nixpkgs@janweitz.de";
github = "weitzj";
githubId = 829277;
};
welteki = {
email = "welteki@pm.me";
github = "welteki";
githubId = 16267532;
name = "Han Verstraete";
keys = [ { fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF"; } ];
};
wenngle = {
name = "Zeke Stephens";
email = "zekestephens@gmail.com";
github = "wenngle";
githubId = 63376671;
};
wentam = {
name = "Matt Egeler";
email = "wentam42@gmail.com";
github = "wentam";
githubId = 901583;
};
wentasah = {
name = "Michal Sojka";
email = "wsh@2x.cz";
github = "wentasah";
githubId = 140542;
};
wesleyjrz = {
email = "dev@wesleyjrz.com";
name = "Wesley V. Santos Jr.";
github = "wesleyjrz";
githubId = 60184588;
};
wesnel = {
name = "Wesley Nelson";
email = "wgn@wesnel.dev";
github = "wesnel";
githubId = 43357387;
keys = [ { fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0"; } ];
};
wexder = {
email = "wexder19@gmail.com";
github = "wexder";
githubId = 24979302;
name = "Vladimír Zahradník";
};
wfdewith = {
name = "Wim de With";
email = "wf@dewith.io";
github = "wfdewith";
githubId = 2306085;
};
wgunderwood = {
email = "wg.underwood13@gmail.com";
github = "WGUNDERWOOD";
githubId = 42812654;
name = "William Underwood";
};
wheelsandmetal = {
email = "jakob@schmutz.co.uk";
github = "wheelsandmetal";
githubId = 13031455;
name = "Jakob Schmutz";
};
WhiteBlackGoose = {
email = "wbg@angouri.org";
github = "WhiteBlackGoose";
githubId = 31178401;
name = "WhiteBlackGoose";
keys = [ { fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB"; } ];
};
whiteley = {
email = "mattwhiteley@gmail.com";
github = "whiteley";
githubId = 2215;
name = "Matt Whiteley";
};
WhittlesJr = {
email = "alex.joseph.whitt@gmail.com";
github = "WhittlesJr";
githubId = 19174984;
name = "Alex Whitt";
};
whonore = {
email = "wolfhonore@gmail.com";
github = "whonore";
githubId = 7121530;
name = "Wolf Honoré";
};
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
whtsht = {
email = "whiteshirt0079@gmail.com";
github = "whtsht";
githubId = 85547207;
name = "Hinata Toma";
};
wietsedv = {
email = "wietsedv@proton.me";
github = "wietsedv";
githubId = 13139101;
name = "Wietse de Vries";
};
wigust = {
name = "Oleg Pykhalov";
email = "go.wigust@gmail.com";
github = "wigust";
githubId = 7709598;
keys = [
{
# primary: "C955 CC5D C048 7FB1 7966 40A9 199A F6A3 67E9 4ABB"
fingerprint = "7238 7123 8EAC EB63 4548 5857 167F 8EA5 001A FA9C";
}
];
};
wildsebastian = {
name = "Sebastian Wild";
email = "sebastian@wild-siena.com";
github = "wildsebastian";
githubId = 1215623;
keys = [ { fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC"; } ];
};
wilhelmines = {
email = "mail@aesz.org";
matrix = "@wilhelmines:matrix.org";
name = "Ronja Schwarz";
github = "wilhelmines";
githubId = 71409721;
};
willbush = {
email = "git@willbush.dev";
matrix = "@willbush:matrix.org";
github = "willbush";
githubId = 2023546;
name = "Will Bush";
};
willcohen = {
github = "willcohen";
githubId = 5185341;
name = "Will Cohen";
};
williamvds = {
email = "nixpkgs@williamvds.me";
github = "williamvds";
githubId = 26379999;
name = "William Vigolo";
keys = [ { fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7"; } ];
};
willibutz = {
email = "willibutz@posteo.de";
github = "WilliButz";
githubId = 20464732;
name = "Willi Butz";
};
willswats = {
email = "williamstuwatson@gmail.com";
github = "willswats";
githubId = 86304139;
name = "William Watson";
};
wilsonehusin = {
name = "Wilson E. Husin";
email = "wilsonehusin@gmail.com";
github = "wilsonehusin";
githubId = 14004487;
};
winpat = {
email = "patrickwinter@posteo.ch";
github = "winpat";
githubId = 6016963;
name = "Patrick Winter";
};
winter = {
email = "nixos@winter.cafe";
github = "winterqt";
githubId = 78392041;
name = "Winter";
};
wintrmvte = {
name = "Jakub Lutczyn";
email = "kubalutczyn@gmail.com";
github = "wintrmvte";
githubId = 41823252;
};
wirew0rm = {
email = "alex@wirew0rm.de";
github = "wirew0rm";
githubId = 1202371;
name = "Alexander Krimm";
};
wishfort36 = {
github = "wishfort36";
githubId = 42300264;
name = "wishfort36";
};
witchof0x20 = {
name = "Jade";
email = "jade@witchof.space";
github = "witchof0x20";
githubId = 36118348;
keys = [ { fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE"; } ];
};
wizardlink = {
name = "wizardlink";
email = "contact@thewizard.link";
github = "wizardlink";
githubId = 26727907;
keys = [
{
fingerprint = "A1D3 A2B4 E14B D7C0 445B B749 A576 7B54 367C FBDF";
}
];
};
wizeman = {
email = "rcorreia@wizy.org";
github = "wizeman";
githubId = 168610;
name = "Ricardo M. Correia";
};
wkral = {
email = "william.kral@gmail.com";
github = "wkral";
githubId = 105114;
name = "William Kral";
};
wladmis = {
email = "dev@wladmis.org";
github = "wladmis";
githubId = 5000261;
name = "Wladmis";
};
wldhx = {
email = "wldhx+nixpkgs@wldhx.me";
github = "wldhx";
githubId = 15619766;
name = "wldhx";
};
w-lfchen = {
email = "w-lfchen@posteo.net";
github = "w-lfchen";
githubId = 115360611;
name = "Wölfchen";
};
wmertens = {
email = "Wout.Mertens@gmail.com";
github = "wmertens";
githubId = 54934;
name = "Wout Mertens";
};
wnklmnn = {
email = "pascal@wnklmnn.de";
github = "wnklmnn";
githubId = 9423014;
name = "Pascal Winkelmann";
};
woffs = {
email = "github@woffs.de";
github = "woffs";
githubId = 895853;
name = "Frank Doepper";
};
wohanley = {
email = "me@wohanley.com";
github = "wohanley";
githubId = 1322287;
name = "William O'Hanley";
};
woky = {
email = "pampu.andrei@pm.me";
github = "andreisergiu98";
githubId = 11740700;
name = "Andrei Pampu";
};
wolfgangwalther = {
name = "Wolfgang Walther";
email = "walther@technowledgy.de";
github = "wolfgangwalther";
githubId = 9132420;
keys = [ { fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1"; } ];
};
womfoo = {
email = "kranium@gikos.net";
github = "womfoo";
githubId = 1595132;
name = "Kranium Gikos Mendoza";
};
worldofpeace = {
email = "worldofpeace@protonmail.ch";
github = "worldofpeace";
githubId = 28888242;
name = "WORLDofPEACE";
};
WoutSwinkels = {
name = "Wout Swinkels";
email = "nixpkgs@woutswinkels.com";
github = "WoutSwinkels";
githubId = 113464111;
};
wozeparrot = {
email = "wozeparrot@gmail.com";
github = "wozeparrot";
githubId = 25372613;
name = "Woze Parrot";
};
wr0belj = {
name = "Jakub Wróbel";
email = "wrobel.jakub@protonmail.com";
github = "wr0belj";
githubId = 40501814;
};
wr7 = {
name = "wr7";
email = "d-wr7@outlook.com";
github = "wr7";
githubId = 53203261;
};
wraithm = {
name = "Matthew Wraith";
email = "wraithm@gmail.com";
github = "wraithm";
githubId = 1512913;
};
wrmilling = {
name = "Winston R. Milling";
email = "Winston@Milli.ng";
github = "wrmilling";
githubId = 6162814;
keys = [ { fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643"; } ];
};
wscott = {
email = "wsc9tt@gmail.com";
github = "wscott";
githubId = 31487;
name = "Wayne Scott";
};
wucke13 = {
email = "wucke13@gmail.com";
github = "wucke13";
githubId = 20400405;
name = "Wucke";
};
wulfsta = {
email = "wulfstawulfsta@gmail.com";
github = "Wulfsta";
githubId = 13378502;
name = "Wulfsta";
};
wunderbrick = {
name = "Andrew Phipps";
email = "lambdafuzz@tutanota.com";
github = "wunderbrick";
githubId = 52174714;
};
wuyoli = {
name = "wuyoli";
email = "wuyoli@tilde.team";
github = "wuyoli";
githubId = 104238274;
};
wykurz = {
email = "wykurz@gmail.com";
github = "wykurz";
githubId = 483465;
name = "Mateusz Wykurz";
};
wyndon = {
matrix = "@wyndon:envs.net";
github = "wyndon";
githubId = 72203260;
name = "wyndon";
};
wyvie = {
email = "elijahrum@gmail.com";
github = "alicerum";
githubId = 3992240;
name = "Elijah Rum";
};
x0ba = {
name = "x0ba";
email = "dax@omg.lol";
github = "x0ba";
githubId = 64868985;
};
x123 = {
name = "x123";
email = "nix@boxchop.city";
github = "x123";
githubId = 5481629;
};
x3ro = {
name = "^x3ro";
email = "nix@x3ro.dev";
github = "x3rAx";
githubId = 2268851;
};
xanderio = {
name = "Alexander Sieg";
email = "alex@xanderio.de";
github = "xanderio";
githubId = 6298052;
};
xaverdh = {
email = "hoe.dom@gmx.de";
github = "xaverdh";
githubId = 11050617;
name = "Dominik Xaver Hörl";
};
xavierzwirtz = {
email = "me@xavierzwirtz.com";
github = "xavierzwirtz";
githubId = 474343;
name = "Xavier Zwirtz";
};
XBagon = {
name = "XBagon";
email = "xbagon@outlook.de";
github = "XBagon";
githubId = 1523292;
};
xbreak = {
email = "xbreak@alphaware.se";
github = "xbreak";
githubId = 13489144;
name = "Calle Rosenquist";
};
xbz = {
email = "renatochavez7@gmail.com";
github = "Xbz-24";
githubId = 68678258;
name = "Renato German Chavez Chicoma";
};
xddxdd = {
email = "b980120@hotmail.com";
github = "xddxdd";
githubId = 5778879;
keys = [
{ fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22"; }
{ fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D"; }
];
name = "Yuhui Xu";
};
xdhampus = {
name = "Hampus";
github = "xdHampus";
githubId = 16954508;
};
xe = {
email = "me@christine.website";
matrix = "@withoutwithin:matrix.org";
github = "Xe";
githubId = 529003;
name = "Christine Dodrill";
};
xeals = {
email = "dev@xeal.me";
github = "xeals";
githubId = 21125058;
name = "xeals";
};
xeji = {
email = "xeji@cat3.de";
github = "xeji";
githubId = 36407913;
name = "Uli Baum";
};
xelden = {
email = "anpiz@protonmail.com";
github = "Xelden";
githubId = 117323435;
name = "Andrés Pico";
};
xfnw = {
email = "xfnw+nixos@riseup.net";
github = "xfnw";
githubId = 66233223;
name = "Owen";
};
xgroleau = {
email = "xgroleau@gmail.com";
github = "xgroleau";
githubId = 31734358;
name = "Xavier Groleau";
};
xgwq = {
name = "XGWQ";
email = "nixos.xgwq@xnee.net";
keys = [ { fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129"; } ];
matrix = "@xgwq:nerdberg.de";
github = "peterablehmann";
githubId = 36541313;
};
xinyangli = {
email = "lixinyang411@gmail.com";
matrix = "@me:xinyang.life";
github = "xinyangli";
githubId = 16359093;
name = "Xinyang Li";
};
xiorcale = {
email = "quentin.vaucher@pm.me";
github = "xiorcale";
githubId = 17534323;
name = "Quentin Vaucher";
};
xlambein = {
email = "xlambein@gmail.com";
github = "xlambein";
githubId = 5629059;
name = "Xavier Lambein";
};
xnaveira = {
email = "xnaveira@gmail.com";
github = "xnaveira";
githubId = 2534411;
name = "Xavier Naveira";
};
xnwdd = {
email = "nwdd+nixos@no.team";
github = "xNWDD";
githubId = 3028542;
name = "Guillermo NWDD";
};
xokdvium = {
email = "xokdvium@proton.me";
github = "xokdvium";
githubId = 145775305;
name = "Sergei Zimmerman";
};
xrelkd = {
github = "xrelkd";
githubId = 46590321;
name = "xrelkd";
};
xtrayambak = {
github = "xTrayambak";
githubId = 59499552;
name = "Trayambak Rai";
};
xurei = {
email = "olivier.bourdoux@gmail.com";
github = "xurei";
githubId = 621695;
name = "Olivier Bourdoux";
};
xvapx = {
email = "marti.serra.coscollano@gmail.com";
github = "xvapx";
githubId = 11824817;
name = "Marti Serra";
};
xworld21 = {
github = "xworld21";
githubId = 1962985;
name = "Vincenzo Mantova";
};
xyenon = {
name = "XYenon";
email = "i@xyenon.bid";
github = "XYenon";
githubId = 20698483;
};
xyven1 = {
name = "Xyven";
email = "nix@xyven.dev";
github = "xyven1";
githubId = 35360746;
};
xzfc = {
email = "xzfcpw@gmail.com";
github = "xzfc";
githubId = 5121426;
name = "Albert Safin";
};
y0no = {
email = "y0no@y0no.fr";
github = "y0no";
githubId = 2242427;
name = "Yoann Ono";
};
yah = {
email = "yah@singularpoint.cc";
github = "wangxiaoerYah";
githubId = 48443038;
name = "Yah";
};
yajo = {
email = "yajo.sk8@gmail.com";
github = "yajo";
githubId = 973709;
name = "Jairo Llopis";
};
yamashitax = {
email = "hello@yamashit.ax";
github = "yamashitax";
githubId = 99486674;
name = "";
};
yanganto = {
name = "Antonio Yang";
email = "yanganto@gmail.com";
github = "yanganto";
githubId = 10803111;
};
yannickulrich = {
email = "yannick.ulrich@proton.me";
github = "yannickulrich";
githubId = 749922;
name = "Yannick Ulrich";
};
yannip = {
email = "yPapandreou7@gmail.com";
github = "YanniPapandreou";
githubId = 15948162;
name = "Yanni Papandreou";
};
yarny = {
github = "Yarny0";
githubId = 41838844;
name = "Yarny";
};
yarr = {
email = "savraz@gmail.com";
github = "Eternity-Yarr";
githubId = 3705333;
name = "Dmitry V.";
};
yash-garg = {
email = "me@yashgarg.dev";
github = "yash-garg";
githubId = 33605526;
name = "Yash Garg";
};
yavko = {
name = "Yavor Kolev";
email = "yavornkolev@gmail.com";
matrix = "@yavor:nikolay.ems.host";
github = "yavko";
githubId = 15178513;
keys = [
{ fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857"; }
{ fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0"; }
];
};
yayayayaka = {
email = "github@uwu.is";
matrix = "@yaya:uwu.is";
github = "yayayayaka";
githubId = 73759599;
name = "Yaya";
};
yboettcher = {
name = "Yannik Böttcher";
github = "yboettcher";
githubId = 39460066;
email = "yannikboettcher@outlook.de";
};
ydlr = {
name = "ydlr";
email = "ydlr@ydlr.io";
github = "ydlr";
githubId = 58453832;
keys = [ { fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4"; } ];
};
yelite = {
name = "Lite Ye";
email = "yelite958@gmail.com";
github = "yelite";
githubId = 3517225;
};
YellowOnion = {
name = "Daniel Hill";
email = "daniel@gluo.nz";
github = "YellowOnion";
githubId = 364160;
matrix = "@woobilicious:matrix.org";
};
yesbox = {
email = "jesper.geertsen.jonsson@gmail.com";
github = "yesbox";
githubId = 4113027;
name = "Jesper Geertsen Jonsson";
};
yinfeng = {
email = "lin.yinfeng@outlook.com";
github = "linyinfeng";
githubId = 11229748;
name = "Lin Yinfeng";
};
yisraeldov = {
email = "lebow@lebowtech.com";
name = "Yisrael Dov Lebow";
github = "yisraeldov";
githubId = 138219;
matrix = "@yisraeldov:matrix.org";
};
yisuidenghua = {
email = "bileiner@gmail.com";
name = "Milena Yisui";
github = "YisuiDenghua";
githubId = 102890144;
};
yl3dy = {
email = "aleksandr.kiselyov@gmail.com";
github = "yl3dy";
githubId = 1311192;
name = "Alexander Kiselyov";
};
ylecornec = {
email = "yves.stan.lecornec@tweag.io";
github = "ylecornec";
githubId = 5978566;
name = "Yves-Stan Le Cornec";
};
ylh = {
email = "nixpkgs@ylh.io";
github = "ylh";
githubId = 9125590;
name = "Yestin L. Harrison";
};
ylwghst = {
email = "ylwghst@onionmail.info";
github = "ylwghst";
githubId = 26011724;
name = "Burim Augustin Berisa";
};
ymarkus = {
name = "Yannick Markus";
email = "nixpkgs@ymarkus.dev";
github = "ymarkus";
githubId = 62380378;
};
ymatsiuk = {
name = "Yurii Matsiuk";
github = "ymatsiuk";
githubId = 24990891;
keys = [ { fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA"; } ];
};
ymeister = {
name = "Yuri Meister";
github = "ymeister";
githubId = 47071325;
};
ymstnt = {
Squashed 'third_party/nixpkgs/' changes from dc460ec76cbf..23e89b7da85c 23e89b7da85c libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 (#356971) 25c50bc8c659 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 (#356990) 2a297fa72f3c libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 (#356991) 85bfd39c1ab8 libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 (#357117) 8a312b121e30 space-cadet-pinball: Improve packaging (#354555) 60b321b6a372 nixos/acme: make address families in systemd service less restrictive (#357124) 053cdd713e92 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#354541) 52f90d32ccc6 nix-init: fix build on x86_64-darwin (#356960) f0b4803c40e5 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 (#357213) 8e1497c07f69 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 (#357215) 9bb74ea73fe7 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 (#357212) 13c5fe952786 libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 (#357205) b542bd0eb050 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 (#357195) 600f57273a65 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 (#357125) 8050278069ed libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 (#357126) 55660602ac2f libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 (#357192) d5808aee19c0 handheld-daemon-ui: init at 3.2.3 (#305027) 026f90fd3a74 nezha: init at 0.20.13 (#352354) baf8a7e8ff96 libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 (#357121) 05083f23dad6 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 (#357116) 8af41bfdfd93 libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 (#357110) 465318b7c83e libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 (#357094) c20741268747 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 (#357114) f3737ad32251 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 (#357098) 57f76592a60b libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 (#357095) cc0ef7ad7759 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 (#357090) 66817285e938 retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 (#356911) be0d971b844a libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 (#357081) 3c2302487494 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 (#357079) 968995e3ceb9 libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 (#357078) eaeca4c7948f nixos/arp-scan: init, nixos/tcpdump: init (#356994) 46cc4292da55 libretro.mame2003-plus: unstable-2024-10-05 -> unstable-2024-11-19 d525336e769c openapi-generator-cli: 7.9.0 -> 7.10.0 (#357039) cfb20bcb4a55 Merge: mautrix-whatsapp: 0.11.0 -> 0.11.1 (#357087) ce34d65f0b52 luaPackages, vimPlugins: update on 2024-11-19 (#357154) 3521da588146 vimPlugins: add missing dependencies 3afde341d147 libretro.ppsspp: unstable-2024-10-03 -> unstable-2024-11-15 e054cac8419d cbconvert: 1.0.4 -> 1.1.0 (#354495) e848cf7d8322 libretro.smsplus-gx: unstable-2024-08-07 -> unstable-2024-10-21 8b230d41d2f2 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 (#354724) 3b9d957037e9 backblaze-b2: remove tomhoule as maintainer (#355736) da84ed3aad6a python312Packages.instructor: 1.6.3 -> 1.6.4 (#355961) 837d7d1f7d0c python312Packages.whatthepatch: 1.0.6 -> 1.0.7 (#356632) d2262eb850c8 python3Packages.term-image: fix build (#356680) b65c729551a7 pythonPackages.sphinx-multiversion: Fix homepage urls (#356225) 1456d7b9cab4 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 (#356188) dc1239e65db0 python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648) fe38cf004cea libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 (#356949) 970f39f8a304 libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 (#356929) 76a5e34e788c libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 (#356894) 0705964c881c nixStatic: mark as broken on darwin (#357185) 74012c66d41f libretro.handy: unstable-2024-06-28 -> unstable-2024-10-21 05d55345e6b9 python312Packages.x-transformers: init at 1.32.2 (#332726) 3c19b680f9bc icestudio: init at 0-unstable-2024-11-18 (#356775) 36aa068c28f0 legcord: 1.0.2 -> 1.0.4 (#357027) 55f94d9fdaaa python3Packages: Fix and document the removal of the local `.overrideAttrs` attribute (#350127) 6bd0af7a5558 python312Packages.kalshi-python: init at 2.0.0 (#352048) b0afbd864abe cynthion: init at 0.1.7 (#353392) 89069b15aab0 libretro.mame2003: unstable-2024-09-04 -> unstable-2024-11-10 55bba10a01e6 libretro.beetle-supergrafx: unstable-2024-09-06 -> unstable-2024-11-15 ab20acce1549 treewide: remove absolute path in desktop entry (#348601) 3239d863acb5 Merge: docs: remove old NixOS version references (#356684) 87e1d4996dbd python312Packages.pyro5: disable failing tests (#357013) c9580352be81 google-cloud-sdk: 494.0.0 -> 501.0.0 (#356927) 5c65b89442e7 nixos-rebuild: fix --file with --build-host (#351667) 9100366975cd nixos/network-interfaces-systemd: improve default ethernet network matching (#347283) 8960ca882abb vimPlugins.nvim-treesitter: update grammars 67a7b574bdc0 vimPlugins: update on 2024-11-19 3c37561119ff luaPackages: update on 2024-11-18 0731fc7f19ce emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 (#356003) a599ce82ddb6 nixos/networkd: warn about naively replacing IPForward (#356955) 768f628de772 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135) f818c4adb3c7 nomad_1_9: 1.9.2 -> 1.9.3 (#356568) d0607c01b329 protonvpn-gui: 4.7.3 -> 4.7.4; proton-vpn-api-core: 0.36.4 -> 0.36.6; proton-vpn-network-manager: 0.9.4 -> 0.9.7 (#356720) 93a8ad9422aa podman: 5.2.3 -> 5.3.0 (#356754) 73afc14eaa93 glab: 1.48.0 -> 1.49.0 (#356090) 6ad0ea8ec789 fastfetch: 2.29.0 -> 2.30.1 (#356939) c82e5ccbea66 zapzap: 5.3.1 -> 5.3.8 (#355795) b54b182bec38 magic-wormhole-rs: 0.7.1 -> 0.7.3 (#355891) 507d30e616f7 qpwgraph: 0.7.8 -> 0.7.9 (#355718) e6b4e397c5f8 adwsteamgtk: 0.6.11 -> 0.7.1 (#355703) af8279fe38a2 nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target 6b1bfa1508fd objfw: fetch from the original fossil instance; 1.2 -> 1.2.1 (#355278) 80426b216e12 libuv: disable some tests on FreeBSD (#356761) 0347a0b7bad3 libretro.beetle-saturn: unstable-2024-10-01 -> unstable-2024-10-21 d9bf91700e61 nixos/acme: make address families in systemd service less restrictive 5cda65923e85 libretro.vba-m: unstable-2024-06-28 -> unstable-2024-10-21 5f677709c99a libretro.gw: unstable-2024-06-28 -> unstable-2024-10-21 b0d941edb4ce dotnet: november 2024 upgrades and infrastructure changes (#355753) 9bb635916583 ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) e6b5e795bf24 kimai, nixos/kimai: init at 2.24.0 (#353187) 582603d702e9 mpvScripts.smart-copy-paste-2: init at 0-unstable-2023-11-25 (#311388) 9405feaad98e smart-copy-paste-2: init at 0-unstable-2023-11-25 ff377cce50a8 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 (#334694) ed15cbbff9b2 mpvScripts.mpv-subtitle-lines: init at 0-unstable-2024-05-19 52340241464d libretro.desmume: unstable-2024-01-11 -> unstable-2024-10-21 c5c832d89066 libretro.mesen-s: unstable-2022-07-25 -> unstable-2024-10-21 f7114a17d756 libretro.beetle-pce: unstable-2024-10-01 -> unstable-2024-11-15 96b329f8050d hspell: remove build perl from runtime closure (#263182) 5a87f75375ee libretro.beetle-pce-fast: unstable-2024-09-20 -> unstable-2024-11-15 4d8739af7e0c scikit-learn: remove unused environment variable in build script (#325522) a74d23ffb771 python3Packages.scikit-learn: Remove unused environment variable in build script 25c60ad28784 k3s: use nurl instead of nix-prefetch in update script (#356772) 67fe3c23261b nixos/geoclue2: add package option (#326882) 768c6ed059f0 nanoboyadvance: use cmake flag instead of patch for glad source (#343588) d63375c74fed stellarium: add passthru.updateScript (#346147) 782c1fad4a29 nix-update: 1.6.0 -> 1.7.0 (#357096) 5e1144c572a1 git-annex: work around corrupted store paths of dependencies 0acfb651f95f neovim-node-client: init at 5.3.0 (#317333) d3e77f36b9ad python312Packages.pytensor: 2.25.5 -> 2.26.0 (#355150) 4c6d20c64896 nix-update: 1.6.0 -> 1.7.0 952d277bb283 libretro.np2kai: unstable-2024-01-10 -> unstable-2024-11-03 76e882d4e71a deltachat-desktop: 1.46.8 -> 1.48.0 (#355575) 6867e4bb3206 libretro.stella: unstable-2024-10-04 -> unstable-2024-11-17 3901e0689b62 libretro.pcsx-rearmed: unstable-2024-10-06 -> unstable-2024-11-17 d73ebd246ddb pferd: 3.6.0 -> 3.7.0 (#356724) 16952bdb0c3f flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868) 6a5b07ae2f25 cardinal: use suffix instead of prefix in wrapProgram (#357036) 5f71753ce4f4 libretro.snes9x: unstable-2024-10-03 -> unstable-2024-10-28 1d87ec425fd0 lomiri.*: OTA-6 (#355289) 3c28956cd3db zsh-command-time: 2018-04-30 -> 2020-11-15 (#355065) 8a95027e71a3 mautrix-whatsapp: 0.11.0 -> 0.11.1 dca92821548e libresprite: 1.0 -> 1.1 (#356557) c209053473b3 sov: adopt and nixfmt-rfc-style (#342841) effbd27e77f6 swayimg: 3.4 -> 3.5; add nix-update-script; avoid `with lib;` (#356503) fbd0c0de6e5f wget: 1.24.5 -> 1.25.0 (#355837) d05bd77a7a28 stm8flash: fix cross compilation (#351900) f18f44800861 ip2unix: fix cross compilation (#351904) 1a516ee240ce zathura: add support for more image formats (#355248) 7a424b4a0125 libretro.prosystem: unstable-2024-06-28 -> unstable-2024-10-21 f9f5c70ea993 libretro.beetle-psx-hw: unstable-2024-09-16 -> unstable-2024-11-15 fccca859895e libretro.eightyone: unstable-2024-06-28 -> unstable-2024-10-21 936d6a0a32e6 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 (#356501) 3dfb4fec5850 rPackages.bgx: fix build (#353620) ee61973cb75d mealie: 1.12.0 -> 2.2.0 (#356150) 6e1b17d0d7b1 python312Packages.hikari: fix build (#355886) 2d158cdf210a vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 (#357023) 2b552e98ea09 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 (#356069) 462a8970bcdf jikken: 0.8.0 -> 0.8.1 (#356212) 5d171bb64731 openapi-generator-cli: 7.9.0 -> 7.10.0 9afde02c5a1a cardinal: use suffix instead of prefix in wrapProgram 4a2fe438081e path-of-building.data: 2.48.2 -> 2.49.0 (#356951) d42089b24fea dxvk_2: 2.4 -> 2.5 (#355274) 02cc2a7b0370 legcord: 1.0.2 -> 1.0.4 3066d8b9830b vscode-extensions.visualjj.visualjj: 0.12.3 -> 0.12.5 5aa3f1650c2e python312Packages.pyro5: disable failing tests 45533e4b16bc nixos/tools: add enable options to manual (#356992) d43eaad62626 python312Packages: remove some old backport modules (#355418) 40641d0a8476 vaultwarden: 1.32.4 -> 1.32.5 (#356938) b4d622fd7acd nixos/{arp-scan,iftop,tcpdump,traceroute}: format a6ee554a67d5 nixos/traceroute: use lib.getExe 4fae28967bbc nixos/iftop: improve description, use lib.getExe eb42ef0c2456 nixos/tcpdump: init b00728da1090 electron-cash: remove absolute path in desktop entry fb74ff8dd0d9 tilix: remove absolute path in desktop entry 824cbe992255 gamepad-tool: remove absolute icon path dcccac396c97 verifpal: 0.27.0 -> 0.27.4 (#356957) f278e7f42c94 python3Packages.hikari: fix build Remove the `asyncio_default_fixture_loop_scope` from pyproject.toml 28291813168b nixos/arp-scan: init 859c76c505a4 nixos/tools: add enable options to manual 0a187821e967 unison: 2.53.5 -> 2.53.7 (#354120) 9a2d0bf15f9a libretro.beetle-vb: unstable-2024-06-28 -> unstable-2024-10-21 0f1b3297c9a0 libretro.melonds: unstable-2023-04-13 -> unstable-2024-10-21 555f0e9f1ed3 formats.ini: expose INI atom from all ini formats (#354800) 6b53949b0cbe formats.ini: expose INI atom from all ini formats 0cb51d5706c0 nixVersions.nix_2_25: init at 2.25.2 (#355350) d8ddabfaab0e python311Packages.pyhanko: Unmark broken on darwin (#355177) 48a8c0b281f4 mblaze: 1.2 -> 1.3 9fe5116a3c48 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 (#356967) 5c42c66fba64 libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 (#356962) a1caab1a2bd7 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 (#356961) 05a6a46343a9 libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 (#356946) ba0d80db843c ip2unix: fix cross compilation ebdcc360f527 stm8flash: fix cross compilation 3226e1398841 libretro.tgbdual: unstable-2024-07-01 -> unstable-2024-10-21 2b410eeb15f0 nix-init: fix build on x86_64-darwin 3a74beb15c66 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 (#356928) 11b1fd71372c libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 (#356943) 709c9f25c1a4 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 (#356948) 8e47b2a97230 freebsd stdenv: be more principled about portioning out bootstrap libraries (#356760) 9132f1b43739 libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 (#356896) c3f2afe76b76 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 (#356899) fd82ee5e7f1f libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 (#356903) 6923ff1ad90f python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906) 0c393a9f8897 vale: 3.9.0 -> 3.9.1 (#356905) 4ba778e08868 libretro.nestopia: unstable-2024-06-28 -> unstable-2024-10-17 1c74570fe9f2 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 (#356910) 64097c9f0e4c libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 (#356915) 49e77d9cb35b libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 (#356916) 691fc5559f92 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 (#356922) d64c76125d45 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 (#356924) e772508fc9fe libretro.beetle-pcfx: unstable-2024-08-07 -> unstable-2024-10-21 fb3216f04c0e impala: 0.2.3 -> 0.2.4 (#356858) 0d22f03cbb1a cloudflare-utils: 1.3.0 -> 1.3.3 (#356871) d6e26c4e7d78 libretro.neocd: unstable-2024-06-22 -> unstable-2024-10-21 2b2c68c30d70 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 (#356892) da52fed5baf9 tanka: 0.28.2 -> 0.29.0 (#356846) 4b6b1d9814cc python312Packages.pymodbus: 3.7.2 -> 3.7.4 (#356848) 09ee29796203 steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 (#356850) 0263b29fa94d steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 (#356851) 291cbd952092 python312Packages.cnvkit: 0.9.11 -> 0.9.12 (#356781) 9b9f7c70951c scooter: 0.1.1 -> 0.1.2 (#356784) 0c99d11cbdb2 pdftitle: 0.15 -> 0.16 (#356785) 3a765371fcaf python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 (#356790) 7d86462b3e01 k8sgpt: 0.3.41 -> 0.3.46 (#356805) 2f3806b447ce bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 (#356808) bfd4e661ee4f python312Packages.py3langid: pyproject, relax numpy (#356865) 7984b120f013 matugen: 2.4.0 -> 2.4.1 (#356816) 294fb30959cb root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 06f50f4adf5f nixos/networkd: warn about naively replacing IPForward 990f8eac796a Merge: lsof: 4.99.3 -> 4.99.4 (#356887) 08d2f9c66541 path-of-building.data: 2.48.2 -> 2.49.0 f2ca8f1d7a23 libretro.picodrive: unstable-2024-10-01 -> unstable-2024-10-19 58c785ae21b0 libretro.yabause: unstable-2023-01-03 -> unstable-2024-10-21 f93401eeed99 python3Packages.importmagic: fix build (#356666) efeab00416ff libretro.beetle-gba: unstable-2021-09-18 -> unstable-2024-10-21 13097e3a4b12 libretro.bsnes-mercury-balanced: unstable-2023-11-01 -> unstable-2024-10-21 f58d07717355 Merge: Kernel updates for 2024-11-18 (#356881) e669d74f8f6f jetbrains: 2024.2.4 -> 2024.3 (#355697) 81d54c130da1 vaultwarden: 1.32.4 -> 1.32.5 bd9c7d027259 python312Packages.experiment-utilities: 0.3.6 -> 0.3.8 99268a069647 cosmic-packages: move to new cargo fetcher (#356539) 9dd1da747514 linuxManualConfig: don't leak rust-lib-src paths into the final binary b3f2aa7e4eb1 home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 (#356912) d03497e4ea10 ledfx: 2.0.104 -> 2.0.105 (#356728) 9866f992dbbd tor-browser: 14.0.1 -> 14.0.2 (#356749) 57fb63c9314c cynthion: init at 0.1.7 93b0565dd223 python312Packages.cynthion: init at 0.1.7 ded0edc6d918 python312Packages.luna-soc: init at 0.2.0 393495aa442c python312Packages.luna-usb: init at 0.1.2 de6f807a09ee python312Packages.apollo-fpga: init at 1.1.0 e0f9d1953abf python312Packages.usb-protocol: init at 0.9.1 ec24d96ad57a libretro.mupen64plus: unstable-2024-08-21 -> unstable-2024-10-29 ed5098fd7da2 libretro.beetle-lynx: unstable-2024-06-28 -> unstable-2024-10-21 95d076927b34 fastfetch: 2.29.0 -> 2.30.1 7290fd0af369 alexandria: 0.12.0 -> 0.13.1 (#356800) 827f495b8dea mpv: restore non‐obsolete Swift library path hack (#356909) 7b1fc75bce56 libretro.prboom: unstable-2024-09-07 -> unstable-2024-10-21 ecbe02d89665 tcllib: 1.21 -> 2.0 d023b182b389 critcl: 3.2 -> 3.3.1 ac35e924ac31 libretro.opera: unstable-2024-05-06 -> unstable-2024-10-17 5d56253de0ce google-cloud-sdk: 494.0.0 -> 501.0.0 5ebcfc742d00 space-cadet-pinball: improve packaging eadef8f4860c space-cadet-pinball: migrate to by-name 3246cfb7bf3f space-cadet-pinball: format with nixfmt-rfc-style 4a68949c7e08 maintainers: add nadiaholmquist 8dd8ed68a168 verifpal: 0.27.0 -> 0.27.4 760947c477e4 azure-cli: 2.65.0 -> 2.66.0 (#355163) 2c8cc449331d sile: 0.15.5 → 0.15.6 (#355895) 80aefca49cf2 libretro.snes9x2005: unstable-2024-06-28 -> unstable-2024-10-21 008785dc7e5d libretro.beetle-ngp: unstable-2024-06-28 -> unstable-2024-10-21 22354d579d1e python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872) c562b1be2d90 arti: 1.2.8 -> 1.3.0 (#352881) 4b8c5f1731df home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1 8d9ac2131da3 mpv: restore non‐obsolete Swift library path hack ca557eec87bc retroarch-assets: 1.19.0-unstable-2024-09-22 -> 1.19.0-unstable-2024-10-19 10343b095a3f linux-rpi, raspberrypifw: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 (#353509) 0878d469dca1 libretro.stella2014: unstable-2024-05-20 -> unstable-2024-10-21 db12662f605c noto-fonts: 24.3.1 -> 2024.11.01 (#355735) a00f1c079f67 c-for-go: unstable-2023-09-06 -> 1.3.0 (#356792) 1cca2aea3133 keepmenu: 1.4.0 -> 1.4.2 (#328672) 3c1f2e78d0b9 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 (#356789) b289d2f31872 python312Packages.whenever: 0.6.12 -> 0.6.13 bfa4e81dde47 vale: 3.9.0 -> 3.9.1 04386ac325a8 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 (#356656) 99cb6b521db5 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) (#356651) 448ca71b2d95 libretro.mgba: unstable-2024-09-24 -> unstable-2024-11-12 572d10868806 libretro.fbalpha2012: unstable-2023-11-01 -> unstable-2024-10-21 20ba5b31d254 python312Packages.twentemilieu: refactor db65b080f070 wtfis: 0.10.0 -> 0.10.1 (#356540) c450d7b798ff libretro.mame2010: unstable-2022-06-14 -> unstable-2024-10-23 37ecfefe9981 ghostunnel: 1.8.1 -> 1.8.2 (#356764) 3810673409ce libretro.play: unstable-2024-09-23 -> unstable-2024-11-14 a99e640f0a7c lima: fix cross (#356548) 2fc52406e55a mongodb-6_0: 6.0.17 -> 6.0.18 (#342099) 1d43b4579938 python312Packages.pymc: 5.18.0 -> 5.18.2 adae89a934ec deepin.deepin-terminal: 6.0.14 -> 6.0.15 (#356373) be37677d569a cdk-go: 1.5.3 -> 1.5.4 (#356756) 6c5329c666c5 python312Packages.homematicip: 1.1.2 -> 1.1.3 (#356780) 521955ed9c78 python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 (#356674) 68540f07d076 python312Packages.pygithub: 2.4.0 -> 2.5.0 (#356676) 0afba0d51720 python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 e2048ac05ba5 k3s: use nurl instead of nix-prefetch in update script e698a7eeb1ba lsof: 4.99.3 -> 4.99.4 fbc12b07e2ca python3Packages.a2wsgi: fix build (#355656) 1386871d141e linux_5_4: 5.4.285 -> 5.4.286 d5b803b0675a linux_5_10: 5.10.229 -> 5.10.230 17c934c9aa81 linux_5_15: 5.15.172 -> 5.15.173 3f7febe1b4df linux_6_1: 6.1.117 -> 6.1.118 3471123c6da3 linux_6_6: 6.6.61 -> 6.6.62 78450026fea2 linux_6_11: 6.11.8 -> 6.11.9 a7c029235d39 linux_6_12: init at 6.12 bcfd2f53700d ant: 1.10.11 -> 1.10.15, add update script (#353301) 22f7ff4ebad3 linux-wallpaperengine: fix hash mismatch (#356804) 8d96d57c5f2d ponyc: 0.54.0 -> 0.58.6; pony-corral: 0.8.0 -> 0.8.1 (#349902) cd1ee59b419b vfkit: build from source 75a6be16843c flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' cfa794fb6898 cloudflare-utils: 1.3.0 -> 1.3.3 1c34da7d34fb python312Packages.pygccxml: 2.5.0 -> 2.6.0 b674ed3c1973 python312Packages.py3langid: pyproject, relax numpy 8dd8475c7350 removing myself from some packages (#356857) 9cd949255c7c terraform-providers.auth0: 1.7.1 -> 1.7.3 6a70100fb702 home-assistant: 2024.11.1 -> 2024.11.2 (#356272) bec6d6151202 impala: 0.2.3 -> 0.2.4 a32e0aa07ca2 root5: -fpermissive fix for new compiler, patch for python312 4cf85b6e2cb3 toml11: remove AndersonTorres as maintainer 50b7aac0abee jesec-rtorrent: remove AndersonTorres cbc8441e0fd7 hax11: remove AndersonTorres as maintainer 2df2b3dc701f grc: remove AndersonTorres d1941512c8f5 boehmgc: remove AndersonTorres as maintainer 4611929638c9 xfce: remove commentary referencing AndersonTorres ee9ea4f6ef7b nixos/wyoming-faster-whisper: update CUDA device allowlist (#356853) ee595b709e18 nixos/wyoming-faster-whisper: update CUDA device allowlist b82d026543d5 python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2 eb7011c54a43 home-assistant: 2024.11.1 -> 2024.11.2 ec253b77f760 python312Packages.zha: 0.0.37 -> 0.0.39 dba35aad7da9 python312Packages.zigpy: 0.71.0 -> 0.72.0 1aa92a20d373 python312Packages.sense-energy: 0.13.3 -> 0.13.4 2bc5df61c98a python312Packages.reolink-aio: 0.11.0 -> 0.11.1 f6b0feb52a53 python312Packages.pytibber: 0.30.4 -> 0.30.8 7ca2b22e0304 python312Packages.python-smarttub: modernize aea2b6e78b90 python312Packages.python-linkplay: 0.0.17 -> 0.0.20 5df1fa7cf13b python312Packages.google-nest-sdm: 6.1.4 -> 6.1.5 ebcfdd33a881 python312Packages.go2rtc-client: 0.1.0 -> 0.1.1 c7d2c63edcb0 python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 (#355394) c855128e2c38 python312Packages.aioruckus: 0.42 -> 0.42 ee3fc4dd3538 steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0 e79c7ad4e58e steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0 456d1f15efb5 python312Packages.pymodbus: 3.7.2 -> 3.7.4 fd3d60b2edbb certdump: mark broken on aarch64-darwin 90b4bd37890d tanka: 0.28.2 -> 0.29.0 998f3186d5dd jikken: 0.8.0 -> 0.8.1 5083ec887760 rPackages.rJava: set JAVA_HOME, fixes darwin (#355931) 41fce88e6dad terraform-providers.ovh: 0.51.0 -> 1.0.0 5eac22df8e2b sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 37f501b81dfc python312Packages.pytensor: 2.25.5 -> 2.26.3 7eb54aaff281 werf: 2.10.9 -> 2.12.1 (#355151) 663d132d7199 iaito: 5.9.4 -> 5.9.6 (#355154) 2fa01cb5effe evcc: 0.131.5 -> 0.131.6 (#356828) 709217401675 python312Packages.pylsp-rope: 0.1.16 -> 0.1.17 ae9f4f3f4c4d evcc: 0.131.5 -> 0.131.6 9c88243f6dc7 dotnet: fetch hash from nuget.org in update.sh 24570a33b502 dotnetCorePackages.dotnet_9: 9.0.0-rc.2 -> 9.0.0 df4effe419dc dotnetCorePackages.dotnet_8.vmr: 8.0.10 -> 8.0.11 f2da78e1be67 dotnetCorePackages.sdk_9_0: 9.0.100-rc.2.24474.11 -> 9.0.100 0a5c33f88bab dotnet-sdk_6: 6.0.427 -> 6.0.428 aa319c6f1e15 dotnet-sdk: 8.0.403 -> 8.0.404 845066f50e08 godot_4-mono: fix nuget dependencies 3d38ecca0cea maintainers/scripts/update: add dependencies to nativeBuildInputs 9fb173da9421 maintainers/scripts/update-dotnet-lockfiles.nix: use update.nix e3736259f7c9 maintainers/scripts/update: disable aliases bfaca46529ff dotnet-sdk/runtime/aspnetcore: 6.0 -> 8.0 b0fb9600be08 knxd: 0.14.63 → 0.14.66 (#354956) 52c82a3601a0 python312Packages.{docling-core,docling-ibm-models}: fix build (#356561) 9fd5a8d09d88 rustPlatform.fetchCargoVendor: decrease concurrency d8061ae7a3ad objfw: 1.2 -> 1.2.1 ecfcfe0a0edc objfw: fetch source from the original fossil instance da5c25920d4a Merge: pg-semver: init at 0.40.0 (#341014) d685a71db11d matugen: 2.4.0 -> 2.4.1 35414e28e83c cloudflared: 2024.10.0 -> 2024.11.0 (#356322) 0c1ea290e08f turbo: 2.2.3 -> 2.3.0 (#356333) a0a7e2237451 janusgraph: 1.0.0 -> 1.1.0 (#356329) 0db576f8c754 kazumi: 1.4.2 -> 1.4.3 (#356341) 7c93b1ad10ca bodyclose: 0-unstable-2024-01-26 -> 0-unstable-2024-10-17 aa2dd06edba9 pot: 3.0.5 -> 3.0.6 (#356531) ed45bff89c80 bant: fix output derivation hash. (#356601) 42547b8a6bc4 namaka: 0.2.0 -> 0.2.1 (#356608) eb2d0c35a589 vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911) 06c4131f5bab k8sgpt: 0.3.41 -> 0.3.46 c354284080a6 go-task: add updateScript (#356228) 2c0d933f90ee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 (#356301) cc751e4714f3 python312Packages.awscrt: 0.22.0 -> 0.23.0 (#356369) ff059593204c zircolite: 2.20.0 -> 2.30.1 (#356606) dae6c9d29ee9 python312Packages.pyomo: 6.8.0 -> 6.8.1 (#356413) c91d0feeac43 python312Packages.newversion: 2.0.0 -> 3.1.0 (#356429) fbc4abb09247 onedrive: 2.5.2 -> 2.5.3 (#356510) 6c33d760f16f bazel_7: 7.4.0 -> 7.4.1 (#355723) 6342c114348e kicad: 8.0.5 -> 8.0.6 (#356616) 38061131ba9d python312Packages.mypy-boto3-*: updates (#356661) 99a77cafdb6a python312Packages.daqp: 0.5.1 -> 0.6.0 (#356631) 451668681905 python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356637) c0072d342d61 amneziawg-tools: init at 1.0.20241018 1b6fe61860ee python312Packages.plexapi: 4.15.16 -> 4.16.0 (#356663) 263fcff3e9f7 alexandria: 0.12.0 -> 0.13.1 ff1db5bef5cd python312Packages.torchvision: fix building on darwin (#356364) 7bee67400f5f root: apply nixfmt adea5468dc80 root: move to by-name 48bcebe36132 root: 6.32.06 -> 6.32.08 5473798787bc root: adapt to new darwin SDK 317ada1a4b52 python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640) e2df267f5036 linux-wallpaperengine: fix hash mismatch 39e98fadd66c erigon: 2.60.6 -> 2.60.10 (#356774) fb4276da4f28 freecad: 1.0rc2 -> 1.0rc4 (#356605) 5b6e804e7b60 exercism: 3.5.1 -> 3.5.4 (#356773) 434579258b48 nixd: 2.5.0 -> 2.5.1 (#356672) 5dbbc8bb2da7 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 (#356279) fcbba9b996fa jetbrains.plugins: update e912c72916c4 c-for-go: format 8ed49aafd4f3 svelte-language-server: 0.17.0 -> 0.17.5 (#356052) e321ffd98a6c c-for-go: unstable-2023-09-06 -> 1.3.0 a6e2c9593113 jetbrains: 2024.2.2 -> 2024.3 f0dccdf596c7 python312Packages.nanobind: fix building on x86_64-darwin (#356368) 1f3241daf4e1 privatebin: 1.7.4 -> 1.7.5 (#356475) 0447221af100 supermodel: 0-unstable-2024-04-05 -> 0-unstable-2024-11-07 7e852ea9eaa6 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 (#356615) e7138f8854ca pdftitle: 0.15 -> 0.16 6f99d3e65293 netbird: 0.31.1 -> 0.32.0 (#356512) 5f79bf7b7cc7 scooter: 0.1.1 -> 0.1.2 a41e0a31092d nwg-panel: 0.9.48 -> 0.9.50; modernize (#356521) 6f4edbebbadd mpc: darwin build fix (#355960) 3f173526f15f dooit: 3.0.2 -> 3.0.3 (#356552) 0232faec62f9 doc: fix redirect for fetchgit example (#356779) 013160e831af vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 (#356509) 60533972eca4 pg-semver: init at 0.40.0 c52b0e6d753d maintainers: add grgi 112a4c48c609 dotnet: add passthru.runtime/aspnetcore to sdk packages 6e919bf975ce boogie: format with nixfmt 5b462ef57a78 buildDotnetModule: allow selfContainedBuild property to be omitted with null bcd669f23f86 avalonia: remove unnecessary use of sdk_7_0 d9f506c5c354 netcoredbg: explicitly disable dotnet-runtime aa0289eda408 buildDotnetModule: respect self-contained setting in restore 4219a941581c buildDotnetModule: make dotnet-runtime optional 193378ead289 dotnet/update.sh: nix-hash -> nix hash convert 97318b96d6d0 csharp-ls: fix updateScript f9cb431d6d85 dotnet: fix missing targetPackages in source-built sdk packages 003135da3224 dotnet: run postFixup based on hostPlatform d2d56972fc89 dotnet: install man pages for source-built sdk 42d69ab59a80 dotnet: move dotnet_root to $out/share/dotnet ddd08e404f21 dotnet: split setup hooks into wrapper for runtime/sdk 331e87e987fe doc: fix redirect for fetchgit example a2d6ea50f0e7 python312Packages.cnvkit: 0.9.11 -> 0.9.12 71810b3dfd2a python312Packages.homematicip: 1.1.2 -> 1.1.3 9cfb5601bbfd erigon: 2.60.6 -> 2.60.10 ebada934ba4f fcitx5-pinyin-moegirl: 20241009 -> 20241109 (#354759) bf9ac322e123 bun: 1.1.31 -> 1.1.34 (#355309) 4a5ab7c374a3 memtest86plus: 7.00 -> 7.20 (#355331) 0e655551348a python312Packages.amqp: 5.2.0 -> 5.3.0 (#355462) a41b9471fda7 granted: 0.36.1 -> 0.36.3 (#355574) a33e3eebca24 itsycal: quote paths, 0.15.4 -> 0.15.5 (#355957) 385d5ac742db alt-tab-macos: 7.2.0 -> 7.4.0 (#356012) e37a9ddc0b13 v2ray-domain-list-community: 20241013063848 -> 20241112092643 (#356726) 6cd48e2e26e8 exercism: 3.5.1 -> 3.5.4 799661e93525 ibus: 1.5.30 → 1.5.31 (#354803) 3578a5f319cb snapper: 0.11.2 -> 0.12.0 (#355943) bee106309ad1 pmix: 5.0.3 -> 5.0.4 (#355704) 5c8adc47ce64 python312Packages.immutabledict: 4.2.0 -> 4.2.1 (#356742) d796a88ab163 ghostunnel: 1.8.1 -> 1.8.2 cacfa997c194 libuv: disable some tests on FreeBSD c5d3db742150 doc: document commonly used fetchgit flags (#355685) 2ca435a5402d freebsd stdenv: be more principled about portioning out bootstrap libraries 2afd08e9c052 fcitx5-mozc: quickfix build (#356590) d7402a4ae948 modrinth-app: 0.8.2 -> 0.8.9 (#356062) c6ca98b3e9b2 lektor: fix build (#356581) 9a43c5a37375 replibyte: fix build by updating lockfile (#356469) 5dc49edf82c0 cdk-go: 1.5.3 -> 1.5.4 986a0381df43 nixos/doc/rl: mention added module Kimai 78d883ae7617 spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#355843) 29e586e508e6 nixos/kimai: init module & add test 0d946aac1ee6 kimai: init at 2.24.0 b5003e741eb1 maintainers: add @peat-psuwit to the maintainer list 50b66df3ec3c rnote: unbreak darwin (#356389) 0725da7c9db6 atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356268) 2a8d4cc509aa ghc_filesystem: pin apple-sdk to v11; modernize; adopt (#356345) ff9026ab7722 mmctl: 9.11.3 -> 9.11.5 (#356586) af00542e207d python3Packages.stim: fix build (#355887) 03510aab958c vapoursynth-bestsource: init at R6 (#331874) 0ba2d75d7d64 prometheus-nvidia-gpu-exporter: initial version 1.2.1 (#308231) b9f3beec556f podman: fix patches c877626bf37d podman: 5.2.3 -> 5.3.0 470c1addffba vapoursynth-bestsource: init at R6 11ea7529d833 deskflow: init at 1.17.1 (#346698) 7d0c987cea2a tetrio-plus: split tpsecore into seperate package (#353557) 8c87ca1d4866 lemmy: 0.19.5 -> 0.19.7 (#356549) 891bfded628b nixos/tests/agorakit: init test cee07e8dc83a nixos/agorakit: init module 122b38d6642b agorakit: init at 1.9.2 796e83e99b2a ledfx: 2.0.104 -> 2.0.105 b734fa8fbd9a python3Packages.gradio: fix build (#356645) f477b3752d32 vengi-tools: 0.0.33 -> 0.0.34 c11b8de8969e vapoursynth-{eedi3,nnedi3cl,nnedi3,znedi3}: init (#332285) 7f36c78e33f4 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-11 (#354304) 06005ff83d3a v2ray-domain-list-community: 20241013063848 -> 20241112092643 3660fd738e58 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 (#356604) 441557848e38 protonvpn-gui: 4.7.3 -> 4.7.4 be2aece13da4 python3Packages.proton-vpn-network-manager: 0.9.4 -> 0.9.7 06dda4babe70 pferd: 3.6.0 -> 3.7.0 fcea615a3b9d python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6 66cb0f8ff52c tor-browser: 14.0.1 -> 14.0.2 8447f0f3e604 snallygaster: 0.0.12 -> 0.0.13 (#356411) 6fa830fc0de2 libresprite: 1.0 -> 1.1 a0a51776ed79 Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 (#350353) 2d0ab4eb390c fanficfare: 4.39.0 -> 4.40.0 (#356530) ef2ba4f7ecee files-cli: 2.13.148 -> 2.13.180 (#356572) 4cee6d2954ec libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 (#356594) eae1b6b49ce1 nh: 3.5.26 -> 3.6.0 (#356602) 522492255557 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 (#356611) 39a7a90dfcfc numix-icon-theme-circle: 24.10.01 -> 24.10.22 (#356612) 12b6f643e727 valeStyles.alex: 0.2.2 -> 0.2.3 (#356617) 41f61be4fab4 kdlfmt: 0.0.3 -> 0.0.6 (#356623) 5290f1e9c8a1 nihstro: init at 0-unstable-2024-05-05 (#356377) 7a071b7449e1 valeStyles.google: 0.6.1 -> 0.6.2 (#356626) 40ba5873280e qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 (#356627) 39b7f7a43698 python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630) 603b0136a147 python312Packages.whatthepatch: 1.0.6 -> 1.0.7 4d9668e9e856 rsgain: 3.5.2 -> 3.5.3 (#356633) 47eff4d8d7e3 python312Packages.pyee: 12.0.0 -> 12.1.1 (#356638) d2155a50495d markdown-link-check: 3.12.2 -> 3.13.6 (#356641) 050d8a38b815 keepmenu: 1.4.0 -> 1.4.2 385384968d08 go-critic: 0.11.4 -> 0.11.5 (#356692) 86f8f6c6d2f1 php83Packages.psalm: fix hash (#356704) e8f8fd16e984 python3Packages.connexion: fix build 12d536207f37 python3Packages.a2wsgi: fix build 67075b4269b3 python3Packages.baize: init at 0.22.2 9930c0783dd1 nixos/g810-led: fix module (#356687) 535e437365c2 gotosocial: 0.17.0 -> 0.17.3 (#352632) ea69a3e3eae7 php83Packages.psalm: fix hash f370530f8781 Merge: postgresql.pkgs.pg_embedding: remove (#356526) 84ad4442b02e nixos/gotosocial: fix failing tests (#353901) 0f0b179c0229 golem: init at 1.0.26 (#344289) 927846eeff54 python3Packages.term-image: fix build cef0e6e27b9a afsctool: 1.7.0 -> 1.7.3 (#355590) 99df2ed6bb88 writers: fix babashka docs format (#356643) 7076d32d233e nixos/yabar: remove reference to nixos 18.03 5d76b5e4865f bisq2: init at 2.1.2 (#356043) 1dd9c32b18e8 docs: remove references before 22.11 6cf76dce176c nixos: remove boot.loader.raspberryPi (#356688) 8ca24a7a2b81 nixos: remove boot.loader.raspberryPi 5ba00a1f2bb2 invidious: format, clean derivation (#356256) 6223faa96e26 luckybackup: support wayland (#356565) cdc32ef5a5ae Merge: nixos/postgresql: fix warning typo (#356619) 8d3560cf4755 php83Packages.phpstan: fix hash (#356691) 02d0071fa9fe rustdesk-flutter: fix build (#356450) fb2deacbba46 bazel_7: rename: nix-hacks.patch -> nix-build-bazel-package-hacks.patch c499a0d6cdd4 bazel_7/nix-hacks.patch: make it apply 5be1290bb662 php83Packages.phpstan: fix hash a162cea53365 go-critic: 0.11.4 -> 0.11.5 8fac714b783f nixos/g810-led: fix module e13831335ff7 treewide: stdenv.is -> stdenv.hostPlatform.is (#356363) 54aee078915c docs/dotnet.section.md: fix accidentally localized example output 0fdc9185d8db phlare: fix build (#356538) 1265806d365b koboldcpp: 1.77 -> 1.78 (#356508) 837ed96b9748 rmapi: 0.25 -> 0.0.27.1 and switching to a maintained fork (#355090) 46e0588bfc4c texlive.bin.dvisvgm: compile with ttfautohint (#355525) 2c27dda89b7d python312Packages.pygithub: 2.4.0 -> 2.5.0 1d88c1febfd0 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 (#356483) f142b022b8e8 libtorrent: fix cross-compilation (#356537) e8c20f265ef1 go2rtc: 1.9.6 -> 1.9.7 (#355472) 01f7a056f45e python312Packages.pyexploitdb: 0.2.54 -> 0.2.55 a2337e4f6c23 nixos/spiped: use systemctl restart during activation 235d103ff746 nixos/clatd: add enableNetworkManagerIntegration option 02e139b5421e nixd: 2.5.0 -> 2.5.1 8b5b90584ee6 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 (#354610) 712f7599f54e python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 (#356485) 6353656e546c python3Packages.importmagic: fix build d211936a6614 python312Packages.identify: 2.6.1 -> 2.6.2 (#355873) c103e6a762d7 python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 (#356479) 6983cbe9c888 python312Packages.newversion: 2.0.0 -> 3.1.0 d032851d02d4 python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363) a28f84c1dc86 python312Packages.slack-sdk: 3.33.2 -> 3.33.3, python312Packages.slack-bolt: 1.20.1 -> 1.21.2 (#356128) 3ebc2cd41f3c python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 (#356480) 1d9c82ca55c1 python312Packages.plexapi: 4.15.16 -> 4.16.0 475a161ca47d snallygaster: update license f4289ca6c367 snallygaster: adopt 7d1c2dc11f02 snallygaster: refactor a1ccef7b2d4d python312Packages.rzpipe: 0.6.0 -> 0.6.2 (#356435) ea51a89d7681 python312Packages.aiosql: 12.2 -> 13.0 (#356439) 3e9bb4aa1ec5 python312Packages.mypy-boto3-route53resolver: 1.35.38 -> 1.35.63 d051d8e8ab71 python312Packages.mypy-boto3-pinpoint-sms-voice-v2: 1.35.57 -> 1.35.63 e054c9b44e98 python312Packages.mypy-boto3-outposts: 1.35.58 -> 1.35.63 873114b4dae0 python312Packages.mypy-boto3-iot: 1.35.33 -> 1.35.63 071118f8574c python312Packages.mypy-boto3-ec2: 1.35.60 -> 1.35.63 3caed4ad92ae python312Packages.mypy-boto3-datasync: 1.35.52 -> 1.35.63 e7c31727f76b python312Packages.mypy-boto3-cloudwatch: 1.35.0 -> 1.35.63 6ca560b61176 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 (#356441) 7ba19eb79ac0 python312Packages.eve: 2.1.0 -> 2.2.0 (#356443) b098d3cc9b41 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 (#356444) bed18d4e62a6 python312Packages.env-canada: add defusedxml (#356462) 0aeef20d6aec python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 (#356481) 1d995e7a8c3a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 (#356482) 0911cb5216f5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 (#356445) e0b552cbabcb python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 (#356484) c835d956b8bc python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 (#356486) 227951d14da2 python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 (#356487) 3deb91838068 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 (#356488) 82c163ed0ae7 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 (#356489) c793a93d968c python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 (#356490) 159c8401016a neovim-node-client: init at 5.3.0 d8d7b6e062ca python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 (#356491) 88b61afc9dca python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 (#356492) fccc8c547691 python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 (#356493) 30da55e91931 sqlmap: 1.8.9 -> 1.8.11 (#356396) 8b35c92dda44 exploitdb: 2024-10-02 -> 2024-11-16 (#356407) 3224098c2e98 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 (#356420) d851652202b6 python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 (#356421) 10fa8b69e4af python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 (#356422) 16382f37f57f python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 (#356423) 3da2ba5fb9d0 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 (#356424) 395ac50854b1 greenmask: 0.2.0 -> 0.2.3 (#356427) 08d02b06eb6f python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 (#354920) d7e5cf4cf88e python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 (#356494) b7dd9084c0b5 python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 (#356495) 9b86d1559f3d python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 (#356496) c7dce434e791 python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 (#356498) c83a6696c3d2 python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 (#356499) 324b80610227 ox: add test, update script and nixfmt-rfc-style (#354285) 6bf31969cfb3 jujutsu: skip a flaky test (#356595) 36a1705dcfc5 soapysdr: add numinit as maintainer 2b8f2cc34f72 androidStudioPackages.canary: 2024.2.2.5 -> 2024.3.1.2 1d54f76d6f84 soapysdr: 0.8.1 -> 0.8.2-pre (fix python3.12 compat) dfaa95f9ef1d composer-require-checker: 4.13.0 -> 4.14.0 (#356011) 64bd2c05f44f python3Packages.gradio: fix build 7e606adbde76 python3Packages.gradio: nixfmt 4cadc5e868bf writers: fix babashka docs format debd6458f7cc {ponyc,pony-corral}: add numinit as maintainer 356d7a26263f pony-corral: run through nixfmt f59267c1ccbd ponyc: run through nixfmt 5fa4499ddd9c pony-corral: 0.8.0 -> 0.8.1 c353cd7f4457 ponyc: 0.54.0 -> 0.58.6 58874e371fff markdown-link-check: 3.12.2 -> 3.13.6 0ac55f28830b python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 5f965198cd76 python312Packages.pyee: 12.0.0 -> 12.1.1 a3b8f0c15442 python312Packages.plexapi: 4.15.16 -> 4.16.0 f84e55a57b80 rsgain: 3.5.2 -> 3.5.3 36c8a028a272 python312Packages.daqp: 0.5.1 -> 0.6.0 0a14706530dc libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 (#354646) 6ff532d19d61 python312Packages.pyslurm: 23.11.0 -> 24.5.0 140f351bfc53 qq: 3.2.13-2024.10.23 -> 3.2.13-2024.11.12 30fa43b76eee python3Packages.pytest-examples: 0.0.13 -> 0.0.14 2fb04b3677e0 valeStyles.google: 0.6.1 -> 0.6.2 845dd821ee46 kdlfmt: 0.0.3 -> 0.0.6 307090125f11 nixos/postgresql: fix warning typo c2e4e1b2a1c5 kicad: 8.0.5 -> 8.0.6 0ddb6fe07899 valeStyles.alex: 0.2.2 -> 0.2.3 22bfaa72c514 colloid-gtk-theme: 2024-06-18 -> 2024-11-16 6a51ee3d11a1 numix-icon-theme-circle: 24.10.01 -> 24.10.22 d611cc759989 terraform-providers.launchdarkly: 2.20.2 -> 2.21.0 d9af9e9fffcc namaka: 0.2.0 -> 0.2.1 759987af84fc zircolite: 2.20.0 -> 2.30.1 c2321088e8c7 freecad: 1.0rc2 -> 1.0rc4 85d05c54f0b8 kodiPackages.radioparadise: 2.0.1 -> 2.1.1 98e12cf06e17 nh: 3.5.26 -> 3.6.0 a517f9d56ef2 bant: fix output derivation hash. cd43d6867192 stalwart-mail: 2024-11-07 (#356250) 3531bb404868 osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157) dc5794bad2b6 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 (#356410) 71c343e10f30 cargo-tauri: 2.1.0 -> 2.1.1 (#356330) 9799fcd3ed58 jujutsu: skip a flaky test 66689ef54578 rust-analyzer: move to by-name 0a92b42848c2 libcxxrt: 4.0.10-unstable-2024-09-24 -> 4.0.10-unstable-2024-10-30 2fa0afb7fd6b rust-analyzer-unwrapped: move to by-name 2f9cef5a5ed0 rust-analyzer-unwrapped: apple-sdk refactor b9074ee12adb rust-analyzer-unwrapped: 2024-11-04 -> 2024-11-11 198cd91956dd rust-analyzer-unwrapped: disable broken test 17e3fab2ff2f rust-analyzer-unwrapped: format fe713828828a rust-analyzer/test-neovim-lsp: format 8991722d43ad rust-analyzer/wrapper: format cbaf11a261b9 rust-analyzer-unwrapped: 2024-09-02 -> 2024-11-04 186054d27893 fcitx5-mozc: quickfix build d903a3ee64fb koruri: init at 20210720 (#297950) 1118ab81cc7f unifi: 8.5.6 -> 8.6.9 (#355103) f9aa61044158 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work (#356575) cfaf8f462768 {firefox{,-beta,-devedition,-esr-128},floorp,librewolf}-unwrapped: make override work d783bfad2b67 deltachat-desktop: 1.46.8 -> 1.48.0 ad8bc49473d0 mmctl: 9.11.3 -> 9.11.5 f38cc637fd57 python3Packages.weconnect-mqtt: fix build (#356390) f3a1d218b08b nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device (#356573) d55690cba427 lektor: fix build 577e162073db nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path 66d813d97866 metals: 1.4.0 -> 1.4.1 (#356402) b843c4aa1e13 maintainers: update email for cottand (#356569) 97a911e8fba4 Merge: nixos/postgresql: extension based hardening relaxation (#355010) 319acd0bed16 paperless-ngx: 2.13.4 -> 2.13.5 (#355242) 651e727c688a openafs: 1.8.12 → 1.8.13 (#354660) 263946b5707c maintainers: update email for cottand 3013234aeff5 druid: 30.0.0 -> 31.0.0 (#351877) 99867f792aaf files-cli: 2.13.148 -> 2.13.180 7d5a9ce0c7b9 nomad_1_9: 1.9.2 -> 1.9.3 d2fe83e3f794 python311Packages.wandb: fix building on x86_64-darwin (#356355) 4789705239a1 luckybackup: support wayland 47b9bcc74411 python312Packages.docling-ibm-models: fix build da1eea476da6 python312Packages.docling-core: fix build 7efd5beaa100 wyoming-openwakeword: migrate to tensorflow-bin (#356560) f90cf46cb6f0 wyoming-openwakeword: migrate to tensorflow-bin 659b53ad15bd mimir: 2.14.1 -> 2.14.2 (#356554) 7e01a3d1ec04 mimir: 2.14.1 -> 2.14.2 4e4609418132 dooit: 3.0.2 -> 3.0.3 1f690545a151 fix-single-space-whitespace 6306bb79b8fa Merge: nixos/rl-2411: fix version Grafana has been updated to (#356528) 7239af0a727d postgresql.pkgs.pg_embedding: remove 68d964338895 nixos/tests/postgresql: test plv8 hardening on non-JIT variants only 711b9bd4c830 lima: fix cross 386b1568f8e3 writers: make babashka interpreter and check configurable (#354760) 802f38ff291d lemmy: 0.19.5 -> 0.19.7 23dc8b38e127 python312Packages.google-cloud-appengine-logging: 1.4.5 -> 1.5.0 e6914ee14cc9 nixos/hyprland: adds programs.hyprland.withUWSM option (#355959) 66fcba848384 gamescope: 3.15.13 -> 3.15.14 (#356534) bf3050a22a28 wtfis: 0.10.0 -> 0.10.1 f4e9a21c0f5f cosmic-packages: move to new cargo fetcher 3fa636bc15eb libtorrent: fix cross-compilation 2b669d9ae524 libtorrent: nixfmt 7cc6a148e8c5 phlare: fix build ddfd26721ee7 tippecanoe: 2.64.0 -> 2.70.0 (#356523) 7e91f3884709 phlare: format using nixfmt 5553d1e8724c gamescope: 3.15.13 -> 3.15.14 b245d4da65a3 pot: 3.0.5 -> 3.0.6 de90b990cfaa crosvm: 129.0 -> 130.0 3bad58ed018b nixos/rl-2411: fix version Grafana has been updated to 1bd7802bbfe6 firefoxpwa: 2.12.5 -> 2.13.1 (#356344) ca5450a0b0a2 fanficfare: 4.39.0 -> 4.40.0 69b30194c471 rustPlatform.fetchCargoVendor: fetch git submodules (#356415) 5b030809a07d tippecanoe: 2.64.0 -> 2.70.0 fca3a12e1731 ghstack: init at 0.9.3 (#341572) 0a6862aa2c5f nwg-panel: avoid `with lib;` 259125e15c56 nwg-panel: format with nixfmt d7dc5ef9afca nwg-panel: 0.9.48 -> 0.9.50 94e32390e75e deskflow: init at 1.17.1 29626b8fb403 calibre: 7.20.0 -> 7.21.0 (#355885) 8d5ff9eb36fa mapproxy: 3.0.1 → 3.1.0 (#354957) de3d45294124 libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 (#353944) 2f3db1d32793 bencodetools,uade: Fix build, update, modernise (#352867) e198536d265a nixosTests.postgresql: test hardening gets relaxed d370af0785e6 nixos/postgresql: create infrastructure for relaxing systemd hardening b479658c2c35 vscode-extensions.ms-toolsai.jupyter: 2024.9.1 -> 2024.10.0 39acb68438f1 onedrive: 2.5.2 -> 2.5.3 fbd28d1b827e emacsPackages.emacsql: fix build for versions >= 20241115.1939 (#356376) f4ae47b33eb5 nixos/gdm: automatically enable services.displayManager (#353848) 8e98f74f75cf scooter: init at 0.1.1 (#356310) 683a41fcb278 koboldcpp: 1.77 -> 1.78 a3eda6b4a47b alt-tab-macos: 7.2.0 -> 7.4.0 7b1e91c92837 knxd: 0.14.63 → 0.14.66 72c7c19778c6 vscode-extensions.capatech.betacode: init at 0.1.10 (#355720) 585f64a15b52 swayimg: avoid `with lib;` f3d7d677f56a zed-editor: downgrade nodejs (#356459) ceb44177d5ca python312Packages.google-cloud-resource-manager: 1.13.0 -> 1.13.1 6936e23b05cd swayimg: add nix-update-script ce0eda58da56 python312Packages.twentemilieu: 2.0.1 -> 2.1.0 f079c812e0bb python312Packages.google-cloud-language: 2.14.0 -> 2.15.1 4ca42def5f7e python312Packages.google-cloud-monitoring: 2.22.2 -> 2.23.1 e70b04fc9743 python312Packages.google-cloud-netapp: 0.3.14 -> 0.3.16 7e8448344d5e python312Packages.google-cloud-network-connectivity: 2.5.0 -> 2.5.1 8b67f6f5aa97 python312Packages.google-cloud-os-config: 1.18.0 -> 1.18.1 4d68d79bd0a2 swayimg: 3.4 -> 3.5 254864fc686b python312Packages.google-cloud-pubsub: 2.25.0 -> 2.27.1 5cf33dab3331 python312Packages.google-cloud-spanner: 3.49.1 -> 3.50.1 0f09d1887c3e python312Packages.google-cloud-speech: 2.28.0 -> 2.28.1 7db96d1c3304 python312Packages.google-cloud-tasks: 2.17.0 -> 2.17.1 5beb1e0bdc22 python312Packages.google-cloud-texttospeech: 2.18.0 -> 2.21.1 ba663fc4429b python312Packages.google-cloud-trace: 1.13.5 -> 1.14.1 8870b762fdff python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0 9d8bc9bf3d3b python312Packages.google-cloud-videointelligence: 2.13.5 -> 2.14.1 a89eb6479d99 python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1 5da3849f3d86 ocamlPackages.uring: disable tests 303980d7296a python312Packages.google-cloud-container: 2.53.0 -> 2.54.0 58fafd520355 python312Packages.google-cloud-compute: 1.20.0 -> 1.22.0 7fe9179fe69d python312Packages.google-cloud-bigtable: 2.26.0 -> 2.27.0 724da8eedf9c python312Packages.google-cloud-bigquery-datatransfer: 3.16.0 -> 3.17.1 c0ce5f54d9c0 goreleaser: 2.4.4 -> 2.4.5 (#356177) 4fc04feb4687 python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1 c3bddef1f61c gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085) 37b8fc764af4 cargo-deny: 0.16.1 -> 0.16.2 (#356180) 06def41f0498 haven-cli: 4.1.0 -> 4.2.0 (#356196) b8f96f7163c9 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 (#356204) 7e8d06792273 rana: 0.5.4 -> 0.5.5 (#356220) 680cc2f1591d python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 (#356239) 29cc0d3a5c8b xemu: 0.7.132 -> 0.7.133 (#356242) e803fea96bc3 gowall: 0.1.8 -> 0.1.9 (#356384) 208d58a25e69 python312Packages.execnb: 0.1.6 -> 0.1.8 (#356392) d34132478915 yq-go: 4.44.3 -> 4.44.5 (#356395) 46573e4a7646 ipget: 0.11.0 -> 0.11.1 (#356470) d5b94706a947 ares-cli: 3.1.2 -> 3.1.3 (#356311) 5db690625e69 riffdiff: 3.3.6 -> 3.3.7 (#356320) 22a1c95c05bb python312Packages.deepl: 1.19.1 -> 1.20.0 (#356416) e3f3b377d36a python312Packages.cwl-utils: 0.34 -> 0.35 (#356425) e65acb8cbe5e python312Packages.channels: 4.1.0 -> 4.2.0 (#356426) e26d25975514 python312Packages.motionblindsble: 0.1.2 -> 0.1.3 (#356430) d61a2cfd1680 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 (#356436) 1bbb7ddcc233 python312Packages.pyplaato: 0.0.18 -> 0.0.19 (#356437) 1c5fb79296d7 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 (#356343) 9571ff195cc0 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 (#356346) e405eb12a170 base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361) a678ebc8f46b privatebin: 1.7.4 -> 1.7.5 3d50b85d7444 nanovna-saver: 0.6.4 -> 0.6.5 (#356325) 229e53b075f6 go-dnscollector: 1.1.0 -> 1.2.0 (#356328) 4073e3e8507d inter-nerdfont: 4.0 -> 4.1 (#356335) c455fc47626a inter: 4.0 -> 4.1 (#356337) 4bedccbe29b8 ad: 0.1.3 -> 0.2.0 (#356324) db3e4d88abb9 nushellPlugins.dbus: 0.12.0 -> 0.13.0 (#356304) f4ba7da30345 python312Packages.fastai: 2.7.17 -> 2.7.18 (#356306) 426e6abefd94 python312Packages.nextdns: 3.3.0 -> 4.0.0 (#356247) a511886b3836 python312Packages.fastcore: 1.7.19 -> 1.7.20 (#356258) a895a13b5404 e1s: 1.0.41 -> 1.0.42 (#356264) 969be3206783 kubectl-explore: 0.9.3 -> 0.10.0 (#356265) 89b052c7ffe3 ipget: 0.11.0 -> 0.11.1 dc0d36f03b39 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 (#356273) 04e5e836a991 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632) 6a13b245ec29 replibyte: fix build by updating lockfile 6e526675bffb tflint: 0.52.0 -> 0.54.0 (#356309) 67cfbdb24439 elasticsearch-curator: 8.0.16 -> 8.0.17 (#356278) 223a6c6ed072 nixos/postgresql: rename extraPlugins to extensions 1ef6e22f3f68 dnsrecon: 1.3.0 -> 1.3.1 (#356428) 328e12aa6d21 plantuml: 1.2024.7 -> 1.2024.8 c69a9bffbecd ruff: 0.7.3 -> 0.7.4 (#356240) 59daa43dd9fa zed-editor: downgrade nodejs 5fb07b558c55 exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 (#356251) 0c5a46e26451 python312Packages.env-canada: add defusedxml ed258c758cb4 golem: init at 1.0.26 0361bb03c0ba talosctl: 1.8.2 -> 1.8.3 (#355698) df0f38d7cc83 stats: 2.11.16 -> 2.11.18 (#355956) 888eef259b02 tealdeer: 1.7.0 -> 1.7.1 (#356197) 912c14b6b885 the-foundation: 1.9.0 → 1.9.1 (#354960) 8a4d3c010999 rclone: 1.68.1 -> 1.68.2 (#356184) 3e64cc468d5d polkadot: stable2409-1 -> stable2409-2 (#355920) 3a35aa34acad gitlab: 17.3.6 -> 17.3.7 (#355755) f57714433979 widelands: 1.2 -> 1.2.1 (#356223) 338db9d07363 mullvad-browser: 13.5.9 -> 14.0 (#356275) e3ae6ff898fb rbenv: 1.2.0 -> 1.3.0 and migrate to pkgs/by-name and format using nixfmt (#353850) faed846ea057 python312Packages.google-cloud-asset: 3.27.0 -> 3.27.1 16a95b742bd5 python312Packages.google-cloud-automl: 2.14.0 -> 2.14.1 d5ef44e3bcd8 python312Packages.eve: 2.1.0 -> 2.2.0 8bb2a40c9030 sgx-psw+aesmd: 2.24 -> 2.25 (#353041) 6664a9d925c5 wolfssl: 5.7.2 -> 5.7.4 (#351402) e218d13e0304 python312Packages.coinmetrics-api-client: 2024.10.15.19 -> 2024.10.31.17 d1e5a3c7b6f0 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 (#356393) 1b68d687ec21 nixos-rebuild-ng: init (#354029) 51e21c8bca77 prometheus-nvidia-gpu-exporter: initial version 1.2.1 3cb10bdc400c nerd-font-patcher: 3.1.1 -> 3.2.1 (#353948) 9d038c3494d9 python312Packages.aiosql: 12.2 -> 13.0 7ca460a72a5d python312Packages.pyside6: fix eval on linux (#356081) 7ca25724fc58 python312Packages.rzpipe: 0.6.0 -> 0.6.2 bc42a379edc4 sqlite-vec: 0.1.3 -> 0.1.5 6dcd9072d576 python312Packages.python-smarttub: 0.0.37 -> 0.0.38 f6a0a258c799 python312Packages.pyplaato: 0.0.18 -> 0.0.19 511664f88764 matrix-appservice-irc: 3.0.2 -> 3.0.3 (#355906) bc4fd1d3f8fe python312Packages.motionblindsble: 0.1.2 -> 0.1.3 7f0b8190dfa3 python312Packages.google-cloud-shell: 1.10.0 -> 1.10.1 5f696a26214b python312Packages.google-cloud-vpc-access: 1.11.0 -> 1.11.1 66f339638a14 python312Packages.google-cloud-webrisk: 1.15.0 -> 1.15.1 cbacaa74f7ce python312Packages.google-cloud-workflows: 1.15.0 -> 1.15.1 979730f4bdc6 python312Packages.google-cloud-workstations: 0.5.9 -> 0.5.10 1cf59f051c5f hclfmt: 2.22.0 -> 2.23.0 (#356381) 1d836808ec20 python312Packages.cwl-utils: 0.34 -> 0.35 64654ee5e786 python312Packages.channels: 4.1.0 -> 4.2.0 c1c764fc53a0 greenmask: 0.2.0 -> 0.2.3 c1221138c9e6 dnsrecon: 1.3.0 -> 1.3.1 4b49bf8d3e0d python311Packages.wandb: fix building on x86_64-darwin 58e265d3f867 cosmic-applets: use fetchCargoVendor 374a1c53c1cf rustPlatform.fetchCargoVendor: fetch git submodules 9204a583f5d6 pdm: relax hishel 2c8deaa7d7cf python312Packages.deepl: 1.19.1 -> 1.20.0 a3b4688866b8 python312Packages.hishel: update disabled 6e0e40c92ef3 python312Packages.hishel: 0.0.33 -> 0.1.1 f57786835f00 python312Packages.pyomo: 6.8.0 -> 6.8.1 171a36326ebb snallygaster: 0.0.12 -> 0.0.13 8b36f4d41d83 python3Packages.weaviate-client: 4.8.0 -> 4.9.3 cc935c8f583e exploitdb: 2024-10-02 -> 2024-11-16 7b16c1362333 spread: remove platforms.linux limitation (#356207) 614462224f83 volatility3: 2.7.0 -> 2.8.0 (#356359) 80c4bd85977f python312Packages.nextdns: update disabled 0aa644e317b7 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 (#352182) 323e48f9c2cf neovide: fix build on linux (#356292) 6f4b5b0228f7 metals: 1.4.0 -> 1.4.1 e018d496dcc2 grafana-reporter: fix build (#356233) dfaa4cb76c2d kind2: fix build (#356245) ece372327205 joincap: 0.10.2 -> 0.11.0 (#356060) 4edd859ac9e3 sqlmap: 1.8.9 -> 1.8.11 b5d0e590f606 python312Packages.identify: uüdate disabled 56e653c963ff monolith: 2.8.1 -> 2.8.3 (#340178) 44abf616212d python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126) 75cf14cba1cb python312Packages.fabric: enable tests (#353133) ab266a6e500b python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187) 5749c4db527d python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 (#356186) a10370211a4b metasploit: 6.4.35 -> 6.4.36 (#356142) c6610195a256 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 (#356132) 98a9f147e1dc python312Packages.slack-bolt: 1.20.1 -> 1.21.2 16785f1bd7fe yq-go: 4.44.3 -> 4.44.5 8e5e5a6add04 nixos/doc/rl-2505: fix quotes, add more comments about ordering (#356349) 6fe1904e43a0 spotify-player: fix x86_64-darwin 246498565aea python312Packages.execnb: 0.1.6 -> 0.1.8 24809c838f48 python312Packages.zfec: 1.5.7.4 -> 1.6.0.0 7f7bdeffde6f python311Packages.weconnect-mqtt: fix build 01d50342b81a rnote: format with nixfmt-rfc-style a76c14685b32 rnote: unbreak darwin 5340e345b6cf osu-lazer-bin: 2024.1115.2 -> 2024.1115.3 52bb7610b7df osu-lazer: 2024.1115.2 -> 2024.1115.3 fbd635df5d09 nixos/doc/rl-2505: add more comments about ordering 71e6c012dcb4 nixos/doc/rl-2505: fix quotes 2c01d14460b7 gowall: 0.1.8 -> 0.1.9 e2b0cccf5508 remarshal_0_17: remove updateScript, add no auto update comment (#356367) 6fdf9b688f97 eza: 0.20.7 -> 0.20.8 (#355827) 57339fd4250f deepin-terminal: 6.0.14 -> 6.0.15 5f5e87e442f4 emacsPackages.emacsql: fix build for versions >= 20241115.1939 e23fa8bc2cea thunderbird-bin: 128.4.0esr -> 128.4.3esr [High security fix] (#356331) 8ad4f734c801 python312Packages.nanobind: fix building on x86_64-darwin 655d7913fe05 python312Packages.awscrt: 0.22.0 -> 0.23.0 7706fa05a746 remarshal_0_17: remove updateScript, add no auto update comment cac8a72e28e5 ktor-cli: 0.2.1 -> 0.3.0 (#356195) 9cdf6041631a python312Packages.torchvision: fix building on darwin 5671a5cd61be base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 15f50767284a volatility3: 2.7.0 -> 2.8.0 7ea9ba60d8d9 nixos/incus: add incus-user service and socket (#355645) 0214dd4ef2d6 nixos/tests/incus: test incus-user d7467c7bd68f forgejo: 9.0.1 -> 9.0.2, forgejo-lts: 7.0.10 -> 7.0.11 (#356277) 34a626458d68 btrbk: add mainProgram (#356350) 846ac99b9019 btrbk: add mainProgram 2aadf1cf77ee pyprland: 2.4.1 -> 2.4.3 (#356193) 62f944c4821e osu-lazer-bin: 2024.1115.1 -> 2024.1115.2 f9be2bbe3add osu-lazer: 2024.1115.1 -> 2024.1115.2 76e7cb3fac0a rustPlatform.fetchCargoVendor: init (#349360) 91423118bd8d baidupcs-go: remove readonly config file generated during version check phase (#356334) d6e3d5ae58ef emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 (#355510) 4f3d1bea90e5 xpra: 6.1.3 -> 6.2.1 (#354429) 1a7fedcbe573 ghc_filesystem: add getchoo to maintainers 112ad823b989 ghc_filesystem: modernize & use best practices f608cba439e7 firefoxpwa: 2.12.5 -> 2.13.1 2f1894aebfa9 ghc_filesystem: format with nixfmt 0e4fabb152cc ghc_filesystem: pin apple-sdk to v11 5bf0abe7ee89 obs-studio-plugins.obs-3d-effect: 0.1.0 -> 0.1.1 0ed99b1563d5 python312Packages.jupyter-cache: 1.0.0 -> 1.0.1 2fc8cca5881e kazumi: 1.4.2 -> 1.4.3 10c03061fc3e treewide: remove some unused shell scripts / hooks (#356254) 39886f43709a inter: 4.0 -> 4.1 24f7069f46fa baidupcs-go: remove readonly config file generated during version check phase d89183439745 inter-nerdfont: 4.0 -> 4.1 2867f69e5c63 saber: init at 0.25.2 (#354119) 27a4a3286cbe thunderbird-bin: 128.4.0esr -> 128.4.3esr 25ee163f3c6a janusgraph: 1.0.0 -> 1.1.0 95b30da13353 nixos/shairport-sync: add package option (#355985) 5995d7c41f76 speedtest: init at 1.3.0 (#355387) a044676a1583 go-dnscollector: 1.1.0 -> 1.2.0 a36b0ec048a1 cargo-tauri: remove version test 40e17ad7fbcf cargo-tauri: use mkDerivation in test app b93ac6fea92a cargo-tauri: migrate test app to new darwin SDK pattern d56fd79f0c7c cargo-tauri: fix test app eval on darwin ae031a02e7c1 nanovna-saver: 0.6.4 -> 0.6.5 eb0346f33286 ad: 0.1.3 -> 0.2.0 8ebe7dbb740d kanata: 1.7.0-prerelease-1 -> 1.7.0 (#356078) e4f146380386 unifi: Update aliases 0fcf5c1a61eb unifi: Move package to pkgs/by-name/un/unifi e51dc413bd85 turbo: 2.2.3 -> 2.3.0 0a6475c1ffd8 cargo-tauri: 2.1.0 -> 2.1.1 48cef5f1c730 unifi: 8.5.6 -> 8.6.9 0b47cfd3bf2b cloudflared: 2024.10.0 -> 2024.11.0 b2ed0f2cb961 riffdiff: 3.3.6 -> 3.3.7 66e0880262af scooter: init at 0.1.1 1639c2db6cbe maintainers: add felixzieger 3af4d5583961 hyprgui: 0.1.7 -> 0.1.8 (#354878) 8a95f3f42b15 nixos/mopidy: fix Python dependency collisions between extensions (#354069) 34dd7c3f6848 nixos/auto-upgrade: Format (#356091) 0db4552d981d clevis: 20 -> 21 (#351598) 41ffe91205f4 ares-cli: 3.1.2 -> 3.1.3 af8d695bc1bf netbird: 0.31.1 -> 0.32.0 b2011c9deef7 tflint: 0.52.0 -> 0.54.0 889e8c78eb59 python3Packages.djangocms-alias: init at 2.0.1 (#355167) 2a44d638665f python3Packages.mercadopago: fix build (#356138) 82a6298f4347 python312Packages.fastai: 2.7.17 -> 2.7.18 a99a11852f57 python3Packages.lime: fix build (#356129) 7266f0b7a577 python3Packages.pyldavis: init at 3.4.1 (#354505) 874e2cb20e07 termscp: enable tests, new apple sdk, refactor (#355503) 25eb70c6d56e python3Packages.sapi-python-client: fix build (#355836) 4f7829a61430 python3Packages.cocotb: fix build (#355818) b89265d1bbbe python312Packages.khanaa: fix build (#355904) 38ca8b888618 nushellPlugins.dbus: 0.12.0 -> 0.13.0 ef7b69132587 php83Extensions.maxminddb: 1.11.1 -> 1.12.0 (#356070) a9bd18d88d6b neovide: only require libtool on darwin eb6e8e80811a neovide: format using nixfmt 162b5a0acda6 python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 (#356131) 075fb03a07b3 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 (#356124) f3c2380d25ce python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125) 897c1daf1f23 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 (#356130) 6c277ac2497b python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 (#356123) 52c88e2b918a python312Packages.pypitoken: refactor (#356121) 7b51fa844a72 python312Packages.mqtt2influxdb: refactor (#356118) 12a9e2fe503c python312Packages.pytest-voluptuous: refactor (#356108) ce21a091d3d1 python312Packages.greeneye-monitor: add pytest-socket (#356105) a55f4a663a74 python312Packages.pydiscovergy: refactor (#356093) 437016d305d9 python312Packages.influxdb3-python: add optional-dependencies (#356094) 59466d54ca2a checkov: 3.2.291 -> 3.2.293 (#355854) c96d9c0889c5 python312Packages.mypy-boto3-*: updates (#356143) 59ce8c716158 python312Packages.nessclient: set version manually (#356095) e75e5e57481f python312Packages.securityreporter: set version manually (#356096) f59886c6c943 protoc-gen-es: 2.0.0 -> 2.2.2 (#355994) d689f9ab7d25 texturepacker: 7.4.0 -> 7.5.0, migrate to pkgs/by-name (#354865) f9e5f0d0ad2a metadata: Update ffmpeg-next dependency (#354121) 9ab5d9043b6c python3Packages.pyldavis: init at 3.4.1 5b684290fe73 libusb1: fix Android build (#353159) 0881b8ac56b1 obs-studio-plugins.obs-vertical-canvas: 1.4.9 -> 1.4.10 12d0488c88ed elasticsearch-curator: 8.0.16 -> 8.0.17 28edb9d0d76c equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096) 831c957efdb2 forgejo-lts: 7.0.10 -> 7.0.11 3a44a90e924b rbenv: 1.2.0 -> 1.3.0 498e5e982113 rbenv: format using nixfmt and minor improvements 841ff222ddc1 mullvad-browser: 13.5.9 -> 14.0 96c64ca660c7 forgejo: 9.0.1 -> 9.0.2 c7241a38a353 mojave-gtk-theme: 2023-08-04 -> 2024-11-15 effe68307bf3 python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 (#351565) b9b682e37e0d stm32cubemx: 6.11.1 -> 6.12.1 (#354655) 6ea17aeff0c1 atlauncher: 3.4.37.4 -> 3.4.38.0 f773e03dd4cf zfs: substitute absolute path in arc_summary to modinfo (#356006) e354bc49d5e4 kubectl-explore: 0.9.3 -> 0.10.0 12ace1f7bf3c got: 0.104 -> 0.105 (#356024) cff454d2464c e1s: 1.0.41 -> 1.0.42 ff988de25ee3 atlauncher: mark as broken on darwin 9eea90d9cf15 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 (#353531) b5cead5e741b python312Packages.fastcore: 1.7.19 -> 1.7.20 703972c5d0eb lianad: 6.0 -> 8.0 (#355024) c274679f90ee gnomeExtensions.arcmenu: 55 -> 63 (#355126) 526e1f65881f coder: 2.15.1 -> 2.16.1 (#355547) db3eb4856cdb pkgs/by-name/re/rep-gtk: remove unused setup-hook.sh e236ed171988 pkgs/development/interpreters/lua-5/hooks: remove unused setup-hook.sh c9d880432a0d pkgs/development/interpreters/octave/hooks: remove unused hook file 6074f9008d5b pkgs/development/libraries/kde-framworks/kdoctools: remove unused setup-hook.sh a763b9c78120 pkgs/development/tools/parsing/antlr: remove unused builder.sh 387f59af8dd2 pkgs/misc/cups/drivers/samsung/4.00.39: remove unused builder.sh aed77ec778a4 pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh ec3a49b987d0 pkgs/test/simple: remove unused builder.sh 972fdf6efcc7 cargo-gra: 0.6.0 -> 0.6.2; karlender: 0.10.4 -> 0.10.11 (#355603) 94acb3a3d2b5 karlender: order `meta` attrs 1e19adc0f4ce karlender: 0.10.4 -> 0.10.11 665d6f669318 spread: remove platforms.linux limitation 41dbbf460b42 cargo-gra: order `meta` attrs a6dccff35066 cargo-gra: 0.6.0 -> 0.6.2 09a5cc1bb2b8 stalwart-mail.webadmin: 0.1.17 -> 0.1.19 3ec69bb70c09 stalwart-mail: 0.10.5 -> 0.10.6 0548bb754e73 git-workspace: 1.6.0 -> 1.7.0 (#355243) db7b5116bfc6 wasm-tools: 1.219.1 -> 1.220.0 (#355627) 31dc3e56e075 neovim: add a checkPhase in the wrapper ffb02d0063e9 python312Packages.nextdns: 3.3.0 -> 4.0.0 9e6ece3ee14c nixos-rebuild-ng: init a015a1fef302 kind2: fix build ef2c785581dd ruff: 0.7.3 -> 0.7.4 f937a3a20cd3 ton: 2024.09 -> 2024.10 (#355246) 61684555ec3f outline: 0.80.2 -> 0.81.0 (#355245) b9450d40f7a2 xemu: 0.7.132 -> 0.7.133 d5504233ee00 python312Packages.django-admin-sortable2: 2.2.3 -> 2.2.4 3d8f220f7104 buf-language-server: remove (#356199) faa18cb4e47f protoc-gen-connect-es: 1.5.0 -> 1.6.1 (#355996) 41296edd8ed7 uncrustify: 0.79.0 -> 0.80.0 32fc98951529 clj-kondo: 2024.09.27 -> 2024.11.14 (#356059) 479c2431692f kind2: format using nixfmt 7d8e2898c129 grafana-reporter: format using nixfmt a802b225640e grafana-reporter: fix build by creating mod file cedd087b81c6 globalprotect-openconnect: Reinstate v1 (#355758) 999ba9fd30ed go-task: add updateScript 18c9dbc34f05 pythonPackages.sphinx-multiversion: Fix homepage urls 9b0635ee7621 shaka-packager: 3.3.0 -> 3.4.0 (#355268) 755426d84b88 buf-language-server: remove 3e0268bbd5f1 forge-sparks: 0.3.0 -> 0.4.0 (#355362) 1a24ac22469e widelands: 1.2 -> 1.2.1 4f209558813c whatsapp-chat-exporter: 0.10.0 -> 0.10.5 (#351094) e3363e9522a8 flyway: 9.22.3 -> 10.20.1 (#346911) 13367a878fb3 vscodium: 1.94.2 -> 1.95.2 (#355918) 8f6a61dfc269 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 (#354628) 5dad4a179ce0 rana: 0.5.4 -> 0.5.5 0eed3afc8c2b treewide: disable some hanging Darwin Hydra builds (#355159) 549d6d35f848 ocamlPackages.x509: 1.0.2 → 1.0.4 (#355613) 2d088b482efb lunarml: 0.2.0 → 0.2.1 (#355379) 90064b286406 python312Packages.py-radix-sr: 1.0.1 -> 1.0.2 d2b6df09c9ec python3Packages.stim: fix build b34f6cb78653 tealdeer: 1.7.0 -> 1.7.1 a9349e15d3f6 haven-cli: 4.1.0 -> 4.2.0 2a3ed9535ee2 ktor-cli: 0.2.1 -> 0.3.0 a8eb04832bed treefmt2: fix -X flags (#356135) 450cc0422922 pyprland: 2.4.1 -> 2.4.3 1b8e3910bdaf python312Packages.aioopenexchangerates: 0.6.8 -> 0.6.10 675a405fc9d2 python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 c2797681adf0 python312Packages.lxml-html-clean: 0.3.1 -> 0.4.1 f0f9afcd3a23 python312Packages.llama-index-readers-s3: 0.2.0 -> 0.3.0 99c6245a5896 python312Packages.llama-index-readers-file: 0.2.2 -> 0.3.0 e856ffbbb774 rclone: 1.68.1 -> 1.68.2 65ef03035d34 python3Packages.swspotify: fix build (#355889) e7ca9e1635f4 python3Packages.jenkins-job-builder: fix build (#355878) 3c72477b3e34 i3status-rust: 0.33.1 -> 0.33.2 (#354926) 9838348c946f cargo-mutants: 24.9.0 -> 24.11.0 (#355361) 138330f3c280 k6: 0.54.0 -> 0.55.0 (#355365) 60c9cd76b1a3 websocat: 1.13.0 -> 1.14.0 (#355471) a2e0485067f9 automatic-timezoned: 2.0.34 -> 2.0.38 (#355479) 2e49d2cb80b7 s3ql: 5.2.2 -> 5.2.3 (#355663) 668499ad3296 infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) d8ae5fef6700 intentrace: 0.2.4 -> 0.2.5 (#355701) 3c7d67595b03 timescaledb-tune: 0.17.0 -> 0.18.0 (#355717) 9809b1b41306 rocketchat-desktop: 4.1.1 -> 4.1.2 (#355727) ebb62cb3c579 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 (#355744) d46a2551c339 sosreport: 4.8.0 -> 4.8.1 (#355761) aa4a06fba496 bisq2: init at 2.1.2 15092d8f2e90 sn-pro: 1.2.0 -> 1.3.0 (#355830) 697569c971b2 qownnotes: 24.11.1 -> 24.11.2 (#355849) abc21bfe7280 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) e245e241401a nixpacks: 1.29.0 -> 1.29.1 (#355936) 0408bedaf39f python312Packages.mitmproxy: relax passlib (#356144) ba94e4a81767 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 (#355942) 26f0131c03cd python312Packages.ipyvue: 1.11.1 -> 1.11.2 (#355946) d44463884ea9 cargo-nextest: 0.9.81 -> 0.9.82 (#355986) 1115d35ebf7b grpc-client-cli: 1.20.3 -> 1.21.1 (#356046) 4fd49879776f python312Packages.sumo: 2.3.8 -> 2.3.9 (#356097) 2b9c54eaeb7e exo: 0-unstable-2024-10-29 -> 0-unstable-2024-11-14 2ddc74b5a3de cargo-deny: 0.16.1 -> 0.16.2 6a821c20389c exo: add update script 2181348c4d83 garnet: 1.0.36 -> 1.0.39 (#356067) 86d353feb497 babashka, clojure, python3Packages.{hy,hyrule}: remove thiagokokada from maintainers (#356167) 3561109065d3 sentry-cli: 2.36.6 -> 2.38.2 (#356005) ab019005bc53 goreleaser: 2.4.4 -> 2.4.5 724f7f164b7a arc-browser: 1.67.0-55463 -> 1.69.0-55816 (#356015) fe68a5fd8871 scalene: 1.5.46 -> 1.5.47 (#356017) 5259d5912436 photofield: 0.17.0 -> 0.17.1 (#356020) 3de94975e46a shairport-sync: enable additional features (#353219) c00cdccd003c nixos/teleport: add required utils to path (#332810) f281060cd478 icingaweb2: 2.12.1 -> 2.12.2 (#355693) 5b8a71496879 nixos-render-docs: init redirects system 8809585e6937 doc/README: fix nixos-render-docs link 5e4fbfb6b3de thunderbird: 128.4.2 -> 128.4.3 (#356089) 212dcb403ee7 meilisearch: 1.11.1 → 1.11.3 (#356001) 2435883703cd nixos/g810-led: add to modules-list.nix (#356164) 52b48e2033fe gh: 2.61.0 -> 2.62.0 697fa78c9a24 nixos/shairport-sync: add package option 830c337ed502 python3Packages.hyrule: remove thiagokokada from maintainers a0263f8173f0 python3Packages.hy: remove thiagokokada from maintainers b0096647b66f clojure: remove thiagokokada from maintainers c38599814d94 babashaka: remove thiagokokada from maintainers 022ef7e04395 gitlab: 17.3.6 -> 17.3.7 394e4831a0bd awsume: 4.5.3 -> 4.5.5, add mainProgram, use --replace-fail (#354996) 0cf7a3c37353 waveterm: 0.9.1 -> 0.9.2 (#355778) a635cf292555 bitcomet: 2.10.0 -> 2.11.0 (#355775) 0388195e8a50 nixos/release-notes-24.11: add g810-led 059a8da6b10b nixos/g810-led: add to modules-list.nix 7e3ceaa530f6 gitlab: update bundler version (#356159) 5dc3c9f08ed0 lima: fix build on Linux (#356050) 7f815491cc52 readarr: 0.4.1.2648 -> 0.4.3.2665 (#354998) f9fdde592d1d unison: nixfmt 00d97b15f2a4 unison: remove with lib ecc593842b7e unison: 2.53.5 -> 2.53.7 76aeab38df5f cargo-shuttle: migrate to new fetcher 33c5490e0d0f python312Packages.json-stream-rs-tokenizer: migrate to new fetcher eb696f7eaad1 popsicle: migrate to new fetcher bbda9b435293 hieroglypic: migrate to new fetcher 66855adbbfa8 docs: mention fetchCargoVendor 37ce479c7b1c buildRustPackage: add useFetchCargoVendor flag d366b9a6f3b1 osu-lazer{,-bin}: add Guanran928 as maintainer dba59277c214 gitlab: update bundler version fb1928b71366 osu-lazer-bin: 2024.1009.1 -> 2024.1115.1 270921758aab osu-lazer: 2024.1009.1 -> 2024.1115.1 70548b93f05d openfga: 1.6.2 -> 1.8.0 (#354762) 61fd228ac959 wolfssl: 5.7.2 -> 5.7.4 72a499c09e30 code-cursor: 0.42.4 -> 0.42.5 (#356008) 8962e0971ac5 mealie: 1.12.0 -> 2.2.0 (#353395) 5c01691cf295 Merge: postgresql_12: remove (#353158) b3b6e0e94e49 reaper: 7.24 -> 7.27 (#355782) 9d271656f5b9 python3Packages.mercadopago: fix build 46fe4454eb32 python312Packages.mitmproxy: relax passlib ab4439d638dd metasploit: 6.4.35 -> 6.4.36 75216eff9bee python312Packages.mypy-boto3-sts: 1.35.0 -> 1.35.61 80378d329e22 python312Packages.mypy-boto3-sagemaker: 1.35.53 -> 1.35.61 8ec0dc7720f0 python312Packages.mypy-boto3-s3: 1.35.46 -> 1.35.61 179d274b6e8a lima: fix build on Linux 3c8d63021319 python312Packages.mypy-boto3-redshift: 1.35.52 -> 1.35.61 fcee56eb520d python312Packages.mypy-boto3-quicksight: 1.35.56 -> 1.35.61 86cdf4b9fa52 python312Packages.mypy-boto3-license-manager-user-subscriptions: 1.35.0 -> 1.35.61 155875ac7336 python312Packages.mypy-boto3-ivs: 1.35.41 -> 1.35.61 bbff7f820678 python312Packages.mypy-boto3-iotwireless: 1.35.0 -> 1.35.61 37b9a5cb83b1 python312Packages.mypy-boto3-iam: 1.35.0 -> 1.35.61 1bc481ce8759 nixos/plasma6: add qtimageformats to the requiredPackages (#306227) cb3097d12da5 python312Packages.mypy-boto3-cloudcontrol: 1.35.0 -> 1.35.61 74ba21b52750 python312Packages.mypy-boto3-accessanalyzer: 1.35.60 -> 1.35.61 6589cebf7d67 python312Packages.llama-index-embeddings-gemini: 0.2.1 -> 0.2.2 e50adb721046 python312Packages.llama-index-legacy: 0.9.48.post3 -> 0.9.48.post4 45300604bd02 python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6 9e41975e1be5 python312Packages.llama-index-vector-stores-chroma: 0.2.1 -> 0.3.0 a0d7452ffa6c python312Packages.llama-parse: 0.5.12 -> 0.5.14 5c9c26472936 python312Packages.llama-index-core: 0.11.20 -> 0.11.23 04d2194ecde6 python3Packages.lime: fix build f54aa48fc9d1 python312Packages.mkdocstrings: 0.26.2 -> 0.27.0 dc58a721b17b python312Packages.pyacaia-async: 0.0.10 -> 0.1.2 966b40728fdb python312Packages.slack-sdk: 3.33.2 -> 3.33.3 4c268bad305e python312Packages.pydanfossair: refactor 4d61ca8b288b python312Packages.arelle: remove obsolete patch (#355874) f34b9e8e21e3 python312Packages.twilio: 9.3.6 -> 9.3.7 46bb97de2bc6 python312Packages.pydanfossair: 0.2.0 -> 0.3.0 c3d845ba7bd2 python312Packages.pyais: 2.8.1 -> 2.8.2 baca24a26863 python312Packages.tencentcloud-sdk-python: 3.0.1265 -> 3.0.1266 47880618c18d xivlauncher 1.1.0 -> 1.1.1 (#353151) efc9da916ccb Mumps: use magic __structuredAttrs to handle space in makeFlags (#355128) 1a3635f44ae8 flashprog: 1.2 -> 1.3 (#355415) a84289e51332 python312Packages.pypitoken: refactor f288ae8bad63 coqPackages: fix serapi & coq-lsp (#355995) 2143d32367c5 python3Packages.cirq-google: fix build (#355905) 1d9aa5420b71 python312Packages.mqtt2influxdb: refactor 18d463bbd5f9 lib/licenses: add missing spdxId and remove urls from licenses that have a spdxId (#340360) 565a4742c9d7 python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772) 6c3da03b2881 cosmic-settings-daemon: use make install (#354025) 3a3791da5276 uefi-firmware-parser: init at 1.12 (#349032) 04f223946ce6 nixos/hyprland: adds programs.hyprland.withUWSM option 6e266cd41623 invidious: clean derivation 4acbb94bcc3a maintainers: add dotmobo 3ebb8fda0975 vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5 f53ff1830271 python312Packages.pytest-voluptuous: refactor 33021e5d338d invidious: format 26cf0447c0b4 kallisto: Add updateScript (#333998) 078b743480cb dediprog-sf100: 1.14.20.x -> 1.14.21,x (#355913) a41a81b3fd92 joincap: refactor e826301d22cc kubernetes-helm: 3.16.2 -> 3.16.3 (#355815) 8abd7b32202d nixos/plasma6: add qtimageformats to the requiredPackages 4882dc9e921b rygel: include the PipeWire GStreamer plugin (#355558) c450c3e93648 python312Packages.greeneye-monitor: add pytest-socket 302ee112b0ad Merge: linux/common-config: enable Intel TDX guest support (#344372) 8fddead87849 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355323) 8263dfc594ad python3Packages.sigstore: 2.1.5 -> 3.5.1; python3Packages.securesystemslib: 0.31.0 -> 1.1.0; python3Packages.tuf: 3.1.1 -> 5.1.0 (#355640) 0b3eef7441c4 postgresql_12: remove 0f067ea048ff quark-engine: 24.10.1 -> 24.11.1 (#355925) b03a4cb7871d python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945) e5aab3a199d8 python312Packages.nessclient: set version manually 0ad963ea36d6 python312Packages.sumo: 2.3.8 -> 2.3.9 b0ba9b2d2c90 python312Packages.securityreporter: set version manually dc88163abcce python312Packages.influxdb3-python: set version manually b9df40ab0c6d python312Packages.influxdb3-python: add optional-dependencies d7432be85a12 python312Packages.pydiscovergy: refactor c0693a4ec559 checkov: 3.2.293 -> 3.2.296 4554bacfe756 checkov: 3.2.291 -> 3.2.293 9087c296b0f3 python312Packages.keep: refactor (#354697) 599291320903 python312Packages.aiotankerkoenig: refactor (#355741) 406249317f22 python312Packages.huum: 0.7.11 -> 0.7.12 (#355857) 1f216bd74244 python312Packages.aiowithings: 3.1.1 -> 3.1.3 (#355855) c789040946ef python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 (#355858) 6648fd3b7023 python312Packages.environs: 11.0.0 -> 11.1.0 (#355859) f7bceb24c940 python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 (#355863) 54d30fafc1b2 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 (#355861) 45f00bcce0b1 python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 (#355860) 7925252bd446 python312Packages.deebot-client: 8.4.0 -> 8.4.1 (#355865) d007bfd1d8b7 python312Packages.aioelectricitymaps: refactor (#355864) b9956ceb8743 nixos/auto-upgrade: Format b8fe9967b53e thunderbird-latest: 132.0 -> 132.0.1 b2e2858135d8 thunderbird: 128.4.2 -> 128.4.3 47adec44dc62 glab: 1.48.0 -> 1.49.0 91350eb04183 vimPlugins.snipe-nvim: init at 2024-10-15 (#349153) 1b6a7f1812f4 zed-editor: 0.161.1 -> 0.161.2 (#355955) 4ab73fc71fee luaprompt: install man page (#354424) 6bd56f238829 python312Packages.pyside6: fix eval on linux cb953320bbed python312Packages.shiboken6: fix eval on linux 6cda5aebc803 libcpucycles: add update script (#339585) c68630b06d37 libcpucycles: add update script 663b2c175988 python3Packages.cirq-google: fix build 62594298c5bf librandombytes: added update script (#339583) d2f8b2670faf librandombytes: added update script 607be7519cbc gnome-extensions-cli: 0.10.2 -> 0.10.3 9bd0271b2299 nixos/minidlna: add package option (#345770) d9514ab76b8b sysdig-cli-scanner: 1.17.0 -> 1.18.0 (#356044) 435369e78b34 Remove rane as maintainer and member of Xen team (#356074) b3b8b51a2383 Kernel updates for 2024-11-14 (#355921) 6915a163f351 doc/release-notes: change "New Services" to "New Modules" (#356080) b90d2b442b11 nixos/soteria: init module (#355924) dbf5ee0ad02b lastpass-cli: 1.6.0 -> 1.6.1 (#355929) dd0d6b35fe27 termscp: disable failing darwin tests 6a4d0b34e4d7 doc/release-notes: change "New Services" to "New Modules" 9204be991324 cunicu: init at 0.5.53 (#354164) 719cc9e74205 kanata: 1.7.0-prerelease-1 -> 1.7.0 5193297a6c71 nixos/dashy: import nixosModule (#355979) a42c917e0a73 reason: refactor fc74a00f3c42 mkalias: 1.0.0 -> 1.1.0 (#355699) f3ce448f60f2 Remove rane as maintainer c598fc0ca3ee python3Packages.chainer: fix build (#355898) f8001600c197 python3Packages.symspellpy: fix build (#355890) 8c863fce740f python3Packages.cocotb: fix build f73153d6218c python3Packages.sapi-python-client: fix build c04b3814706c nixos/g810-led: init (#355884) d08575fbd403 mpvScripts.smartskip: init at 0-unstable-2023-11-25 (#346294) c94c120b852e wiliwili: 1.4.1 -> 1.5.0 (#355850) be1e80726fd4 chirp: 0.4.0-unstable-2024-10-03 -> 0.4.0-unstable-2024-11-11 549d025fd6df php83Extensions.maxminddb: 1.11.1 -> 1.12.0 2fbe54222cf9 freecad: remove AndersonTorres as maintainer (#356045) 9ef65ca67c53 garnet: 1.0.36 -> 1.0.39 63de88ed5f65 openbsd.sys (OpenBSD kernel): init (#353935) 42a57bc240aa joincap: 0.10.2 -> 0.11.0 85c44b53a3db modrinth-app: 0.8.2 -> 0.8.9 bf1428225f79 koruri: init at 20210720 50bd7379bec1 clj-kondo: 2024.09.27 -> 2024.11.14 4c8f7091bcd3 svelte-language-server: 0.17.0 -> 0.17.5 5dbb64eb043f mpvScripts.smartskip: init at 0-unstable-2023-11-25 f0c1d4b32595 grpc-client-cli: 1.20.3 -> 1.21.1 72eb4b7e045c freecad: remove AndersonTorres as maintainer 4aad3e8c772b cemu: 2.2 -> 2.4 (#355900) e49edea8cb28 sysdig-cli-scanner: 1.17.0 -> 1.18.0 33b8b546dd44 python312Packages.caldav: 1.3.9 -> 1.4.0 (#353941) dc74870c2b75 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of updat… (#356018) fdf1f88ac0a6 modrinth-app: pin to apple-sdk_11 8d353b9c2e42 sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995) ee97de3be97f fetchgit: nudge to update the manual when modifying parameters 1712d71ea76c doc: document commonly used fetchgit flags 6bbf1e914d46 got: 0.104 -> 0.105 360e88231c31 nixos/k3s: use same k3s package in multi-node test (#355964) 362f26d02466 firefox{,-beta,-devedition,-esr-128}-unwrapped: fix location of update script 2930dad2b66a photofield: 0.17.0 -> 0.17.1 30f508504dc8 scalene: 1.5.46 -> 1.5.47 5a826b77eb1c arc-browser: 1.67.0-55463 -> 1.69.0-55816 2104a4ee5fd7 rivalcfg: 4.13.0 -> 4.14.0 (#355689) bf608e22be37 composer-require-checker: 4.13.0 -> 4.14.0 fff5b97c491e python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 (#353522) 6524858010cd niri: 0.1.10 -> 0.1.10.1 (#355868) 4a8b1cc9584b Merge: postgresql: update to new minor versions (#355965) d492a0ae0fcb yabridge: 5.1.0 -> 5.1.1 (#354298) 8429eab972ee modrinth-app: migrate to new darwin SDK pattern 9b6f2df0b69a zfs: substitute absolute path in arc_summary to modinfo 05e34c51d6f8 sentry-cli: 2.36.6 -> 2.38.2 65857d967568 geph: 4.99.2 -> 4.99.16 (#355158) 2f7a44c93d42 emacsPackages.lsp-bridge: 0-unstable-2024-10-07 -> 0-unstable-2024-11-14 48698458b65f meilisearch: 1.11.1 → 1.11.3 e8b5299ddaff waveterm: 0.9.1 -> 0.9.2 0ac49d9f57ea music-assistant: 2.2.7 -> 2.3.2 (#355494) c459597ac062 coqPackages_8_16.coq-lsp: fix for recent findlib 8530d4c332ae coqPackages.serapi: fix build 785e208ce7e9 ocamlPackages.ppx_deriving: simplify version selection be92f500caf1 coqPackages.coq-lsp: add missing dependency (result) 97a7f710278b git-credential-keepassxc: use new Darwin SDK pattern (#355599) 50b2ec6d7e59 warp-terminal: 0.2024.10.29.08.02.stable_02 -> 0.2024.11.12.08.02.stable_02 7f91dd8faafd protoc-gen-connect-es: 1.5.0 -> 1.6.1 c48160a9a217 protoc-gen-es: 2.0.0 -> 2.2.2 c6fa405b2160 python312Packages.oddsprout: 0.1.0 -> 0.1.1 (#354313) 6c3d7712899b python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 (#355862) 86b6f632ec8a python3Packages.clarifai-grpc: fix build (#355665) 19933008229a warzone2100: 4.5.4 -> 4.5.5 0d9b64a98ca5 postgresqlPackages.sqlite_fdw: init at 2.4.0 7a25334a149d lbreakout2: disable hanging darwin Hydra builds 5c6590d4e627 cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 (#355545) d50a3d101dfb agg: disable hanging darwin Hydra builds 7ba671cef084 fx-cast-bridge: disable on aarch64-linux (#355626) 9511641d5fd0 cargo-nextest: 0.9.81 -> 0.9.82 57533f358a4a pingvin-share: 1.1.3 -> 1.2.4 (#354105) f00aba993a50 skopeo: 1.16.1 -> 1.17.0 (#355833) 0eb18249a518 openafs: 1.8.12 → 1.8.13 cea28c811faa python3Packages.essentials-openapi: fix build (#355814) a3bdd1fa0304 openvi: refactor; use new apple sdk pattern (#355846) c462d76ea62c python312Packages.pymoo: drop patch, fix tests, unbreak (#355817) 147f2316b278 python312Packages.tensorflow-metadata: update patch, unbreak (#355816) fef260929414 b2sdk: 2.5.1 -> 2.6.0 (#355141) ee070b132a6f nixos/dashy: import nixosModule 2524156db43c wmii: fix build by not building the python part that was disabled anyways (#355752) 4c42adef0d65 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 (#355799) d4ab8e67a668 python312Packages.celery-redbeat: drop patch, unbreak (#355808) 75570e3bae25 isponsorblocktv: relax rich, unbreak (#355806) 2a79402b1e5b nixos/k3s: use same k3s package in multi-node test 584f5bbfbc13 hoppscotch: 24.8.1-0 -> 24.10.2-0 (#355840) 8e48064d55aa postgresql_17: 17.0 -> 17.1 e853a7f61ca9 python312Packages.viewstate: unbreak, switch to pyproject (#355805) 69b07f5afee6 discord: various updates (#355721) 9543eeea3a58 rPackages.rJava: fixed build on Darwin 4a6b7253f8ce python312Packages.instructor: 1.6.3 -> 1.6.4 2d343302d56e mpc: darwin build fix 9dc673301813 postgresql_15: 15.8 -> 15.9 cf1f7e720107 postgresql_14: 14.13 -> 14.14 8a663140b173 ityscal: 0.15.4 -> 0.15.5 496a6080b28f itsycal: quote paths b1a05d9399c3 postgresql_13: 13.16 -> 13.17 48da44a48100 nixos/hyprland: format with nixfmt rfc style 3dd99354f172 stats: 2.11.16 -> 2.11.18 b19df9828202 zed-editor: 0.161.1 -> 0.161.2 6e88b6175a0c anyrun: mark darwin unsupported (#355557) fbae27508f9b postgresql_12: 12.20 -> 12.21 30e9f55fae22 python312Packages.borb: fix build failure on darwin (#355819) 70e109710e2a python312Packages.mypy-boto3-*: updates (#355872) 3259761b0028 nixos/release-notes-24.11: add soteria module 53712fa4a1bf nixos/soteria: init module f8d0c644a2bb netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage (#350891) 1b6ddea547bb cunicu: init at 0.5.53 1df624184655 vimPlugins.snipe-nvim: init at 2024-10-15 46df617e7a5d shairport-sync-airplay2: init at 4.3.4 b6bac07973d4 globalprotect-openconnect: Reformat expressions using RFC style 9121e18d25ce vimPlugins.vim-dadbod-ui: add a vimCommandCheck hook a8363975808e release-notes: update 25.05 from 24.11 init e18636696b97 shairport-sync: enable additional features 5e09c0ef0d10 alac: init at 0.0.7-unstable-2024-10-16 2829592bc00e alvr: build from source (#308097) fa47680eb8b2 fuse: move env vars to `env.*` (#354368) 8d3ac9beb32a hugo: 0.136.5 -> 0.138.0 (#355783) 90fcf3aa7eba 25.05 is Warbler 97d4d8ab63bd snapper: remove nested with from meta f6950e6d41ae manifold, openscad-unstable: update to latest unstable (#355123) a761c58c5349 snapper: apply nixfmt b98757264e8e python312Packages.ipyvue: 1.11.1 -> 1.11.2 812eb880a428 snapper: 0.11.2 -> 0.12.0 f49e820fbc94 24.11 beta release 3e465ab2a1e7 signal-desktop: 7.32.0 -> 7.33.0; signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 (#355769) e5d88ac614c7 python312Packages.discogs-client: 2.7 -> 2.7.1 438510625cc1 cryptpad: 2024.9.0 -> 2024.9.1 (#355796) ecf88f8588e6 python312Packages.bundlewrap: 4.20.0 -> 4.21.0 9956df1047bb testkube: 2.1.56 -> 2.1.61 (#355466) 65191009571c nixpacks: 1.29.0 -> 1.29.1 1d95cb5fa7a3 nixos/duckdns: init module (#294489) f304923acb53 {gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768) 9c631cfd4aff nixos/nixosTests.kerberos: add test suite for LDAP backend (#337719) 17b6121dddb3 orbiton: 2.67.1 → 2.68.2 (#354959) c6452a46659d termscp: add maintainer gepbird 074882f46a3a termscp: migrate to by-name 7feb128ce937 termscp: migrate to new apple sdk structure 1b4a53797f01 termscp: add meta.platforms 3c3138d2f203 termscp: add version check 3bc498fc4135 termscp: enable tests d067edfd7479 vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767) b22d37530169 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277) 4ec1fbcc491f lastpass-cli: 1.6.0 -> 1.6.1 40d432775216 quark-engine: 24.10.1 -> 24.11.1 6efe194fbec6 tremor-rs: 0.12.4 -> 0.13.0-rc.33 (#355757) cfba4c287a57 flyway: fix version check removed flag jarDirs, because it is not used 63685d8a0a87 flyway: 9.22.3 -> 10.20.1 816a7437f985 rygel: include the PipeWire GStreamer plugin 6b4078546b74 ngtcp2: 1.8.0 -> 1.8.1 (#355867) 619a42f81a32 rygel: format 4ab23ff7a832 linux_5_15: 5.15.171 -> 5.15.172 6e39bab2d3ac linux_6_1: 6.1.116 -> 6.1.117 ab249bf1fd02 linux_6_6: 6.6.60 -> 6.6.61 8dbca107eea4 linux_6_11: 6.11.7 -> 6.11.8 fe74556e9fbd linux_testing: 6.12-rc6 -> 6.12-rc7 1ef53f5fc09b nezha: init at 0.20.13 656293fcd574 polkadot: stable2409-1 -> stable2409-2 0128d0577866 mumps: use magic __structuredAttrs to handle space in makeFlags 30af19eddcf9 mumps: remove redundent make all in installCheckPhase 4b9865028895 mumps: remove mpi from nativeBuildInputs 4493f72bfce8 dnf5: 5.2.6.2 -> 5.2.7.0 (#355666) d7afffe7068f tdlib: 1.8.38 -> 1.8.39 (#354893) 73c671819b19 terraform-providers.bitwarden: 0.10.0 -> 0.12.0 db14923f6861 terraform-providers.newrelic: 3.50.0 -> 3.52.1 ab8ed8e75875 protols: 0.6.2 -> 0.8.0 (#355871) 88203eeef0b4 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 0cb29bd20134 fblog: 4.13.0 -> 4.13.1 (#355881) e78160199f19 manim-slides: 5.1.8 -> 5.1.9 (#355882) 2ee99e74a7b5 malwoverview: 6.0.0 -> 6.0.1 (#355883) 57ffa0833cba postgresqlPackages.lantern: update license (#355841) c610be726fe6 python312Packages.oras: 0.2.2 -> 0.2.25 (#355848) d6e53b9ee33a catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851) 794fb6028ea2 dediprog-sf100: 1.14.20.x -> 1.14.21,x 66463b62f567 buf: 1.46.0 -> 1.47.0 (#355800) bbf482ea7807 hunt: 2.4.0 -> 3.0.0 (#355801) 75dcda43f735 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 (#355810) 46b24f136239 wl-restart: 0.2.0 -> 0.3.0 (#355822) d886f024d7ea python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823) 305b551b5f0d python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 (#355824) 50f68f6c9ba7 nwg-menu: 0.1.3 -> 0.1.6 (#355764) 9c45d115d85f saber: 0.25.1 -> 0.25.2 ca1b81d2e2dc xq-xml: 1.2.4 -> 1.2.5 (#355765) 73bda7a09f85 rwpspread: 0.3.0 -> 0.3.1 (#355777) 55bbfa5b014c libsForQt5.pix: fix build (#354005) 9427337fe677 maa-assistant-arknights: 5.7.0 -> 5.9.0 (#355786) 3f119634a21d peergos: 0.20.0 -> 0.21.0 (#355790) 59033b32adea vscodium: 1.94.2 -> 1.95.2 b1ddb6058987 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (#354776) 8e8851bb2342 whatsapp-chat-exporter: 0.10.0 -> 0.10.5 122adac3284a jetbrains: 2024.2.2 -> 2024.2.5 (#355566) f6f76f934dac python3Packages.khanaa: fix build a5f34daeeb61 nixos/g810-led: init 031d837c806c cemu: 2.2 -> 2.4 955168be69fe python3Packages.chainer: fix build da59bf006c3c zed-editor: 0.160.7 -> 0.161.1 (#355743) 15bacd2dd91a matrix-appservice-irc: 3.0.2 -> 3.0.3 6e9c9cba1f93 dart.pdfrx: init 676647a3a866 saber: init at 0.25.1 cb54f47367ac butterfly: 2.2.1 -> 2.2.2 cdfe47023868 dart.printing: init 1b169c7edf40 pdfium-binaries: init at 6721 81644d2646ee sile: 0.15.5 → 0.15.6 774183fcfe05 lbreakout2: disable sdltest on darwin (#355317) 10a35620c9a3 nixVersions.nix_2_25: init at 2.25.2 d81d437c5c99 magic-wormhole-rs: 0.7.1 -> 0.7.3 5ce7ad230b2c python3Packages.symspellpy: fix build 315faf185e95 python3Packages.swspotify: fix build d4246a0c9054 python3Packages.hikari: format using nixfmt df4f16e2b2c4 calibre: 7.20.0 -> 7.21.0 522734ba9843 malwoverview: 6.0.0 -> 6.0.1 225405ed6e92 manim-slides: 5.1.8 -> 5.1.9 2a1f30c6adef fblog: 4.13.0 -> 4.13.1 aae6b971d686 python3Packages.jenkins-job-builder: fix build a4b80ce7264e nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname (#354283) 8e327be3a81a python3Packages.jenkins-job-builder: adopt 2707d1792d93 fritz-exporter: 2.5.0 -> 2.5.1 (#355688) f7198d861220 python312Packages.arelle: remove obsolete patch 98eb65560cb3 protols: 0.6.2 -> 0.8.0 fade592271ec niri: 0.1.10 -> 0.1.10.1 bdf775a24678 ngtcp2: 1.8.0 -> 1.8.1 55a73793ef37 python312Packages.mypy-boto3-organizations: 1.35.28 -> 1.35.60 b654fecf8dbb python312Packages.mypy-boto3-mediaconvert: 1.35.23 -> 1.35.60 d05feae84c64 python312Packages.mypy-boto3-internetmonitor: 1.35.8 -> 1.35.60 d87ccc5f64a5 python312Packages.mypy-boto3-ec2: 1.35.52 -> 1.35.60 df84b99dddfa python312Packages.mypy-boto3-dynamodb: 1.35.54 -> 1.35.60 c631f4680da2 python312Packages.mypy-boto3-cloudtrail: 1.35.27 -> 1.35.60 c283f5d43532 python312Packages.mypy-boto3-accessanalyzer: 1.35.0 -> 1.35.60 e9ea7c2fe974 python312Packages.identify: 2.6.1 -> 2.6.2 35ab575cedec python312Packages.keep: replace terminaltables with terminaltables3 2333f106ddc6 python312Packages.keep: update ordering 0733bbf17e81 python312Packages.keep: update meta 846aa24c4552 python312Packages.keep: update build-system 14fd9c3c2608 basedpyright: 1.21.0 -> 1.21.1 (#355742) 124de92ab553 python312Packages.deebot-client: 8.4.0 -> 8.4.1 7fdcedf43f3b uefi-firmware-parser: init at 1.12 127fbda319b3 python312Packages.spotifyaio: 0.8.7 -> 0.8.8 f5e0032255f8 python312Packages.lcn-frontend: 0.2.1 -> 0.2.2 754ab3ec8b7a python312Packages.ring-doorbell: 0.9.9 -> 0.9.12 28a76a17bf5f python312Packages.aioelectricitymaps: refactor f04d9cccc7e6 python312Packages.huum: 0.7.11 -> 0.7.12 960e9106afee python312Packages.reolink-aio: 0.11.0b1 -> 0.11.0 98698756ef1e python312Packages.environs: 11.0.0 -> 11.1.0 8e7d95b52dab python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20 b52d3fca5968 ventoy: fix defaultGuiType option (#355196) 9fffb9ab665d python312Packages.aiowithings: 3.1.1 -> 3.1.3 fd96607ec76e wapiti: 3.2.0 -> 3.2.1 (#355594) 5b3355b8da97 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 (#355740) 4821c2607727 nitrokey-app2: add qtsvg (#355686) 49906f0b3638 nitrokey-app2: install desktop file and icon (#355690) 1437068066eb rabbit: relax deps, unbreak (#355804) 68fb6d2d23c6 wiliwili: 1.4.1 -> 1.5.0 205bb4d14b8f catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 0f24588bb73e allmark: fix build (#352579) e35a60eec5a8 dnf-plugins-core: 4.9.0 -> 4.10.0 (#355641) f999e3c7df32 qownnotes: 24.11.1 -> 24.11.2 45c94f97cc05 luaPackages, vimPlugins: update on 2024-11-13 (#355724) 01a5655d5313 tree-from-tags: pin to ruby_3_1 (#354014) a0e696f577d2 python312Packages.oras: 0.2.2 -> 0.2.25 2da099ac3d6b step-cli: fix hash (#355610) e2047d3b65ca python312Packages.dnf4: 4.21.1 -> 4.22.0 (#355608) ecf41568e50c python3Packages.aiogithubapi: fix build 07364e9029ed libdnf: 0.73.3 -> 0.73.4 (#355582) 1afe1f27d350 python3Packages.sigstore: 2.1.5 -> 3.5.1 1294537cb97c python3Packages.sigstore: add passthru.updateScript 6f9e2e2947c2 python3Packages.tuf: 3.1.1 -> 5.1.0 34baf7d9638b python3Packages.securesystemslib: 0.31.0 -> 1.1.0 1c8c37ecd619 python3Packages.pyramid-multiauth: fix build (#355630) b97216bee63b allmark: fix build 20627e3d6857 openvi: refactor; use new apple sdk pattern 643493f00fb4 openvi: move to pkgs/by-name 703675fc5086 pay-respects: init at 0.4.18; nixos/pay-respects: init module (#355694) c5472cf2b619 spotify-player: clean up old darwin SDK pattern c14f2f2cc02f hyprwall: init at 0.1.8 (#355386) dafe71c75c6d qtscrcpy: init at 2.2.1 (#340257) 7f2d3d2febed staging-next 2024-11-07 - the last one for 24.11 (#354201) 3a06a0e1b21e haskellPackages.immortal: disable flaky tests on darwin (#355766) dfedbb6088c9 postgresqlPackages.lantern: update license 36118d8a3561 doc/release-notes: document cargo-tauri v2 9ae02ff8a81a treewide: adopt new cargo-tauri versions a6e5c11cc455 cargo-tauri_1: init at 1.8.1 8bcce2b374cb cargo-tauri: rename `tests.setupHooks` to `tests.hook` ba6b52658df4 cargo-tauri: add version test 201e1ebab7c9 cargo-tauri: add `passthru.updateScript` abbaa4be2cd0 cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 3400d5e942d2 python312Packages.pynvim: 0.5.1 -> 0.5.2 (#355660) 0d59db6c85d9 wget: use nuke-refs to avoid runtime depeneds a2d3b142abc8 python312Packages.optax: 0.2.3 -> 0.2.4 (#355655) 83821eed64d8 ncspot: migrate to new darwin SDK pattern (#355809) 4de26d076068 spotify-player: format with nixfmt-rfc-style d90f9e07a892 hoppscotch: 24.8.1-0 -> 24.10.2-0 180cd6f3ad4b woomer: restrict platform support to linux & freebsd (#355811) 1969869b07b1 turbo: migrate to new darwin SDK pattern (#355802) 88750d1a4bb8 python3Packages.aiojobs: fix build (#355659) a9b6686b4faa wget: enable parallel building 1830f82831dd wget: 1.24.5 -> 1.25.0 c90513d3ecf2 Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 51928bb6e03d skopeo: 1.16.1 -> 1.17.0 a7b10477c9d8 python312Packages.django-cms: 4.1.3 -> 4.1.4 (#355709) a9d80d3cbf75 sn-pro: 1.2.0 -> 1.3.0 98d7b852a55b b2sdk: add maintainer pmw c6398cbf92f0 b2sdk: 2.5.1 -> 2.6.0 68487f49e1eb eza: 0.20.7 -> 0.20.8 c79fde307d5d Merge master into staging-next 19d66fab291f coqPackages_8_19.autosubst-ocaml: init at 1.1 24e0ade3a637 ocamlPackages.findlib: 1.9.6 → 1.9.7 8ad418297df7 python312Packages.ha-philipsjs: 3.2.2 -> 3.3.3 f6102cdf3d46 python312Packages.pykoplenti: 1.2.2 -> 1.3.0 c8fa2bffecde wl-restart: 0.2.0 -> 0.3.0 e52b835f2535 anyrun: drop Apple support cf69fc271d56 nixos/glances: init (#303320) 3a2110a496fc zap: add .desktop (#355282) af4c8496b159 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 (#355684) b0eadf3d02d0 phpPackages.phpinsights: 2.11.0 -> 2.12.0 (#355687) 90a61b0c074d php83Packages.castor: 0.18.2 -> 0.20.0 (#355696) cda7055443c1 python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4; python312Packages.primp: 0.6.4 -> 0.6.5 (#355393) 3b49d9b094f2 python312Packages.borb: fix build failure on darwin a52c8c81cb3d termscp: 1.15.0 -> 1.16.1 (#355461) 64b1772df83a python312Packages.pymoo: drop patch, fix tests, unbreak a691d6f94445 python312Packages.tensorflow-metadata: update patch, umbreak 17f7b0c016ad `lima`: 0.22.1 -> 1.0.1 (also fixes `vz`) (#355729) d6652f30bb7a showmethekey: 1.15.0 -> 1.15.1 (#355351) 7c3ed1b62e7a python3Packages.essentials-openapi: fix build d42fed462be9 {gpauth,gpclient}: 2.3.7 -> 2.3.9 27787d0d2543 gpclient: Remove absolute path in desktop entry d686cec7d72c {gpauth,gpclient}: Add m1dugh as a maintainer efa287f8505d follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 (#351831) 614358b87aaf csharprepl: format, refactor meta, fix runtime environment, 0.6.6 -> 0.6.7 (#354549) 2e2261dce96c i3: 4.23 -> 4.24 (#355441) ae70d86f3225 woomer: restrict platform support to linux & freebsd 447bad0ad32e kubernetes-helm: 3.16.2 -> 3.16.3 0343e9308d0f python312Packages.celery-redbeat: drop path, unbreak d8fcfb2f5477 kubernetes-helmPlugins.helm-diff: 3.9.11 -> 3.9.12 371aadf3f981 ncspot: use apple-sdk_11 8fe9076af772 ncspot: migrate to new darwin SDK pattern 736cd65982c0 isponsorblocktv: relax rich, unbreak 028a22bd342f python312Packages.viewstate: unbreak, switch to pyproject, run checks 9a9adc6363b6 rabbit: relax deps, unbreak 16f8f20ef478 turbo: migrate to new darwin SDK pattern 893e5bd84c21 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 (#354516) d22d4dc4f85b cargo-lambda: 1.4.0 -> 1.5.0 (#354354) 0d9b400b9c83 garnet: 1.0.18 -> 1.0.36 (#354331) a758b87eecf4 hunt: 2.4.0 -> 3.0.0 614f5b577d37 identity: 0.6.0 -> 0.7.0 (#354325) f50192357e7f commit: 4.1 -> 4.2 (#354309) bc2c463748a2 binary: 5.0 -> 5.1 (#354299) ebae8b830983 python312Packages.pycangjie: unstable-2015-05-03 -> 1.5.0 30d91f8667e8 libbytesize: fix cross compilation (#354886) 0be43c908e5b libcangjie: 1.4_rev_a73c1d8783f7b6526fd9b2cc44a669ffa5518d3d -> 1.4.0 19dc44bb75f2 gtklock: 3.0.0 -> 4.0.0 and plugins (#350671) 796f296a4c50 devbox: 0.13.4 -> 0.13.6 (#353171) d809677d0ad1 unciv: 4.13.2-redo -> 4.14.5-patch1 (#350124) 0aa5bc261b17 scc: 3.3.5 -> 3.4.0 (#350684) 5704b2b60b4a swaytools: 0.1.1 -> 0.1.2 (#350643) 00baab49a16e gcs: 5.27.0 -> 5.28.1 (#351952) 2bf826954667 stereotool: 10.30 -> 10.41 (#351498) e8005c58f833 cryptpad: 2024.9.0 -> 2024.9.1 4591ca443899 buf: 1.46.0 -> 1.47.0 53e00fa0c4b6 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0, cleanup (#351906) 01028cbba54c python312Packages.image-go-nord: 1.1.0 -> 1.2.0; fix build (#352473) f5b0f7f3c388 cargo-audit: 0.20.1 -> 0.21.0 (#352474) 2420c9309721 typst-live: 0.7.0 -> 0.8.0 (#352475) a966d664ca26 log4cplus: 2.1.1 -> 2.1.2 (#352543) e80e84ef83ce anytype: 0.43.1 -> 0.43.4 (#352656) c02332376afb fox: fix darwin builds (#355040) 8d0c0beaa30b zapzap: 5.3.1 -> 5.3.8 c34a33ac1dad mdcat: 2.5.0 -> 2.6.1 (#355726) 4e4997e63e9b peergos: 0.20.0 -> 0.21.0 28c0f4eccc12 age-plugin-yubikey: switch to apple-sdk_11 (#355583) c365c90ec56f hifile: 0.9.9.13 -> 0.9.9.15, add update script; maintainers/ymstnt: update name (#348540) be3bfd191d00 uglify-js: 3.18.0 -> 3.19.3 (#339380) 7ca900f24377 opensc: 0.25.1 -> 0.26.0 (#345666) da355b107f6e snet: disable flaky test and other enhancements (#347643) b23215a15304 killerbee: fix build (#355417) 26b62cbd4bd2 nushell: 0.99.1 -> 0.100.0 (#355657) 45c7fa8bf75d ubi_reader: 0.8.5 -> 0.8.9 (#349029) 6a0872fcc5f3 libation: 11.3.14.2 -> 11.4.1 (#348298) 75152b5d47b5 hugo: 0.136.5 -> 0.138.0 a56d8a9a8a67 rPackages.gdtools: fix build on darwin (#355272) 1b00fcdd3865 maa-assistant-arknights: 5.7.0 -> 5.9.0 84053c3e5346 rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2d25bee5a214 osquery: 5.12.2 -> 5.13.1 (#342807) 6531d2e2b4d2 treewide: add missing sourceProvenance (#354383) 28f12bccafb6 clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 (#352186) 719e8b96f317 ngrok: 3.16.0 -> 3.18.1 (#351005) b50e7536f882 Merge master into staging-next d41262f5e18c smlfut: 1.3.0 -> 1.6.2 (#351881) b7fb73034a7e gptscript: 0.9.4 -> 0.9.5 (#349993) b8c0b71a336a ffsubsync: fix (#338957) 9ddaa7b7c0c6 terragrunt: 0.67.9 -> 0.68.7 (#353981) b3013e270145 gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950) 582516ec6f26 reaper: 7.24 -> 7.27 00205055ce9e terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 (#355649) d9d78eda97ae bitcomet: 2.10.0 -> 2.11.0 3e3c2d8c23c3 rwpspread: 0.3.0 -> 0.3.1 e1e70bdd0bb2 fx-cast-bridge: disable on aarch64-linux d5bab48a3a4b fx-cast-bridge: nixfmt 501505f8c7c9 nixos-option: fix build against nix 2.24 (#355745) 58d559379f9b telegraf: 1.32.1 -> 1.32.2 983779d4f9de python3Packages.heatshrink2: 0.12.0 -> 0.13.0 23be0bbe8a92 tdlib: add update scripts a43e28965068 signal-desktop-beta:7.33.0-beta.1 -> 7.34.0-beta.2 71b30d45bd7a signal-desktop: 7.32.0 -> 7.33.0 5603504a8d27 .github: Use consistent (and correct) formatting across issue templates (#354721) 57fd2fcf1f22 haskellPackages.immortal: disable flaky tests on darwin 74cca271f4d2 vencord: set VENCORD_HASH to finalAttrs.version 8e2ed86268f1 nim-2_0: 2.0.10 -> 2.0.12 (#353592) 294b235922ed xq-xml: 1.2.4 -> 1.2.5 f435d08ed6c0 vencord: 1.10.6 -> 1.10.7 3f9b169c4bff picom: 12.4 -> 12.5; picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 (#355617) 16b6504fedd6 nwg-menu: 0.1.3 -> 0.1.6 3a731d0d3502 python312Packages.nanobind: reenable checks on x86_64-darwin (#355191) c53f8b495453 .github/labeler.yml: assign PHP label to PHP nixos tests (#355682) bbe55aa77ddc ft2-clone: 1.86 -> 1.88 (#354082) e8e3746730b5 sosreport: 4.8.0 -> 4.8.1 e85d60d951ef pinact: 0.2.1 -> 1.0.0 (#353993) 5f9d2d95721c nixos-option: fix build against nix 2.24 1c95a7b4ba0f python312Packages.nextcord: depends on setuptools (#354833) b41355ddf686 exiftool: 12.84 -> 13.00 0b399eef248a Revert "nixos/globalprotect: mention removal" 8f2fa04fd99a Revert "globalprotect-openconnect: remove deprecated 1.x package" 930ff4a616ae tremor-rs: 0.12.4 -> 0.13.0-rc.33 2e88dbad2966 proton-pass: 1.23.1 -> 1.24.1 (#355197) d9472a2e04f9 proton-pass: fix login failures caused by missing TLS certificates (#355388) 755573265fe7 hullcaster: init at 0.1.2 (#354765) 65a0361e01e4 tremor-rs: format using nixfmt 9914e64a47a1 prs: 0.5.1 -> 0.5.2 (#354905) dbfebcd2aeba xen: efi fix (#355708) 88fe58991619 mollysocket: 1.5.1 -> 1.5.2 (#355258) 24f0d4acd634 tdnf: fixup support for rpm >= 4.19 (#355750) 6bed24773e13 dotnet: use stdenvNoCC for runtime/sdk ca2a33dfba16 fsautocomplete: add version test 06ac81f61c82 fsautocomplete: format with nixfmt 1d9a56234fe6 wmii: fix build by disabling python building c6503c6f9f48 python3Packages.mygpoclient: fix typo in package name (#354764) 143be24f0d56 wmii: format using nixfmt 9254e653c164 lima: drop explicit xcbuild dependency 22631622c609 lima: fix vz driver support 424c93460b03 lima: 0.22.0 -> 1.0.1 ba0feae0144c tdnf: fixup support for rpm >= 4.19 b797ec84f83e mergiraf: 0.2.0 -> 0.3.0 (#355653) fd51056d2b25 sus-compiler: 0.0.2 -> 0.1.1 (#354440) 197b257d9f79 pagefind: 1.1.1 -> 1.2.0 (#354442) 0a34e29b1314 zed-editor: 0.160.7 -> 0.161.1 bb0412738134 nu_scripts: 0-unstable-2024-10-03 -> 0-unstable-2024-11-10 d13c9db8c311 libgweather: enable introspection on cross builds (#251956) d029f39ee131 sword: fix crossbuild (#350817) 7fb0e6422090 basedpyright: 1.21.0 -> 1.21.1 eebdbe1497a7 gobject-introspection: Conditionalize `depsTargetTargetPropagated` (#353237) b44eae761486 python312Packages.aiotankerkoenig: refactor eddc58aebd2a cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 (#353741) 01033be4e0e4 backblaze-b2: remove tomhoule as maintainer e0d11823d138 python312Packages.tencentcloud-sdk-python: 3.0.1264 -> 3.0.1265 9ae58a44ef76 python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424) 59787cd5eadf nbsdgames: init at 5-unstable-2023-03-13 (#340530) 97dfe7efe479 maintainers: Remove mkaito (#355650) b3c5e0e6103c fabric-ai: 1.4.54 -> 1.4.99 (#355577) a41173303d0d noto-fonts: 24.3.1 -> 2024.11.01 efdd0dd6f088 yamlscript: 0.1.79 -> 0.1.83 (#355555) 727175b548a7 ffmpeg: add missing variant requirements for amf (#353118) 2257c4a78900 abiword: 3.0.5 -> 3.0.6 (#354064) 82c4c76594a5 darwin bazelDeps hashes 864914bd7eaf ddnet: fix x86 darwin (#355675) 7e22abae1c7b taterclient-ddnet: fix x86 darwin (#355552) a6fd50da7c9d rocketchat-desktop: 4.1.1 -> 4.1.2 1bf0b91f7933 mdcat: 2.5.0 -> 2.6.1 648eadc7b81c vimPlugins.nvim-treesitter: update grammars 7b60598e6a94 vimPlugins: update on 2024-11-13 369ca2bdb61e bazel_7: 7.4.0 -> 7.4.1 df9124802bf4 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into separated files (#289404) db4ac1d3c92d discord: 0.0.73 -> 0.0.74 (#355553) 3a95c9806a55 luaPackages: update on 2024-11-13 8997b86c85c8 vscode-extensions.capatech.betacode: init at 0.1.10 ea8448c90a43 firefox{,-beta,-devedition,-esr-128}-unwrapped: split into sperated files b3a71c7e0d6d Merge master into staging-next 696063988ae1 qpwgraph: 0.7.8 -> 0.7.9 27d7247c36f4 zx: 8.2.0 -> 8.2.2 (#354884) 7f99d4869ecc timescaledb-tune: 0.17.0 -> 0.18.0 8203f3223080 python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292) a793b4db0652 xen: do not assume `version` reflects the actual package version 49653722da96 zathura: add support for more image formats 18979df9f0be dyndnsc: 0.6.1 -> 0.6.1-unstable (#353722) 6377d6272e21 python312Packages.highdicom: downgrade 0.23.0 -> 0.22.0; unbreak (#355562) 2fd7958f0b7f home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676) a92df8c9b64b buildXenPackage: inherit everything from the top-level lib attribute a83c3c5546c1 flashprog: 1.2 -> 1.3 6c17622b4c59 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 (#355422) 9ad54fc8f7f2 python312Packages.django-cms: 4.1.3 -> 4.1.4 998d697689b4 pmix: 5.0.3 -> 5.0.4 517e7427d465 adwsteamgtk: 0.6.11 -> 0.7.1 8972def90abe intentrace: 0.2.4 -> 0.2.5 3927df398956 mkalias: 1.0.0 -> 1.1.0 12faf9e249eb talosctl: 1.8.2 -> 1.8.3 4ac89e5e22d3 todoman: 4.4.0 -> 4.5.0 (#347956) a1af0bc1374a nixos/pay-respects: init module 7f560e226f2c neovimUtils: make installing queries in treesitter grammars optional (#344849) 155168226cb6 shattered-pixel-dungeon: 2.5.3 -> 2.5.4 a9db65e0dd5b nixos/firefox: dedupe identically nativeMessageHosts packages (#335253) 0b609ebe3e3a php83Packages.castor: 0.18.2 -> 0.20.0 c09ee866a5b0 pay-respects: init at 0.4.18 3b8c15e39c3b step-cli: fix hash 5b52e9d7e208 matrix-synapse: 1.118.0 -> 1.119.0 0e2724c2b25d nitrokey-app2: install desktop file and icon a3e7f107c91c rivalcfg: 4.13.0 -> 4.14.0 09d793bb6565 fritz-exporter: 2.5.0 -> 2.5.1 9148144682fc phpPackages.phpinsights: 2.11.0 -> 2.12.0 08ce95fa09a3 nitrokey-app2: add qtsvg a4c1840b8dd7 ddnet: fix x86 darwin b761a3a403fe ddnet: format 483d0dcb3f74 phpPackages.php-codesniffer: 3.9.0 -> 3.11.0 2408c7f62dcb ddnet: 18.6 -> 18.7 (#354991) 0524f3b302b7 Merge: nixosTests.postgresql: run tests with JIT as well (#355502) d84508c0d43c cinny-{unwrapped,desktop}: fix darwin ac313b3f6f18 vault: 1.18.0 -> 1.18.1, vault-bin: 1.18.0 -> 1.18.1 (#352529) fe477b09a2cb autoraise: fix darwin (#355568) 9d9c3b1b1396 fyi: init at 1.0.4 (#332964) 442f066a3f4e taterclient-ddnet: fix x86 darwin 7a4a4b46d891 Merge: nodejs_18: 18.20.4 -> 18.20.5 (#355530) 2b813a44d123 Merge: nodejs_23: 23.1.0 -> 23.2.0 (#355273) 1112eb8f1ad0 qtscrcpy: init at 2.2.1 fe57c7b36413 pghero: 3.5.0 -> 3.6.1 (#353756) b2c9422d5c96 infrastructure-agent: 1.57.2 -> 1.58.0 06d09b00d91e python312Packages.duckduckgo-search: 6.3.2 -> 6.3.4 40c8c30db79c python312Packages.primp: 0.6.4 -> 0.6.5 189f5dcfb3e1 python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 8ee63a651d79 passt: support cross compilation (#334097) fe0ab2747612 python312Packages.db-dtypes: 1.3.0 -> 1.3.1 (#355604) d2bde715f228 libbytesize: fix cross compilation b2f99243f82f python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 (#355612) 816904329c52 python3Packages.pyramid-multiauth: fix build fe6a9751e6a8 twitch-tui: 2.6.16 -> 2.6.17 (#355619) c2c64057445c python3Packages.pyramid-multiauth: adopt 385bf373b972 rke: 1.6.2 -> 1.7.0 (#355624) 005ec2709794 nixos/nixosTests.kerberos: add test suite for LDAP backend 35f27405c743 kubescape: 3.0.18 -> 3.0.19 (#355632) 3d8c291e21ac tev: 1.28 -> 1.29 (#355635) 0ee34b361bc2 fastly: 10.15.0 -> 10.16.0 (#355578) 6a9bda32519e kubectl-node-shell: 1.10.1 -> 1.10.2 (#355580) de13e0f3a134 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 (#355585) 3f7e0ddd7bed python312Packages.sqlfmt: 0.23.2 -> 0.23.3 (#355589) ebc2b2331a0c python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 (#355591) 82fedb741296 lua-language-server: 3.12.0 -> 3.13.0 (#355600) fd0e5211c1c0 bazecor: 1.5.3 -> 1.5.4 (#355538) aa757b7517be ipscan: no longer broken (#355541) a2dfffde5eec ugrep: 7.0.2 -> 7.0.3 (#355542) 3b5ad7645fab stac-validator: init at 3.4.0 (#349140) ac690f3621d4 _9pfs: 0.3 -> 0.4 (#355544) b2e941f76217 Merge: screen-message: 0.28 -> 0.29 (#355435) b74efc4f32e8 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 (#355549) ae53b42a9787 hyprwall: init at 0.1.8 83cabf210fb7 cnspec: 11.29.0 -> 11.30.0 (#355515) 83843ce1e61f python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 (#355516) ff8d7595c371 libkrunfw: 4.4.2 -> 4.5.1, libkrun: 1.9.5 -> 1.9.6 (#355239) 9578e8ba9b44 centrifugo: 5.4.5 -> 5.4.7 (#355522) 5ff6c0fe7f70 soundsource: 5.7.1 -> 5.7.3 (#355526) 1464da63228b raycast: 1.85.0 -> 1.85.2 (#355527) e6d544a46ee0 dnf5: 5.2.6.2 -> 5.2.7.0 f1dbe9cd97e2 python3Packages.clarifai-grpc: fix build de80afd0e3b0 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 (#355204) 49dbfd66ac9a yafc-ce: 2.1.0 -> 2.3.1 (#355085) da44d790f551 s3ql: 5.2.2 -> 5.2.3 2134e3f19d7c python312Packages.pynvim: 0.5.1 -> 0.5.2 5e7b71fa1bac python3Packages.aiojobs: fix build bd43c4d6c961 gtklock-userinfo-module: 3.0.0 -> 4.0.0 18b40fe3acf7 gtklock-powerbar-module: 3.0.0 -> 4.0.0 8c307b51efbb gtklock-playerctl-module: 3.0.0 -> 4.0.0 48c03f11aae9 gtklock: add module compatibility check helper 25e67ab7fd27 gtklock: 3.0.0 -> 4.0.0 676b56208b33 gtklock-userinfo-module: format with nixfmt-rfc-style 7b9bf8ab9846 gtklock-userinfo-module: move to pkgs/by-name 0c8cec39e762 gtklock-powerbar-module: format with nixfmt-rfc-style 060794d95058 gtklock-powerbar-module: move to pkgs/by-name 77df6568e1c0 gtklock-playerctl-module: format with nixfmt-rfc-style 2421f1e6eef8 gtklock-playerctl-module: move to pkgs/by-name e220f5b28da0 gtklock: format with nixfmt-rfc-style 76bd26326b69 gtklock: move to pkgs/by-name 42020ebcbb2b nushellPlugins.units: 0.1.2 -> 0.1.3 5729a02f59b6 nushell: 0.99.1 -> 0.100.0 43eac3c9e618 godot_4-mono: fix build on aarch64 (#355322) 70bad31fbc9b python3Packages: don't depend on setup hooks' bash eval (part with fewer rebuilds) (#354811) 63c3362dc1ff zap: add .desktop d6721ede3100 Merge master into staging-next 2a5f1d4e5784 python312Packages.optax: 0.2.3 -> 0.2.4 8feba149a095 mkaito: Remove 8b4df30ab31f Mindustry: fix build on non x86 device (#355174) 17767a5a0573 invidious: move to by-name (#355086) 9cf7633df6db choparp: init at 0-unstable-2021-04-23 (#346415) f421151c7922 nushellPlugins.net: fix updateScript 8fbedfeaa844 oils-for-unix: 0.23.0 -> 0.24.0 (#355218) 07c2bf8ed9fc terraform-providers.temporalcloud: 0.0.13 -> 0.0.14 ea9923c62f04 nixos/incus: add incus-user service and socket 61f65fee8985 release.nix: add haskell.packages.ghc910.haskell-language-server (#354537) 8d24c9c043c7 dnf-plugins-core: 4.9.0 -> 4.10.0 fa06fc608800 intentrace: init at 0.2.4 (#354843) 2c2e671e7b1a opensc: 0.25.1 -> 0.26.0 e6e7bee10169 opensc: move to pkgs/by-name, format, add updateScript 1661444658c8 tev: 1.28 -> 1.29 6733601f454b mergiraf: init at 0.2.0 (#354870) 6da9bf9e5e3b zitadel.console: remove mkYarnPackage usage (#341784) e20fe1ef2865 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 (#352454) 4f10285eed2f brave: darwin support, add darwin maintainer (#352880) 7ae188948632 ffmpeg-livepeer: init at 7.0.1; livepeer: 0.5.20 -> 0.8.0 (#354396) dffbf17037bc phash: compilation fixes (#354135) 325c77056e6e python310Packages.websockets: disable failing test (#355409) 739577bcf30a termscp: 0.15.0 -> 0.16.1, fix build 048e6a29fdc0 ocrfeeder: fix build (#355431) 7a48608acc9e yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 (#350748) 1e21561aaca9 circt: fix build for x86_64-darwin on rosetta (#355368) 9a727d49f514 pflask: fix build (#354944) dc2fb220b180 macmon: init at v0.3.3 (#354348) 460abae34ca1 python312Packages.bids-validator: fix build (#353943) 8c92ecb1e473 termscp: add update script 8a47142cb3e1 circom: fix hash (#355217) 3d381bc1a352 picom-pijulius: nixfmt, order attrs e0e61b866897 bazel_7: 7.3.1 -> 7.4.0 (#355457) 6cd4419ebe8e picom-pijulius: remove unnecessary dependencies 53954fac55d3 python312Packages.nlpo3: init at 1.3.0 (#318279) 6b1d3eaf40da bitwarden-desktop: fix system authentication (#339384) 70f3a840c8c0 picom-pijulius: 8.2-unstable-2024-10-30 -> 8.2-unstable-2024-11-12 64f3ee0bea9d mpb: init at 1.11.1 (#354821) 9f44eeafb596 kubescape: 3.0.18 -> 3.0.19 9318b67ce904 unyaffs: init at 0.9 (#348979) a8e999485053 rip2: Add shell completions (#355234) 2d178aa49af3 picom-pijulius: skip version check c2af404e700c screenly-cli: 1.0.1 -> 1.0.2 (#355487) d42e0bff450c google-chrome: 130.0.6723.91 -> 131.0.6778.69 (#355430) a20e382e0741 wasm-tools: 1.219.1 -> 1.220.0 ecfee66ef8a7 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288) 3678a98d9316 rke: 1.6.2 -> 1.7.0 f5ea50671e20 guymager: init at 0.8.13 (#278529) 19c8a9d089ae maintainers: add deeengan (#354438) 0b72f7531ff9 immersed: nixfmt (#354619) 1198058ffefe syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 (#354422) 316ec39fed35 trimage: migrate to pkgs/by-name (#354864) ccc1d7f5c780 twitch-tui: 2.6.16 -> 2.6.17 41b182511ed8 redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 (#354406) 5919e1b28322 typos: add passthru.tests.version and updateScript (#354982) 9b0c876b0cbf gpac: migrate to new apple-sdk pattern (#355296) e248daeebcb9 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 7ce8314339cb maintainers: rename milran to wattmto (#355397) edb5aee09b39 i3: fetch source from github 8f0e11b47ba3 trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 (#355437) 251c9817f465 i3: restrict platforms to unix e51816b27e8d i3: modernize 2295e861085a hpuefi: only build on x86_64 (#355419) 678793e1b593 picom: remove `with lib;` order `meta` attrs a267891f09ff i3: reformat with nixfmt-rfc-style 9d42c2df73b6 i3: 4.23 -> 4.24 cd518d05b1ce picom: add version check hook 263a5d909ada alist: add proxyVendor (#355614) 95cf00df1515 eslint_d: 14.1.1 -> 14.2.2 (#355489) 3b5b0af7c6db picom: 12.4 -> 12.5 d022b09c816b picom: add update script 0b4a7c770933 picom: nixfmt 05169e07a654 alist: add proxyVendor 73a8841142e7 ocamlPackages.x509: 1.0.2 → 1.0.4 8af4bbfdf1c3 skypeforlinux: 8.131.0.202 -> 8.132.0.201 (#355492) 367883be893d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 (#355370) 5d3feed6f5c4 python312Packages.dnf4: 4.21.1 -> 4.22.0 9f2d3e2c21a0 alist: init at 3.38.0 (#348717) 8a103a32b455 alist: init at 3.38.0 481ac026baed python312Packages.db-dtypes: 1.3.0 -> 1.3.1 708febeaf624 lua-language-server: 3.12.0 -> 3.13.0 e92d5eb30850 nixos/protonmail-bridge: fix typo (#355520) c9eccaddb70e python3Packages.dulwich: 0.22.1 -> 0.22.5 (#355275) ee3281ad34de unciv: 4.13.2-redo -> 4.15.5-patch1 15e42a222f50 git-credential-keepassxc: use new Darwin SDK pattern 2cb29c59a27c obsidian: 1.7.5 -> 1.7.6 (#355452) 253959e79937 python3Packages.djangocms-alias: init at 2.0.1 28ca8a8a38f1 wapiti: 3.2.0 -> 3.2.1 2c1ccda6a6a4 make env VITE_FIREBASE_CONFIG more readable e3b3940ed98f rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 081cc2c43191 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1, python312Packages.lacuscore: 1.12.0 -> 1.12.3 (#355521) 55b770c3712c python312Packages.jsonargparse: 4.33.2 -> 4.34.0 (#355524) 9a237768c793 checkov: 3.2.286 -> 3.2.291 (#355507) 679cf05e2919 python311Packages.angr: 9.2.127 -> 9.2.128 (#355511) a366c2aa2f30 python312Packages.mypy-boto3-*: updates (#355518) 50eb4d03f79c Merge master into staging-next 85036e32ff17 afsctool: use new Darwin SDK pattern d4fb1d3a52ae afsctool: 1.7.0 -> 1.7.3 509edbf1b5c0 python312Packages.meross-iot: 0.4.7.3 -> 0.4.7.5 3ed52796243d python312Packages.geoalchemy2: 0.15.2 -> 0.16.0 2f097593e7c4 python312Packages.sqlfmt: 0.23.2 -> 0.23.3 1641c8d30380 valkey: 7.2.7 -> 8.0.1 (#347906) 539826a5bfc9 treewide: use new Darwin SDK pattern on some packages (#355156) c255dffa53e8 anyrun: format rfc style b05db67be94b rustus: nixfmt f507397ee578 rustus: move to by-name 66caffaeaa24 python312Packages.precis-i18n: 1.1.0 -> 1.1.1 97e5ddb3eb17 komikku: 1.60.0 -> 1.62.0 (#355017) 00e680083a98 age-plugin-yubikey: switch to apple-sdk_11 83986d4e5ced libdnf: 0.73.3 -> 0.73.4 872d3124f618 imagemagick: fix build on Darwin (#355536) 9bc7167c19ee kubectl-node-shell: 1.10.1 -> 1.10.2 7dd004fe3ccc speedtest: init at 1.3.0 bc3593677c56 fastly: 10.15.0 -> 10.16.0 a0778d4074b9 fabric-ai: 1.4.54 -> 1.4.99 bc8f8d1be58e mdbook-variables: init at 0.2.4 (#355106) 599a52036982 runpodctl: init at 1.14.4 (#300790) 778d2657ecd6 upgrade-assistant: init at 0.5.820 (#352011) ba3b5f1759fc uwsm: 0.20.1 -> 0.20.4 (#355428) 783bac01a67e hyprutils: 0.2.3 -> 0.2.5; hyprlang: let it build on other platforms (#355436) fc3fa30f42ac hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440) 1329ef8c981e ironwail: 0.7.0 -> 0.8.0 (#355098) 60d453ca9153 libdeltachat: 1.142.12 -> 1.148.7 c78d5b6f0db7 litestar: init at 2.12.1 (#355414) 1cc1fbeeb9f5 jpilot: init at 2.0.2 (#350040) e4fb7a535f8a granted: 0.36.2 -> 0.36.3 4f454cef5554 granted: 0.36.1 -> 0.36.2 e0bef3977e51 uair: 0.6.1 -> 0.6.2 (#355173) 851ec0dc6a2c zx: 8.2.1 -> 8.2.2 3766c3b08a8a zx: 8.2.0 -> 8.2.1 27b322afcf65 ngtcp2: switch to apple-sdk_11 (#355344) 90190700fe4f terragrunt: 0.67.9 -> 0.68.7 863931dca176 cargo-i18n: fix build with newer versions of Clang (#355565) b08195b3b9b9 mill: 0.12.0 -> 0.12.2 (#355200) 0be80ef7e0c9 pmars: init at 0.9.4 (#347177) 9ce28cbd7ed6 autoraise: fix darwin 11a53d9dcce4 gollama: init at 1.27.17 (#355405) 77d16a17acd6 cargo-i18n: fix build with newer versions of Clang 47ad8bbeb5fb cargo-i18n: update for new Darwin pattern 55d3371c22f3 jetbrains.plugins: update ac5655b48f73 jetbrains: 2024.2 EAP -> 2024.3 EAP 1e1dcc53f94f Revert "python3Packages.highdicom: 0.22.0 -> 0.23.0" 77467888cead audiobookshelf: 2.16.1 -> 2.16.2 (#354188) a45548f79e90 python312Packages.backports-cached-property: remove 9f4b11ccd225 python312Packages.backports-shutil-get-terminal-size: remove d08191e8df80 python312Packages.backports-shutil-which: remove 62a74f8045b1 eclipses: 2024-06 -> 2024-09 (#347639) 8bb12a39a205 yamlscript: 0.1.79 -> 0.1.83 80fdc8b778d0 Merge master into staging-next 8a01636d81f2 python3Packages.dulwich: 0.22.1 -> 0.22.5 61e936eea50e discord: 0.0.73 -> 0.0.74 24dbf44d65bc taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034) 34d960e37804 microcode-intel: 20241029 -> 20241112 (#355528) d174bf438b1d nixos/glances: init module c58994e8b4ef maintainers: add claha 33cf0cd04ac1 terraform-providers.cloudamqp: 1.32.0 -> 1.32.1 086e523c470a xen: delete patching infrastructure, 4.19.0 -> 4.19.0-unstable-2024-11-12 (#355535) 56fea726ff32 rpm-sequoia: fixup darwin build (#355540) a05f1b8b10de cinny-{unwrapped,desktop}: 4.2.2 -> 4.2.3 6732856057af coder: 2.15.1 -> 2.16.1 1b3154e6667b ipscan: no longer broken f071ea7fc9c4 _9pfs: 0.3 -> 0.4 58e38adf0cfd ugrep: 7.0.2 -> 7.0.3 525c38a835c1 todoman: add sphinxHook 57e033c7d1eb sphinx-click: init at 6.0.0 d7356ad0568f todoman: 4.4.0 -> 4.5.0 ea8765869083 nodejs_23: 23.1.0 -> 23.2.0 e4ab3bf4d3a8 xen: 4.19.0 -> 4.19.0-unstable-2024-11-12 a1f03a04d4f0 xen: delete patching infrastructure bed1d1e44aa3 rpm-sequoia: fixup darwin build df5cb0089937 bazecor: 1.5.3 -> 1.5.4 4aa45b36fe22 imagemagick: fix build on Darwin 45d55abd3964 llvmPackages.libcxx: Include libc sources in input (#354470) be6dc3cdef08 immich-machine-learning: unpin pillow (#355355) ffd38a704453 xen: resolve some TODO comments e3b83d45258e xen: fix IPXE sourcing cc397b29a3d9 nodejs_18: 18.20.4 -> 18.20.5 2bdf3a8fd9e2 microcode-intel: 20241029 -> 20241112 3a5902323ec1 invidious: move to by-name 55008535a81e raycast: 1.85.0 -> 1.85.2 1200719b873a fzf: 0.56.0 -> 0.56.2 (#355352) 55ffc2a7cf77 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 (#355373) fc68f5d814ee python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396) ff9145a528b5 soundsource: 5.7.1 -> 5.7.3 4ac41e0f5f72 vtsls: init at 0.2.6 (#347284) 4f34a3dffbbf python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294) 34065832055a openbsd.sys: init dd80162819bb centrifugo: 5.4.5 -> 5.4.7 acc529b05473 yafc-ce: 2.1.0 -> 2.3.1 28287ac01f1d python312Packages.lacuscore: 1.12.0 -> 1.12.3 d1b042e2fa06 music-assistant: 2.2.7 -> 2.3.2 20549c4544a5 python312Packages.mypy-boto3-rds: 1.35.50 -> 1.35.59 0b8191aad521 python312Packages.mypy-boto3-payment-cryptography: 1.35.0 -> 1.35.59 cfdbb4e2fe63 python312Packages.mypy-boto3-outposts: 1.35.38 -> 1.35.58 866e1d6c714c python312Packages.mypy-boto3-opensearch: 1.35.52 -> 1.35.58 042b0bef2366 python312Packages.mypy-boto3-lambda: 1.35.57 -> 1.35.58 b56a493849dc python312Packages.mypy-boto3-inspector2: 1.35.4 -> 1.35.58 2d02b1a42317 python312Packages.mypy-boto3-gamelift: 1.35.13 -> 1.35.59 f596dffd0dad python312Packages.mypy-boto3-fis: 1.35.12 -> 1.35.59 fdd2b90f4e7c python312Packages.mypy-boto3-controltower: 1.35.0 -> 1.35.59 07ceb45f3ef5 python312Packages.mypy-boto3-codebuild: 1.35.55 -> 1.35.59 99fc7a750101 python312Packages.mypy-boto3-cloudfront: 1.35.0 -> 1.35.58 3446825e4726 python312Packages.playwrightcapture: 1.27.0 -> 1.27.1 aa79218b2c6d nixos/protonmail-bridge: fix typo b8e8cd93f3a3 python312Packages.jsonargparse: 4.33.2 -> 4.34.0 39b547fb848f python311Packages.angr: 9.2.127 -> 9.2.128 947b12a5957e python312Packages.claripy: 9.2.127 -> 9.2.128 2abeff7730e7 python312Packages.cle: 9.2.127 -> 9.2.128 70e17e37baa4 home-assistant-custom-components.systemair: init at 0.2.0 (#355509) a1fc14ab31ac home-assistant-custom-components.systemair: init at 0.2.0 077fa85512bf kubectl-klock: 0.7.0 -> 0.7.2 (#355184) 78fadb1e3250 emacsPackages.icicles: 0-unstable-2023-07-27 -> 0-unstable-2024-10-29 773b306fe4cf tigerbeetle: 0.16.8 -> 0.16.12 (#355295) 97c0dbaf3ed5 openbsd.make-rules: Fix hardcoded /bin/pwd 19a0c224840d openbsd.boot-ctags: init 5cd3d0ef0fb0 openbsd.boot-config: init d48f526db36c openbsd.{compat,compatHook}: init 51a07b20cd6b openbsd.mkDerivation: add `extraNativeBuildInputs` input 62d8501eb87d netbird: 0.31.0 -> 0.31.1 (#355333) faab3ebba5d1 python312Packages.pyvex: 9.2.127 -> 9.2.128 1aee3f183b68 python312Packages.ailment: 9.2.127 -> 9.2.128 7cbb66324fca python312Packages.archinfo: 9.2.127 -> 9.2.128 0721fb5f387c xen: patch with XSA-464 (#355434) 171278f7d1b5 checkov: 3.2.286 -> 3.2.291 92fc06ebb0cc cnspec: 11.29.0 -> 11.30.0 9991b9b98402 python312Packages.tencentcloud-sdk-python: 3.0.1263 -> 3.0.1264 f9969cbf471f python3Packages.conan: disable unstable test 5ea3790cbe82 python3Packages.vapoursynth: remove useless $src from unittestFlagsArray 0032be6d426e python3Packages.bottleneck: avoid bash eval in pytestFlagsArray c23f21beadac python3Packages.dtw-python: set pytestFlagsArray in preCheck hook cfd186f09781 python3Packages: remove left-over "--numprocesses" 5eeb03141c42 python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck 676b249c5563 python3Packages.iso4217: avoid mis-using $pname f363956c3c64 python3Packages.macaddress: remove useless $src from pytestFlagsArray 95a3185bf895 fichub-cli: disable only test the easy way 23b7dc80662f picard: set localedir without relying on bash eval d9e756a5957d google-chrome: 130.0.6723.91 -> 131.0.6778.69 948647235213 nixosTests.postgresql: run tests with JIT as well 7b86326c21ca wstunnel: 10.1.5 -> 10.1.6 (#354648) 98cf6cd0b5f0 pmars,pmars-x11: init at 0.9.4 a8595647d090 imagemagick: 7.1.1-39 -> 7.1.1-40 (#354898) b1ca8bea94a7 skypeforlinux: 8.131.0.202 -> 8.132.0.201 87774518c80d eslint_d: 14.1.1 -> 14.2.2 0ef44b6c4215 python312Packages.flask-wtf: 1.2.1 -> 1.2.2 91271320d602 fcast-client: correct mainProgram (#355474) 870ce837c555 rip2: Add shell completions 4adac0bc9bc1 screenly-cli: 1.0.1 -> 1.0.2 7b8750413dc0 miniflux: 2.2.2 -> 2.2.3 (#355453) dbd8326b7fa6 Merge: wordpress: drop unmaintained release (#355291) e1571aa9a2ac linuxPackages.amneziawg: init at 1.0.20240711 (#331598) 681bc920f859 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled (#349620) 7661bb7fe98b remarshal_0_17: init at 0.17.1; pkgs.formats.yaml_1_1: rename from pkgs.formats.yaml (#354687) 9c85c8a22af0 Merge remote-tracking branch 'origin/master' into staging-next f1e22103a914 python3Packages.sphinx-multiversion: init at version 0.2.4 (#311589) 1556ad266af5 nixos/changedetection-io: fix creation of data dir (#318666) 119988ccad93 sphinxcontrib-moderncmakedomain init at 3.29.0 (#305426) c2bf12deb8ea python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367) d78511dc830b protoc-gen-swift: init at 1.28.2 (#321607) 383242a1016d automatic-timezoned: 2.0.34 -> 2.0.38 33811d45da29 grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 f7c6f3765d91 miru: 5.5.6 -> 5.5.8, `with lib;` cleanup (#355380) ef9b4bce3e48 gfie: init at 4.2 (#321007) a0292698ca0f fcitx5-rime: allow empty `rimeDataPkgs` (#354400) 6bfde7268fbf evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module (#352720) 80f21b695198 lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112) 1bd2aeb9d95d python312Packages.pybind11-stubgen: init at 2.5.1 5f2fad777bf0 cocoapods: 1.15.1 -> 1.16.2 (#353856) b2ab05c42302 bleep: 0.0.7 -> 0.0.9 (#346909) 9c66a68772c9 linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 (#354639) 04adc05ffea7 Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 4c68e3ed535c kazumi: 1.4.1 -> 1.4.2 (#354581) 9fddf172b2f8 pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) b6b55a99c1ef fcast-client: correct mainProgram a8892ad6ae1c Update pkgs/development/tools/build-managers/bazel/bazel_7/default.nix 1d86cdc95346 Firefox: 132.0.1 -> 132.0.2 (#355444) 8487e692fd7a lib/licenses: add bsd3Lbnl 847abf1b5e6a buildkite-agent: 3.85.1 -> 3.86.0 (#355454) e367e3704516 python312Packages.python-docs-theme: 2024.6 -> 2024.10 (#352284) e9ceb6d1da44 python312Packages.htmltools: 0.5.3 -> 0.6.0 (#352294) fc2693395d15 python312Packages.pyphen: 0.16.0 -> 0.17.0 (#352152) 18135de79a96 nixos/firefox: dedupe identically nativeMessageHosts packages 3a475abf3cce go2rtc: 1.9.6 -> 1.9.7 f93ca1b530ac litecli: 1.11.0 -> 1.12.3 (#354267) 92ab668bcde5 websocat: 1.13.0 -> 1.14.0 4203dd258451 python312Packages.exchangelib: 5.4.3 -> 5.5.0 (#351993) 7108a1dec0fd valkey: Fix 8.0 upgrade and enable strict deps d3105fec4c16 i3status-rust: 0.33.1 -> 0.33.2 4d991cf7d008 sqlboiler: 4.16.2 -> 4.17.0 (#355014) 850c64da37df gomplate: 4.1.0 -> 4.2.0 (#355183) 9f1f4969a88d prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) b7b4b6c022d4 librime: 1.11.2 -> 1.12.0 (#355249) b990900ebf2d hyperfine: 1.18.0 -> 1.19.0 (#355326) 01b4e0c021e0 ndstool: 2.1.2 -> 2.3.1 (#355329) 3f1edde9c093 python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 (#355432) f2072b2f5e83 scalr-cli: 0.16.0 -> 0.16.2 (#355371) 3a43d3e4910e python312Packages.yfinance: 0.2.48 -> 0.2.49 (#355372) eb16e8467b99 tui-journal: 0.12.0 -> 0.12.1 (#355375) b82f4c76fbf5 wlink: 0.0.9 -> 0.1.0 (#355384) d9366137b18d python312Packages.meraki: 1.51.0 -> 1.52.0 (#355385) bceebe8702d0 guymager: init at 0.8.13 168d5617a278 libguytools: init at 2.1.0 97d290e76150 codeql: 2.19.1 -> 2.19.3 (#355395) 3a352b1e6fa6 lxgw-neoxihei: 1.207 -> 1.211 (#355403) 76d4d46b0c71 nixos-rebuild: set SSHOPTS earlier so that we resolve the correct hostname 1ef184d9fa75 scmutils: init at 20230902 (#340184) 6c478159ecbf gittuf: 0.6.2 -> 0.7.0 (#355406) ac5c04acd7e3 civo: 1.1.91 -> 1.1.92 (#355408) 40309b01f013 cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 (#355411) 218138d2612a mar1d: fix build (#355125) 0b5517d9c325 python312Packages.emborg: 1.40 -> 1.41 (#355459) 403a63403242 python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335) 5d4ecf1b8f69 swapspace: 1.18 -> 1.18.1 (#355337) 0e1fd8e171f1 picocrypt: 1.43 -> 1.44 (#355342) 075f17dbe6b7 function-runner: 6.2.1 -> 6.3.0 (#355346) 7001b6719bcf picocrypt-cli: 2.08 -> 2.09 (#355348) 5c1534c18f47 fastcompmgr: 0.4 -> 0.5 (#355349) 95c16b674953 buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357) 9ec5e03cb1bb testkube: 2.1.56 -> 2.1.61 03ea16610a56 cargo-mutants: 24.9.0 -> 24.11.0 bdbdbee17d62 python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302) fc6278d271c7 cargo-llvm-cov: 0.6.12 -> 0.6.14 15c38e737871 cargo-llvm-cov: fix tests (and thus the build) a541772c7a65 python312Packages.psrpcore: 0.3.0 -> 0.3.1 (#355305) 9fdf3ef937b2 linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 (#355308) 1d5d5819a7d2 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 (#355310) db041533e68e rustlings: 6.3.0 -> 6.4.0 (#355313) bb6f8128ab42 python312Packages.wirerope: 0.4.7 -> 0.4.8 (#355316) 8daea9e07a73 dufs: 0.42.0 -> 0.43.0 (#355321) 6aed578b9fff ticker: 4.6.3 -> 4.7.0 (#355307) 48d9ef212d12 intentrace: init at 0.2.4 b8ec4cb089bb python312Packages.emborg: 1.40 -> 1.41 83bc60628cb1 bazel_7: 7.3.1 -> 7.4.0 ac225abfd139 maintainers: add cloudripper e6fa8c6399e9 Revert "rav1e: remove build-time dependency on libgit2" (#355456) 1500c7ce7aa3 termscp: remove `with lib;`, order `meta` attrs 0b3e980d8f2a termscp: nixfmt 5669da4b8977 python312Packages.amqp: 5.2.0 -> 5.3.0 e0e7d7ee5d5a xmlcopyeditor: fix darwin build (#355301) 10002648a5f5 Revert "rav1e: remove build-time dependency on libgit2" 0b700c72b77c Revert "rav1e: use new Darwin SDK pattern" ffe9c8e500b4 mopidy: include the PipeWire GStreamer plugin (#355207) 1253fadac437 buildkite-agent: 3.85.1 -> 3.86.0 b028d7c423c7 miniflux: 2.2.2 -> 2.2.3 49b9f8f39bd5 miniflux: add adamcstephens as maintainer f3b123ec9ddb obsidian: 1.7.5 -> 1.7.6 c9428444e2c9 nixos/fail2ban: fix typo (#355328) 18e6680cb455 rav1e: remove build-time dependency on libgit2 (#355325) 95c55e6d11d5 ecsk: init at 0.9.3 (#351894) df8b26b3f795 icinga2: 2.14.2 -> 2.14.3 (#355443) 13b0b44e781a immich: re-add perl to $PATH (#355266) 1c67d02cd2e4 goxlr-utility: 1.1.1-unstable-2024-08-06 -> 1.1.4 fixes #352352 40d5f22cd75d nixf: 2.4.0 -> 2.5.0 (#355102) 634e1abe7abb redka: 0.5.2 -> 0.5.3 (#355334) 3da7d288a049 bazel 7.1 -> 7.3 (#338264) 9173aeb879d1 firefox-bin-unwrapped: 132.0.1 -> 132.0.2 5368df695cac firefox-unwrapped: 132.0.1 -> 132.0.2 cb68e8591c66 hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 25218cad33b8 hyprlauncher: init at 0.1.2 (#353162) 25a1708f211b trinity: 1.9-unstable-2023-07-10 -> 1.9-unstable-2024-09-19 e6353955db2c hyprlang: build on all platforms 3b619965a692 trinity: add passthru.updateScript 7d81e407089b hyprutils: let it build on freebsd 14a09fe48f5b screen-message: 0.28 -> 0.29 6ea31c8a7e63 trinity: nixfmt c8f273345664 hyprutils: 0.2.3 -> 0.2.5 e2e79be9c8ac python312Packages.datalad: disable failing test (#355222) 2a41ac2cdc6a python312Packages.uarray: unbreak, use new build system, adopt (#354604) 68bf0eb02217 xen: patch with XSA-464 33aec5e694ae gollama: init at 1.27.17 dcc7d30300f7 ocrfeeder: fix build ec9bdee8594e python312Packages.google-cloud-bigquery: 3.26.0 -> 3.27.0 535dd3f465ae uwsm: 0.20.1 -> 0.20.4 cb61b38f6a52 python312Packages.backports-zoneinfo: remove 03bf2d930089 element-desktop: 1.11.84 -> 1.11.85 (#355400) 506494e4bfcf python312Packages.gftools: 0.9.71 -> 0.9.74 981f762fefc7 jpilot: 2.0.1 -> 2.0.2 e84493b5e155 jpilot: init at 2.0.1 912167e3e84b pilot-link: init at unstable-2022-09-26 8e48501956f2 python3Packages.pyrad: 2.4-2023-06-13 -> 2.4-2024-07-24 39959e10a829 ocrfeeder: nixfmt d330b319fa0c tinyfetch: init at 0.2 (#354927) 735722572029 hpuefi: only build on x86_64 a32a7848bc97 killerbee: fix build c9fa166a596e litestar: init at 2.12.1 ae8c3f20687c python312Packages.aiorussound: 4.0.5 -> 4.1.0 (#355359) e46e13740aab notonoto: init at 0.0.3 (#355067) 906f3ffafb9e element-web: passthru conf to allow extending it via modules without discarding already set config (#355225) acbab2f03f2c libamqpcpp: build with cmake support (#349764) 8c8d460d631e cloudflare-dynamic-dns: 4.3.5 -> 4.3.9 b76273df40a6 netmaker-full: 0.25.0 -> 0.26.0 (#354577) 0a3b14980c5e python310Packages.websockets: disable failing test 891fbc09c9bd plymouth-blahaj-theme: init at 1.0.0 (#348061) 2d5679a821e8 python312Packages.openmm: 8.1.2 -> 8.2.0 (#354739) f327cded4388 oauth2-proxy: 7.6.0 -> 7.7.1 (#352816) e7b52180b05d juju: 3.5.3 -> 3.5.4 (#352832) 44f08394de16 civo: 1.1.91 -> 1.1.92 a9eb46aa3df4 gittuf: 0.6.2 -> 0.7.0 ef28f0aa0f51 ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 (#355378) 6981abc68b07 superhtml: 0.5.0 -> 0.5.1 (#352539) b4d4509dd536 Merge master into staging-next 216f83d2cd87 lxgw-neoxihei: 1.207 -> 1.211 78d00070372b plymouth-blahaj-theme: init at 1.0.0 23bb92fdae34 planify: 4.11.4 -> 4.11.6 (#354994) b91f647a35c4 element-desktop: 1.11.84 -> 1.11.85 e0b119b80ffe python3Packages.picologging: init at 0.9.4 97e7b8bed53b ngtcp2: switch to apple-sdk_11 436183649d8c invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 98dddf639ee0 sfwbar: 1.0_beta15 -> 1.0_beta16 (#355214) cb88cda0d42f nixos/systemd-stage-1: Do not run code from stage 2 until it's actually time to switch-root. (#355166) 0af7aa2a117e picom: 12.3 -> 12.4 (#355250) 312b6643afbd python3Packages.meep: add mpb support fcb0131cc86c mpb: init at 1.11.1 f551260267fa python3Packages.private-gpt: Fix build 1dd9f1d67dc3 python3Packages.polyfactory: init at 2.18.0 90fb183cc707 codeql: 2.19.1 -> 2.19.3 9880ca7cc171 kangaru: init at 4.3.2 (#349770) 7e1c78239190 python312Packages.radish-bdd: fix missing yaml dependency (#353167) 51c8642af988 talosctl: 1.8.1 -> 1.8.2 (#351908) 8861de327d78 go-ios: 1.0.150 -> 1.0.155 (#354441) 1f4edbfbe613 python3Packages.django-cms: init at 4.1.3 (#354163) 0ae1cd185b7e python312Packages.exchangelib: 5.4.3 -> 5.5.0 2e0d91096696 macmon: init at v0.3.3 77b0250bfcbd stirling-pdf: 0.29.0 -> 0.30.1 (#352066) 7652fcf8b9e8 python312Packages.pyphen: 0.16.0 -> 0.17.0 62cfb3e8d8b1 kitty: use makeBinaryWrapper to wrap kitty executable (#352795) 80a8ca4208e5 vitess: 20.0.2 -> 21.0.0 (#352200) ea22e00b7542 python312Packages.python-docs-theme: 2024.6 -> 2024.10 ab1f1910e05a python312Packages.htmltools: 0.5.3 -> 0.6.0 54ce061f2480 calico-apiserver: 3.28.2 -> 3.29.0 (#352325) dc21ec8373bb go-ios: 1.0.150 -> 1.0.155 890c384fef58 fava: 1.28 -> 1.29 (#352357) 8ed8ee7bdbf1 python312Packages.mlflow: 2.16.2 -> 2.17.2 (#351550) e09ef55467a9 proton-pass: fix login failures caused by missing TLS certificates 564eb95ad695 python312Packages.meraki: 1.51.0 -> 1.52.0 db3e4ba22d94 wlink: 0.0.9 -> 0.1.0 50ff833cd800 devmode: move to pkgs/by-name b94f54b7a0ca devmode: make reusable 9588bbde8ad7 miru: with lib; cleanup efc5f2f17b1f miru: 5.5.6 -> 5.5.8 ae1befab67e7 lunarml: 0.2.0 → 0.2.1 9d48107bcc51 yaru-theme: 24.04.3 -> 24.10.4 (#348692) 8ad93f39fcbc use finalAttrs fff58581408e talosctl: 1.8.1 -> 1.8.2 590c14557021 ubi_reader: 0.8.5 -> 0.8.9 78614e78eca8 tui-journal: 0.12.0 -> 0.12.1 787264df644c home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) 45f9734009c5 ventoy: fix defaultGuiType option 23bb0ee13f5b ocamlPackages.ppx_deriving: 5.2.1 → 6.0.3 9a67ee8a4940 ocamlPackages.ppx_deriving_cmdliner: add missing dependency result 8f728739cf8e unyaffs: init at 0.9 474fcca65360 maintainers: add KSJ2000 cf659d510702 python312Packages.aioslimproto: refactor (#355148) a4d951e6f2b9 metasploit: 6.4.34 -> 6.4.35 (#355149) c9beee48d486 ldeep: 1.0.72 -> 1.0.73 (#355178) fc3f7873a68d checkov: 3.2.283 -> 3.2.286 (#355179) 4e962cd5fdbf python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 (#355190) 668605e52483 python312Packages.wsgidav: add inputs for cli usage (#355175) e3f5b8273e30 vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.15 -> 4.0.16 c783eed0c177 hcxtools: 6.3.4 -> 6.3.5 (#355215) b76ab1e65238 distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430) aa9193b7e360 python312Packages.yfinance: 0.2.48 -> 0.2.49 980c70c72eb8 hatsu: 0.2.2 -> 0.3.0 (#354408) a70c75fb77b5 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files (#353692) 8fc316c972eb scalr-cli: 0.16.0 -> 0.16.2 9d9f820589ae azure-cli.generate-extensions: use writeShellScriptBin to fix missing shebang c59b1c69ad3c azure-cli-extensions.compute-diagnostic-rp: remove efa952e65bb6 cpm-cmake: Set CURRENT_CPM_VERSION; adopt; format (#354654) 7d682551cc5d python3Packages.miasm: 0.1.5-unstable-2024-04-28 -> 0.1.5-unstable-2024-08-20 677b5ff62327 azure-cli-extensions.networkcloud: 2.0.0b5 -> 2.0.0b6 32976e69fe7b azure-cli-extensions.multicloud-connector: 1.0.0 -> 1.0.1 7da024de772f azure-cli-extensions.image-copy-extension: 0.2.13 -> 1.0.0 956eb4968514 azure-cli-extensions.dataprotection: 1.5.4 -> 1.5.5 e30fe309971d azure-cli-extensions.virtual-network-tap: 1.0.0b1 -> 1.0.0b2 9b564c943c28 azure-cli-extensions.azure-firewall: 1.2.0 -> 1.2.1 c948355850fc azure-cli-extensions.amg: 2.5.0 -> 2.5.2 b3795313b096 azure-cli-extensions.aks-preview: 9.0.0b8 -> 13.0.0b1 b44da01a3fe3 azure-cli-extensions.virtual-network-manager: 1.3.0 -> 1.3.1 f7a8df39156f dune_3: 3.16.0 -> 3.16.1 083249aeb5cf ocamlPackages.ppx_deriving_yojson: 3.7.0 → 3.9.0 b4fda70c49fc nixos/athens: update docs (#354508) 0a7e3b69409f circt: fix build for x86_64-darwin on rosetta b44b70f8d07c process-compose: 1.34.0 -> 1.40.1 (#355101) b169d70fa5ef mongodb-ce: 7.0.14 -> 8.0.3 (#354987) b6098e4888a7 python312Packages.sismic: 1.6.7 -> 1.6.8 be1592bc96ed k6: 0.54.0 -> 0.55.0 fa72bc2abc60 mkvtoolnix: migrate to new apple-sdk pattern (#355135) 21b29ebe860e libtoxcore: 0.2.19 -> 0.2.20 418f88871b26 forge-sparks: 0.3.0 -> 0.4.0 5af0e374e747 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 (#355356) 3ed6235eaa22 buildah-unwrapped: 1.37.3 -> 1.38.0 99e2d8992d6d libiconv: fix android cross-compile (#354895) daa4e17814bb runpodctl: init at 1.14.4 25dfc053af54 gaphor: 2.26.0 -> 2.27.0 (#355050) 7524a7906a9a Fix lightworks by changing path load order. (#355057) 1f481ed5c741 treewide: add missing sourceProvenance f9fa5c217f99 README: use relative links to `CONTRIBUTING.md` (#211584) 49f511eb5541 baidupcs-go: 3.9.5 -> 3.9.5-unstable-2024-06-23 00b1e226f79c Merge master into staging-next 0488e230e613 buildkite-agent: 3.82.1 -> 3.85.1 (#355320) 8959c2666044 python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354) 3ff18d4c4bb9 vtsls: init at 0.2.6 7491971a9c6d python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 675bb2c7c2a1 fzf: 0.56.0 -> 0.56.2 23119d1eb495 showmethekey: 1.15.0 -> 1.15.1 d30293dc9854 deno: 2.0.5 -> 2.0.6 (#355210) 8ead42fb3964 Adding maintainer for lean4 (#355144) 97ab1baaae4e fastcompmgr: 0.4 -> 0.5 fa82eea0318a lock-fancy-rapid: add meta.mainProgram; format (#355172) 10a022a288a6 maintainers: update email for drawbu (#355236) 886f12c333ec picocrypt-cli: 2.08 -> 2.09 dd0e17573be7 nix: switch to darwinMinVersionHook 30efc7f5e7fe function-runner: 6.2.1 -> 6.3.0 c2bdfe6700b7 gitoxide: use new Darwin SDK pattern (#354904) c4a4f958cb5a rav1e: use new Darwin SDK pattern 3c6420ad8281 rav1e: remove build-time dependency on libgit2 a22d38826740 livepeer: add bot-wxt1221 as maintainers 98b7a76dc23f livepeer: 0.5.20 -> 0.8.0 bac24e86853b livepeer: add passthru.updateScript dd2b6402ca25 livepeer: nixfmt 1628b4a4e654 ffmpeg-livepeer: init at 7.0.1 ae91d5c54d4c picocrypt: 1.43 -> 1.44 8e90e66e1d19 swapspace: 1.18 -> 1.18.1 deff7c8eef49 nbsdgames: init at 5-unstable-2023-03-13 bfc13702c327 redka: 0.5.2 -> 0.5.3 cc129d204b35 python312Packages.tensorly: 0.8.2 -> 0.9.0 1a4ebf1aeb01 immich-machine-learning: unpin pillow 99adb81b63de mdbook-variables: init at 0.2.4 5703364874eb nixos/graphics: clarify assertion message for enable32Bit configuration (#355033) 8b1cd0960b7c nixos/graphics: clarify assertion message for enable32Bit configuration ca3d8f570bff netbird: 0.31.0 -> 0.31.1 ec08748232fb python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 (#355195) 70266f1d0be2 python312Packages.ansible-core: 2.17.5 -> 2.17.6 021deb88b228 memtest86plus: 7.00 -> 7.20 132b5f592df2 ansible_2_15: drop a51bd410393a maintainers: add deeengan 576d95005ba7 ndstool: 2.1.2 -> 2.3.1 cd3adea18845 storj-uplink: 1.114.3 -> 1.116.5 (#354835) cb10e349e0fd hyprsome: init at 0.1.12 (#352677) 1a5d2f84b700 bruno-cli: init at 1.34.2 (#354111) 443037916c5d hyperfine: 1.18.0 -> 1.19.0 9d140723783e localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 (#353481) 2e64240e309f nixf: 2.4.0 -> 2.5.0 c845473b6566 testkube: init at 2.1.56 (#353751) 11dec1968064 python312Packages.vulcan-api: 2.4.0 -> 2.4.1 (#353147) bc5033805af0 nixos/fail2ban: fix typo 30fbe2995ba0 godot_4: require big-parallel e29fc9e9a687 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* (#355251) 5393569fe72a godot_4: add version test e157072c72d2 python312Packages.deebot-client: 8.4.0 -> 8.4.1 98e8b66dfccf dufs: 0.42.0 -> 0.43.0 fafa05878de0 buildkite-agent: 3.82.1 -> 3.85.1 264dc47d57fc dust: fix build on Darwin (#355188) adb623034223 python312Packages.wirerope: 0.4.7 -> 0.4.8 e31fad4b1748 python312Packages.schwifty: remove unnecessary pytest-cov bf93f13ddfc0 python312Packages.schwifty: 2024.9.0 -> 2024.11.0 4f582c92b199 rustlings: 6.3.0 -> 6.4.0 ca72ae07d14d bun: 1.1.31 -> 1.1.34 31a78bf86109 Merge master into staging-next c0c77416acb8 vector: fix service using pkgs.vector regardless package option (#354316) 2c76692a7185 meilisearch: 1.10.3 -> 1.11.1 (#352416) 350822b00fc3 ticker: 4.6.3 -> 4.7.0 1278531dfa9c python312Packages.uarray: add pbsds to maintainers bcaf5a6dad35 python312Packages.psrpcore: 0.3.0 -> 0.3.1 d9eab9528a96 xmlcopyeditor: fix darwin build 0994c14cca3f xmlcopyeditor: refactor 106603e4e924 xmlcopyeditor: reformat c9d87673b9f0 python312Packages.pyvicare: 2.35.0 -> 2.36.0 fd70778e9b5f linuxPackages.rtl8821cu: unstable-2024-05-03 -> unstable-2024-09-27 576321438296 changedetection-io: 0.46.04 -> 0.47.06 (#353534) f94eeaaed4a3 open-isns: 0.102 -> 0.103 (#354804) 36fe9df8f080 gpac: migrate to new apple-sdk pattern cb6456fe7099 python312Packages.docling-core: 2.3.1 -> 2.3.2 0d0a2ad4d7b1 xmlcopyeditor: move to pkgs/by-name 69c085d07423 pomerium: 0.27.1 -> 0.27.2 (#354989) 40d6aaaeb1bd wordpress: drop unmaintained release 8c2fd986cc1e networkmanager-iodine: 1.2.0-unstable-2024-05-12 -> 1.2.0-unstable-2024-11-02 0bc675c40f5c immich-machine-learning: drop superfluous patch 3e59945443b9 lomiri.lomiri-clock-app: 4.0.4 -> 4.1.0 835a135705ac python312Packages.nitrokey: 0.2.2 -> 0.2.3 7f8fc76963c3 tigerbeetle: 0.16.8 -> 0.16.12 500090d6a9a4 jazz2: 2.9.0 -> 2.9.1 (#353432) 003a6274ff02 zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 d49f91d79bc8 benthos: 4.27.0 -> 4.39.0 (#355115) 72dd60d9cf0b lomiri.suru-icon-theme: nixfmt 4e91715e6491 lomiri.suru-icon-theme: Modernise dfcc70216ef4 lomiri.suru-icon-theme: 2024.02.1 -> 2024.10.13 6faf3875c2f4 python3Packages.drms: fix build (#354984) 87d70198eae3 lomiri.lomiri-history-service: Rename from lomiri.history-service 4fd4d62c11c4 lomiri.history-service: nixfmt 2fdce28dabec lomiri.history-service: Modernise 48b99d0225bf lomiri.history-service: 0.5 -> 0.6 7a26f140f9ec python312Packages.nlpo3: init at 1.4.0-unstable-2024-11-11 0e41c052508f python312Packages.ihcsdk: 2.8.6 -> 2.8.7 (#355283) cbab3526ee38 tinyfetch: init at 0.2 8db09779face python312Packages.ihcsdk: 2.8.6 -> 2.8.7 c00f07313fb0 brave: add darwin maintainer 861af0f60d4e brave: darwin support 772cc1be0b4b invidious: 2.20240825.2 -> 2.20241110.0 e0d0c3932b80 dxvk_2: 2.4 -> 2.5 b7256c37d632 ptyxis: 47.2 -> 47.4 (#354902) 135f034db493 rPackages.gdtools: fix build on darwin 2203866060b8 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 (#305129) e73bbaf8d07f wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 31ac2e32a4a1 rPackages.lwgeom: fixed build on darwin (#354979) f57ed49ced52 python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 (#355264) 392ca599ae0d ffmpeg: add missing variant requirements for amf 54a5aec16be9 shaka-packager: 3.3.0 -> 3.4.0 a56faabb779a abiword: 3.0.5 -> 3.0.6 e908700248af abiword: add update script 67c88f3c4b97 immich: re-add perl to $PATH bb061f0e550f python312Packages.pydantic-yaml: 1.3.0 -> 1.4.0 7353dfc54502 rpm-sequoia: init at 1.7.0 (#354645) a59994b9f96b ad: init at 0.1.3 (#355006) fa1d81bdc606 nbqa: 1.9.0 -> 1.9.1 (#355013) 10ebb62afdd0 bashly: 1.1.10 -> 1.2.6 (#355134) ac8ab28c74c7 mollysocket: 1.5.1 -> 1.5.2 86d9f7ed0d91 doc/tauri: stdenv.is* -> stdenv.hostPlatform.is* a2d3ae028622 rpm-sequoia: init at 1.7.0 e1b70fb06158 nixos/lomiri: Better support stand-alone greeter usage (#352425) 171c84558ebe picom: 12.3 -> 12.4 3559aa4fa3d9 librime: 1.11.2 -> 1.12.0 8dd10011393f lbreakout2: disable sdltest on darwin 88f2bd466eb3 Merge master into staging-next f8cef63347c7 ton: 2024.09 -> 2024.10 71091397ccd4 composefs: 1.0.6 -> 1.0.7 (#352913) ace91b827388 paperless-ngx: 2.13.4 -> 2.13.5 0f1c50858f16 zap-chip: split GUI off into zap-chip-gui (#354249) dd1128411729 buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 9586f07aa410 outline: 0.80.2 -> 0.81.0 3a7266fcefcb mutmut: 2.2.0 -> 3.2.0 (#350120) d8a684b28cd2 libkrun: 1.9.5 -> 1.9.6 a519334e6920 libkrunfw: 4.4.2 -> 4.5.1 aa4d34c1f3b1 umoria: unpin from gcc-9 (#351467) f80a04e4f912 follow: 0.0.1-alpha.17 -> 0.2.0-beta.2 570197c30500 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 4b69287c9502 maintainers: update email for drawbu 1c3064c95bf6 p11-kit: fix check flag conditionalization (#355233) 2cb56f387af6 p11-kit: fix check flag conditionalization 7fb7b900cd63 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 (#355182) 8cd0099261fc protoc-gen-swift: init at 1.28.2 1ca0de51fab4 p11-kit: conditionalize check flags for now (#355228) 34f5abab7a2e p11-kit: conditionalize check flags for now 2e582898c945 p11-kit: disable test timeouts (#355226) 4035c1ad059d phash: compilation fixes 17cb1c22c66f upgrade-assistant: init at 0.5.820 054666081c7d dooit: `2.2.0` -> `3.0.2` (#354955) 79d0f5d2ea33 p11-kit: disable test timeouts 3e450727074d fmt: 11.0.1 -> 11.0.2, change sha256 -> hash (#350061) c479e5b604d1 element-web: passthru conf to allow extending it via modules without discarding already set config 2cc4cb93c9cc python312Packages.home-assistant-chip-wheels: fix direct build 3d28eb3b7bc8 zap-chip: split GUI off into zap-chip-gui 6aad62aae8a7 ox: format with nixfmt-rfc-style 5e9fc8745829 ox: add updateScript 79757ed4fce0 ox: add passthru.tests.version 1911b1e39902 rustPlatform.fetchCargoVendor: init 8bc113158cd2 typos: add updateScript 1f983dbc4776 typos: add passthru.tests.version f08afe73cb8b circom: fix hash db2a0eaf1301 gradle-completion: modernize, add update script (#354145) 84c3711f65f9 darwin.libffi: init at 35 (#354108) f4a92cf0be80 oils-for-unix: 0.23.0 -> 0.24.0 4b218086be8e sfwbar: 1.0_beta15 -> 1.0_beta16 4e32d39fa094 hcxtools: 6.3.4 -> 6.3.5 a49f4cf7f51b gradle-completion: add update script 5c0fef8f1374 gradle-completion: fix finding by nixpkgs-hammering a59f276e8c2d gradle-completion: format with nixfmt-rfc-style 83be9f1b3b8f python312Packages.datalad: disable failing test 8ebd7303198e buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation (#355099) 98f6ebc7d472 python3Packages.django-app-helper: init at 3.3.4 (#352837) 846a2b12ae54 Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 4ed78d3bbc26 stunnel: 5.72 -> 5.73 (#348424) ba2f9f2fff7e nixos/grafana: fix evaluation when no settings is defined (#354361) 2556109f8f07 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 (#354782) e607c24920e3 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 (#354784) 55028bdb00cd lprobe: 0.1.3 -> 0.1.4 (#355003) 3d5dcee08a57 nixos/udisks2: add package option (#293495) 77217b6f560a prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) de1c5fe63d62 mopac: 22.1.1 -> 23.0.0 (#355131) 4b1e065131c3 revanced-cli: 4.6.0 -> 5.0.0 (#355136) d902bc163a80 mermerd: 0.11.0 -> 0.12.0 (#355145) 1f50cbe4f53e python312Packages.gtts: 2.5.3 -> 2.5.4 (#355160) 208dd08c1e3e python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 (#355198) 384f19669626 godot_4-mono: fix build on aarch64 0f3a58d8b80f choparp: init at 0-unstable-2021-04-23 06703b71f5cd alejandra: 3.0.0 -> 3.1.0 (#354167) 36c0fc7b0e2a prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) d53537d8aff9 regctl: 0.7.1 -> 0.7.2 (#354380) 7fbb61afe149 python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418) ef0c8c9f5777 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 96408cafc7f7 caneda: 0.3.1 -> 0.4.0 (#352750) 05ef4e0b2cba duckscript: 0.9.3 -> 0.11.1 (#352752) bad4ebaf0a4b ecs-agent: 1.87.0 -> 1.87.1 (#352958) b7dfae360cbb chafa: 1.14.4 -> 1.14.5 (#353472) c0c3f3f95fd6 slumber: 2.1.0 -> 2.2.0 (#353502) f419fd213cd8 bosh-cli: 7.8.0 -> 7.8.2 (#353547) 1bbdcde63fdb supercronic: 0.2.30 -> 0.2.33 (#351622) ece22074e685 shadowenv: 2.1.2 -> 3.0.1 (#351992) 02f8229c9c69 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 9cdc8770231b mopidy: include the PipeWire GStreamer plugin 541272a8863b xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274) 42fe3ac25842 re-flex: 4.5.0 -> 5.0.1 (#352288) 74448bc8b16f docker-compose: 2.29.7 -> 2.30.0 (#352342) f6d18846ba6e flat-remix-gnome: 20240721 -> 20240922 (#349375) 4cab7b5c2e9b printrun: 2.1.0 -> 2.2.0 (#350632) cd35dd2eb0cd grafana-dash-n-grab: 0.6.0 -> 0.7.1 (#351352) c65eb72d9587 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 (#351600) 2cb318f0b858 python312Packages.garminconnect: 0.2.19 -> 0.2.20 (#355082) 231422ac7e39 ut: 2.1.0 -> 2.1.1 (#355092) 19bf0d3c8c60 cppreference-doc: 20240610 -> 20241110 (#355109) 7c0ea48e2dc1 mopidy: format file 48b24dbc2ee0 python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 (#353406) 488b26e53982 simple64: 2024.09.1 -> 2024.11.1 (#355058) e14a0ae522bf cbmp: init at 1.1.1 (#329351) 87a30cbaa07a hwatch: 0.3.15 -> 0.3.16 (#355061) d6de08ccbc43 pdal: 2.8.0 → 2.8.1 (#354986) 24553b60f119 python312Packages.sentence-transformers: 3.2.1 -> 3.3.0 be2537d64624 golangci-lint: 1.61.0 -> 1.62.0 (#355143) 05567a264395 mill: 0.12.0 -> 0.12.2 694250266280 buildHomeAssistantComponent: inherit meta.platforms from home-assistant 56824b3e3511 lua-language-server: move to by-name; clean derivation (#355032) d57e975106a9 ttysvr: init at 0.3.3 (#347166) e3a9fb3a6805 proton-pass: 1.23.1 -> 1.24.1 950f6b36ff4f python312Packages.aiolifx-themes: 0.5.5 -> 0.5.6 1c147db8d145 matugen: update source hash (#355091) bbe98ba0c0f6 python312Packages.pipenv-poetry-migrate: 0.5.10 -> 0.5.11 f706b13e5268 git-workspace: 1.6.0 -> 1.7.0 fa0ba6f156e4 kubectl-klock: 0.7.0 -> 0.7.2 0fd251527577 python312Packages.webexteamssdk: 1.6.1 -> 2.0.1 732608dc6865 python312Packages.nanobind: disable checks on x86_64-darwin (#355084) 351e0a0a7c6d Merge master into staging-next e1ada8aab601 dust: fix build on Darwin 029d6ef8b6d4 python312Packages.jedi-language-server: modernise (#355072) 196c7834949b python312Packages.great-expectations: init at 1.2.1 (#353677) 6713cdcd2dd1 {ungoogled-,}chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 (#354993) 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921) 532e6bbc4108 csv2md: 1.3.0 -> 1.4.0 (#354923) 3f1e7263bb9f alcom: init at 1.8.1 (#348118) 1a8ef25cf5da python312Packages.doc8: fix build (#355059) 5647f0905be5 writers: make babashka interpreter and check configurable 35a5b6028f53 uade: 3.02 -> 3.05 cb171c5233e8 uade: Modernise c802a0129dcf uade: nixfmt 403816132082 uade: Drop write-audio tools building 1068fc949e40 libzakalwe: init at 1.0.0-unstable-2024-02-26 c07a80fd1c50 python3Packages.bencodetools: init at 1.0.1 320dfaba2d92 bencodetools: unstable-2022-05-11 -> 1.0.1 14a65d60132d bencodetools: Modernise d6b1d5c1e218 bencodetools: nixfmt 33ec1b434b4e bencodetools: Drop python module building 687adff994b7 pyload-ng: 0.5.0b3.dev85 -> 0.5.0b3.dev87 eb7b4b4957fa gomplate: 4.1.0 -> 4.2.0 180d20dba8d8 checkov: 3.2.283 -> 3.2.286 b4e761788c32 ldeep: 1.0.72 -> 1.0.73 db23837a1892 alexandria: init at 0.12 (#345926) 6cfd95fc8ca6 nixos/systemd-stage-1: Order nixos activation after initrd-switch-root.target f065a81ab496 nixos/systemd-stage-1: Use chroot-realpath ec02a76ff518 chroot-realpath: init 02fb6a77c01b weblate: 5.7.2 -> 5.8.3 (#350447) dbed5a62655b nixos/mysql: fix permission error during first startup (#331296) 25719eb5935f udev-block-notify: init at 0.7.11 (#327891) ed5d274df7ad nixos/athens: update docs c9a2725a061e python311Packages.pyhanko: Unmark broken on darwin d24cfa145239 python312Packages.wsgidav: add inputs for cli usage 29c18e78d792 uair: 0.6.1 -> 0.6.2 0cad833c26de lock-fancy-rapid: format 930b1cc3ecc8 lock-fancy-rapid: add meta.mainProgram 789fc0056a44 open-isns: apply nixfmt c91af3b51c48 open-isns: 0.102 -> 0.103 ddbf22f69c3e python3Packages.django-filer: init at 3.2.3 7516bbce81f2 python3Packages.django-app-helper: init at 3.3.4 910a10db55e9 distribution: add katexochen as maintainer c1eb73280b62 azure-cli: 2.65.0 -> 2.66.0 e6055e6e748e deno: 2.0.5 -> 2.0.6 88890306fe58 python3Packages.djangocms-text-ckeditor: init at 5.1.6 f56f7e0c2a5a python3Packages.djangocms-admin-style: init at 3.3.1 43f0d6603f68 python3Packages.django-cms: init at 4.1.3 081a3877f942 python311Packages.azure-mgmt-mysqlflexibleservers: init at 1.0.0b2 1b81e76e40b7 python311Packages.azure-mgmt-postgresqlflexibleservers: init at 1.0.0 3d1092a6df22 python312Packages.gtts: 2.5.3 -> 2.5.4 d89965a58b20 python312Packages.internetarchive: adopt modern attributes b7cc51369443 git-cliff: use new Darwin SDK pattern 171c7bc94a04 git-cinnabar: use new Darwin SDK pattern 83bd5908075f git-branchless: use new Darwin SDK pattern 019fb32948bc python312Packages.internetarchive: 4.1.0 -> 5.0.0 c7f9bcf3f312 geph: 4.99.2 -> 4.99.16 e91aa22bf5c9 gotosocial: 0.17.0 -> 0.17.3 606ea3756ea7 localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1 9716e3cd43e2 dart.rhttp: init 4551bd2dbac9 git-absorb: use new Darwin SDK pattern 487201b5fcd5 gfold: use new Darwin SDK pattern 9a78e6734410 debase: use new Darwin SDK pattern 224daf06cacf vrc-get: use new Darwin SDK pattern d9cb907af48e stargazer: use new Darwin SDK pattern 290355ff249f gh-cal: use new Darwin SDK pattern 5e3f42b6934e awsbck: use new Darwin SDK pattern 878830c537bf adlplug: use new Darwin SDK pattern 4e3f8b795413 perseus-cli: use new Darwin SDK pattern 13277222b4c5 gretl: use new Darwin SDK pattern 2dec13d495ef didyoumean: use new Darwin SDK pattern 2c6889b18afe vcpkg-tool: use new Darwin SDK pattern c57fe374c322 prisma-engines: use new Darwin SDK pattern 527e6be2dcfd netclient: use new Darwin SDK pattern c4592c087cd6 probe-rs-tools: use new Darwin SDK pattern 7d98bd5b523e eludris: use new Darwin SDK pattern b7cdb23daea1 edgedb: use new Darwin SDK pattern 56aa8ecf5d8c dynein: use new Darwin SDK pattern 0fd590bab878 coldsnap: use new Darwin SDK pattern 8079fe3967fc cocogitto: use new Darwin SDK pattern f2ffd24d2a08 cotp: use new Darwin SDK pattern 512e87a0f8dc cloak: use new Darwin SDK pattern ff4de5d922a4 binserve: use new Darwin SDK pattern 6fc16edd8de1 bindle: use new Darwin SDK pattern f4cefdbd285f iaito: 5.9.4 -> 5.9.6 8581af3f1bc5 metasploit: 6.4.34 -> 6.4.35 51dc281b53f8 werf: 2.10.9 -> 2.12.1 5d6ebba21e7e python312Packages.aioslimproto: refactor 7bb56ad6acf9 nbqa: 1.9.0 -> 1.9.1 dd9dc00de237 maintainers: add jthulhu 533cd71e3ae1 mermerd: 0.11.0 -> 0.12.0 b9078d68082b golangci-lint: unpin go version edb9e947c519 golangci-lint: format rfc style d73ef7d053d3 golangci-lint: 1.61.0 -> 1.62.0 f257eded3e1c scmutils: init at 20230902 8c34595202c3 revanced-cli: 4.6.0 -> 5.0.0 0958e34289fd Merge master into staging-next 6dffdac08693 bashly: 1.1.10 -> 1.2.6 18f9b02f6d8d mkvtoolnix: migrate to new apple-sdk pattern c4cbbeaa474d mopac: 22.1.1 -> 23.0.0 bde4a877452c python3Packages.drms: fix build c8c511e89289 python3Packages.drms: add bot-wxt1221 as maintainers 606596a84c89 gnomeExtensions.arcmenu: 55 -> 63 49fb875eeec0 mar1d: fix build c8cacce22f42 mar1d: nixfmt a2b5acf199bb maintainers: add kraftnix d063fa42f5c5 openscad-unstable: 2024-10-06 -> 2024-11-10 d2e1e70038a0 litecli: 1.11.0 -> 1.12.3 946f8f97510d prometheus-postgres-exporter: 0.15.0 -> 0.16.0 e0b798196977 benthos: 4.27.0 -> 4.39.0 9b4051c09872 lngen: unstable-2023-10-17 -> unstable-2024-10-22 3518622af756 benthos: nixfmt 4841b84ef369 dooit: `2.2.0` -> `3.0.2` a9d5d5b9f150 cppreference-doc: 20240610 -> 20241110 feb8a2753c1f testkube: do not skip check phase e25f98f28ddc testkube: fetchFromGitHub: use hash instead of sha256 8b389a095b1c testkube: removed with lib + added mathstlouis as maintainer 97927bc69d81 mutmut: Add l0b0 as maintainer 4b610f43ae1b mutmut: 2.2.0 -> 3.2.0 ddb6b26b47d6 testkube: init at 2.1.56 cd6b4e2606a5 mutmut: Simplify context e713e631a4d2 mutmut: Refer to tag directly a707a2b221f0 mutmut: Format with nixfmt-rfc-style 460de2af5ce9 process-compose: 1.34.0 -> 1.40.1 81f60ef90d3f Merge master into staging-next c2a9c4f0e402 ironwail: 0.7.0 -> 0.8.0 2798495032fc equicord: 1.10.4 -> 1.10.6 1d35a237aa41 equibop: 2.0.9 -> 2.1.1 be1fa4e9dc6c nerd-font-patcher: 3.1.1 -> 3.2.1 dffd81afc3c1 matugen: fix hash 78553d1bf1f2 ut: 2.1.0 -> 2.1.1 19e7f777db7d composefs: disable static+shared library building 797b0cd53a05 pflask: pin to python311 bfa332cb9fc1 pflask: add bot-wxt1221 as maintainers f92bb6938fc7 pflask: nixfmt 2e5d0590ad53 meilisearch: 1.11.0 -> 1.11.1 e0df4c4198a9 meilisearch: 1.10.3 -> 1.11.0 fdd3f0bd8d3c ttysvr: init at 0.3.3 0eb26e77e70c python312Packages.nanobind: disable checks on x86_64-darwin 7caed32d0bf0 build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 5281d7e6fd5e zsh-command-time: 2018-04-30 -> 2020-11-15 358c74b3328b bruno-cli: init at 1.34.2 22bcbc13ff39 python312Packages.garminconnect: 0.2.19 -> 0.2.20 da2a5d47fd00 lua-language-server: clean 7a8b3c91eb04 lua-language-server: move to by-name fe095ccfeceb notonoto: init at 0.0.3 1bc2a95e43fa changedetection-io: 0.46.04 -> 0.47.06 c0306c041176 python312Packages.doc8: fix build d14092445b89 hwatch: 0.3.15 -> 0.3.16 b2d3866858e6 simple64: 2024.09.1 -> 2024.11.1 ed331ebdcc2d Fix lightworks by changing path load order. 7d627de21ba2 cpm-cmake: remove a with lib from meta 612e61fd7a0f cpm-cmake: nixfmt ba62c1d84992 cpm-cmake: Add pandapip1 to maintainers list 182a524cceac cpm-cmake: Set CURRENT_CPM_VERSION 423eaf863dae dyndnsc: 0.6.1 -> 0.6.1-unstable-2024-02-25 f28717d9099c bun: disable hanging x86_64-darwin Hydra build 3f7a410926c2 manifold: 2.5.1-unstable-2024-09-15 -> 2.5.1-unstable-2024-11-08 41a390a2a28e linux/common-config: enable Intel TDX guest support b387ece6331b gaphor: 2.26.0 -> 2.27.0 e0ea204b3185 poke: disable hanging darwin Hydra builds d547fa17c543 libiconv: fix android cross-compile fe6432fe76a3 vp: disable hanging darwin Hydra builds 36747427fcb4 firefly-iii: disable hanging darwin Hydra builds 3b553ac37d82 fox: format with nixfmt-rfc-style 42d1e057e015 fox: fix darwin builds 67782aef0a94 taterclient-ddnet: 8.6.0 -> 8.6.1 aa759748dbbe Merge master into staging-next d78c170e46e7 lianad: 6.0 -> 8.0 0644d3be87f7 Merge branch 'master' into staging-next 1136f4bf9646 neovide: add missing cctools.libtool dependency (#354914) 4e6fffab8090 neovide: unbreak on x86_64-darwin by using 11.3 SDK b06408517613 neovide: use new Darwin SDK pattern f1d541615000 komikku: 1.60.0 -> 1.62.0 9ef61e41e1ea sqlboiler: 4.16.2 -> 4.17.0 f32cd1b634c7 weblate: 5.7.2 -> 5.8.1 caf7fa14fa8a python3Packages.diff-match-patch: 20230430 -> 20241021 796a4b45090f python312Packages.django-otp-webauthn: 0.3.0 -> 0.4.0 6a695ba78641 ad: init at 0.1.3 c1671f32d4f3 python3Packages.translate-toolkit: 1.13.4 -> 1.14.1 cdfd00bf8347 python3Packages.drf-spectacular: add optional-dependencies for sidecar extra 5b7d2c1abc8b lprobe: 0.1.3 -> 0.1.4 2ce95a532354 readarr: 0.4.1.2648 -> 0.4.3.2665 aec8232f01b4 awsume: 4.5.3 -> 4.5.5 f1626845b21b ungoogled-chromium: 130.0.6723.91-1 -> 130.0.6723.116-1 4edd69e1824b planify: 4.11.4 -> 4.11.6 113f56a42130 sonarr: 4.0.9.2244 -> 4.0.10.2544 97ac49b09c74 gamepad-tool: remove absolute path in desktop entry ac1e883587fb gnome-control-center: remove absolute path in desktop entry cddcb797a328 fclones-gui: remove absolute path in desktop entry 52dc88dece9f nmapsi4: remove absolute path in desktop entry 585974607b26 imagej: remove absolute path in desktop entry d769a8defe58 gnome-panel: remove absolute path in desktop entry 8816be7bdaa2 gnome-maps: remove absolute path in desktop entry dc278337657d gnome-weather: remove absolute path in desktop entry 9affc1b3d88f entangle: remove absolute path in desktop entry 4b11c8ab1df0 qtcreator: remove absolute path in desktop entry 3b0e6194fb38 ryujinx: remove absolute path in desktop entry f7e15d3e5c3a signal-desktop: remove absolute path in desktop entry af971aa847ba imv: use replace-fail 0f8a593cd2ac imv: remove absolute path in desktop entry fc985363b3f0 awsume: add mainProgram 42e3784bbae1 chromium,chromedriver: 130.0.6723.91 -> 130.0.6723.116 f0c1ff9fde44 update to 18.7 - remove unused fetchpatch 4e23975dafc6 alcom: init at 1.8.2 bc7573cf2979 mongodb-ce: 7.0.14 -> 8.0.3 dfaa4a0c079f pdal: 2.8.0 → 2.8.1 f44ad5872af2 pomerium: 0.27.1 -> 0.27.2 1e0760b7a498 hyprgui: 0.1.7 -> 0.1.8 4a81099da9a7 rPackages.lwgeom: fixed build on darwin 682c661f1a14 hexgui: unstable-2023-1-7 -> 0.10-unstable-2024-11-03 77ed9318b3cc Merge master into staging-next 429f1214a2b0 the-foundation: 1.9.0 → 1.9.1 84399daae151 orbiton: 2.67.1 → 2.68.2 606217347204 mapproxy: 3.0.1 → 3.1.0 c6739f6df803 maintainers: add pagedMov 837d651b6ade hullcaster: init at 0.1.2 73cdc95de4ec qt6: expose `darwinVersionInputs`; python312Packages.{shiboken6,pyside6}: use `qt6.darwinVersionInputs` (#354599) c3d9cee7d8f9 umoria: unpin from gcc-9 8acd397e566a libgweather: enable introspection on cross builds 24e5e7f5fcae Merge master into staging-next bee714a585f5 csv2md: 1.3.0 -> 1.4.0 2af9aa1d4406 python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 06075b439cbd python312Packages.fabric: enable tests 6e1f5c99af73 neovide: add missing cctools.libtool dependency 58f36628e906 prs: 0.5.1 -> 0.5.2 77c2f1bb3ce1 gitoxide: use new Darwin SDK pattern da5b4f85a98c ptyxis: 47.2 -> 47.4 01f62844b840 kazumi: 1.4.1 -> 1.4.2 9753bbbd589d imagemagick: 7.1.1-39 -> 7.1.1-40 a0a824214d95 tdlib: 1.8.38 -> 1.8.39 0619daaee760 printrun: 2.1.0 -> 2.2.0 2d1120ee7023 supercronic: 0.2.30 -> 0.2.33 534d50a55a73 python312Packages.openmm: 8.1.2 -> 8.2.0 cd62e71de02e xf86_input_wacom: 1.2.2 -> 1.2.3 bc25a76d0df6 vitess: 20.0.2 -> 21.0.0 461ee9ef5934 oauth2-proxy: 7.6.0 -> 7.7.1 ee851d03825c juju: 3.5.3 -> 3.5.4 220af85c25b8 ecs-agent: 1.87.0 -> 1.87.1 2b7969ae44ee bosh-cli: 7.8.0 -> 7.8.2 261d840474e9 re-flex: 4.5.0 -> 5.0.1 54e4dc067b08 grafana-dash-n-grab: 0.6.0 -> 0.7.1 53fa0a9de346 alejandra: 3.0.0 -> 3.1.0 af6b8116547c regctl: 0.7.1 -> 0.7.2 8aab227a0f76 yaru-theme: 24.04.3 -> 24.10.4 1d259ab7577f flat-remix-gnome: 20240721 -> 20240922 89a50c346780 stunnel: add optional mimalloc support 323f1359d7e7 stunnel: 5.72 -> 5.73 48d4a0a6bd88 Merge master into staging-next 17934161dfd9 tree-from-tags: pin to ruby_3_1 2f037ff56f15 tree-from-tags: improvement 5396211e6028 tree-from-tags: nixfmt cf0033968af6 tree-from-tags: move to by-name bed5c8a50387 maintainers: add kiara as maintainer cc2ba7a1d349 log4cplus: 2.1.1 -> 2.1.2 80a4fc03f030 pkgs/lib/formats: test more explicitly for YAML 1.1 compat 29fbef9adbe8 pkgs.formats.yaml: create an alias for yaml_1_1 29dafe503f88 pkgs.formats.yaml: retain YAML 1.1 output 963d55910869 remarshal_0_17: init at 0.17.1 46c4c6b55337 texturepacker: 7.4.0 -> 7.5.0 e393fe8e343a texturepacker: migrate to pkgs/by-name 77cbf2a1b176 trimage: migrate to pkgs/by-name b3c8c88550fb kazumi: remove customSourceBuilders a2143e687020 dart.flutter_volume_controller: init da4bf61402cd dart.fvp: init 9563f469c17e nixos/duckdns: init module d38509108462 .github: Use consistent (and correct) formatting across issue templates 7ebe9739ffbd Merge remote-tracking branch 'origin/master' into staging-next 04a4f839a48e storj-uplink: 1.114.3 -> 1.116.5 9b83f4c1249f python312Packages.nextcord: depends on setuptools aa38b72f5146 ibus: 1.5.30 → 1.5.31 c2bc3a39f411 ant: 1.10.11 -> 1.10.15 b43cf9aaba28 ant: add update script bcf8a7f4e0ed python312Packages.radish-bdd: disable 3.9 and older since it breaks e4525288a666 python312Packages.radish-bdd: re-enable all tests 7e4796059987 python312Packages.radish-bdd: remove unused dependencies 116732a91580 python312Packages.radish-bdd: fix missing yaml dependency 938fc7c681e1 ruffle: nightly-2024-09-12 -> nightly-2024-11-07 d7249b6c2b1a python312Packages.jedi-language-server: fix meta.changelog link d3c201838e2e python312Packages.jedi-language-server: modernise 35cc8ee6c685 snet: disable flaky test 298ab049674b snet: format using nixfmt-rfc-style, remove `with lib` usage a90280100f41 Merge master into staging-next b65c12235fc7 stardust-xr-sphereland: 0-unstable-2023-11-06 -> 0-unstable-2023-11-07 10424d6209e4 stardust-xr-gravity: 0-unstable-2024-08-20 -> 0-unstable-2024-08-21 a8a46ebd5798 cosmic-randr: 1.0.0-alpha.2 -> 1.0.0-alpha.3 80e376ba5c7f stm32cubemx: 6.11.1 -> 6.12.1 bf5220e0254c python3Packages.mygpoclient: fix package name efb38a84aefb openfga: 1.6.2 -> 1.8.0 b97775764624 Merge master into staging-next ce788776a53b Merge master into staging-next 00a1d54cbf6c fcitx5-pinyin-moegirl: 20241009 -> 20241109 8e80325e6bde Merge master into staging-next 4185e95891ac wstunnel: adapt to new darwin sdk pattern ca49d19831ac python312Packages.terminaltables3: init at 4.0.0-unstable-2024-07-21 ce1a535c1905 Merge master into staging-next 36bdaed42696 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 e7e25b9f3458 wstunnel: 10.1.5 -> 10.1.6 7b6062b13d9e libfive: 0-unstable-2024-06-23 -> 0-unstable-2024-10-10 f3327c0d2a5b Merge master into staging-next c20abf409b2f linux-wallpaperengine: 0-unstable-2024-10-13 -> 0-unstable-2024-11-8 61098d62851f python312Packages.oddsprout: add itepastra to maintainer 09c363acdcc5 raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 d777c8158f2f immersed: nixfmt 52ca7ce469a1 python312Packages.publicsuffixlist: 1.0.2.20241102 -> 1.0.2.20241108 ba8520ef16d0 python312Packages.uarray: unbreak, switch to new build system 8606038195fe python312Packages.pyside6: use `qt6.darwinVersionInputs` 88895fc2bf8c python312Packages.shiboken6: use `qt6.darwinVersionInputs` 51190abf6296 qt6: expose `darwinVersionInputs` 05248e665c4c darwin.libffi: init at 35 7d05609d5b23 netmaker-full: 0.25.0 -> 0.26.0 731e8265608f release.nix: add haskell.packages.ghc910.haskell-language-server to release f9a10f14b0cb Merge master into staging-next a4a636d1237f python312Packages.oddsprout: 0.1.0 -> 0.1.1 46b1474255f4 Reapply "haskellPackages: update stackage and hackage" (#354547) 290072394391 Merge remote-tracking branch 'origin/master' into staging-next 8ba9801c3857 csharprepl: 0.6.6 -> 0.6.7 2c070f69fa41 csharprepl: fix runtime environment dcd2da36a7ab csharprepl: remove `with lib;` from `meta` 7edaf495a77c csharprepl: format with `nixfmt-rfc-style` f10c51a7ac3d maintainers: add notthebee 656e14918fbd pcsx2-bin: 2.1.231 -> 2.3.10 e5391307be12 python312Packages.pygithub: 2.4.0 -> 2.5.0 d3f1862053eb redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01 45599a3be468 cbconvert: 1.0.4 -> 1.1.0 2a4fc94d33fb hatsu: 0.2.2 -> 0.3.0 801a9a90db2b llvmPackages.libcxx: Include libc sources in input 4c0227b02a65 netlify-cli: 12.2.4 -> 17.37.1, migrate to buildNpmPackage 4dab54a2c8a4 Merge master into staging-next e101d57e4448 hyprsome: init at 0.1.12 36d73142c062 pagefind: 1.1.1 -> 1.2.0 185dfb5fc6e6 sus-compiler: 0.0.2 -> 0.1.1 7f886ba9dbe3 luaprompt: install man page 9360b490a87e distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 ba29d1f53554 xpra: 6.1.3 -> 6.2.1 41e907f884b5 nixos/evremap: init module 51fc0761d208 syshud: 0-unstable-2024-09-26 -> 0-unstable-2024-11-04 4ab3ca7c503b Merge master into staging-next 5bcd7350a4ae fcitx5-rime: allow empty `rimeDataPkgs` 2fdfc1032b26 prometheus-collectd-exporter: 0.6.0 -> 0.7.0 6c359f48f312 fuse: move env vars to `env.*` d16ff942dcd8 Merge master into staging-next d1f742488815 nixos/grafana: fix evaluation when no settings is defined ffdc305e978d cargo-lambda: 1.4.0 -> 1.5.0 5106cce97847 maintainers: add schrobingus 1a118d8c4af0 evremap: init at 0-unstable-2024-06-17 277a2669d2a5 gobject-introspection: Conditionalize `depsTargetTargetPropagated` 182f3d0737ed garnet: 1.0.18 -> 1.0.36 6e91bba94d11 identity: add meta.changelog 6952de9ce100 identity: use versionCheckHook fbcf962708ba identity: use best practices & cleanup e0784fad5f82 identity: run checks 95f260494a9b identity: 0.6.0 -> 0.7.0 3533282a8858 Merge master into staging-next f81a2c1514a0 fix: use selected package instead of pkgs.vector 19a8336a3a05 nextcloud30: 30.0.1 -> 30.0.2 a8eba43f1103 nextcloud29: 29.0.8 -> 29.0.9 fe896ca861eb nextcloud28: 28.0.11 -> 28.0.12 eeed64041938 nextcloud30Packages: update 1b3e68465061 nextcloud29Packages: update 86bce4eacfe6 nextcloud28Packages: update 9341dc94dd33 commit: run meson checks & cleanup 2f696cb1e1d9 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` (#352419) 9823494bcf4e commit: 4.1 -> 4.2 c8aec3b28a36 qt: editing pass on docs 98774a34c85a doc/qt: Mention propagates and wrapQtAppsNoGuiHook 89fd77165500 pineapple-pictures: let wrapQtAppsHook propagate qtwayland a2d3be9d042e deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland 9501a2053937 qtbase-setup-hook: add wrapQtAppsNoGuiHook to error message ff6a0848ca80 qt6.wrapQtAppsHook: Only propagate plugins,qml of `qtwayland` f542c493ada9 qt6.qtwayland: set meta.{platforms,badPlatforms} b7cd0d3c885a qt6.wrapQtAppsNoGuiHook: init ae4fd669e4a5 qt6.wrapQtAppsHook: add `qtwayland` to `propagatedBuildInputs` 9c8c11f5c2d1 binary: run meson checks b2a0e3125e8b stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages (#354296) cf166c43d9e6 binary: 5.0 -> 5.1 b79f5f98fc3e yabridge: 5.1.0 -> 5.1.1 a061b02a6fc1 Revert "python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin" 38835c825661 stdenv/darwin: add `darwin.{libutil,copyfile}` to SDK packages 20741966793c python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin (#354278) a3600c078838 Merge remote-tracking branch 'origin/master' into staging-next 271bc3410c75 stdenv/darwin: fix SDK overlays for macOS SDK < 11 (#354286) ad625dd17211 stdenv/darwin: fix SDK overlays for macOS SDK < 11 c455166b5f3e python{27,39,310,311,312,313,314}: use a bootstrap SDK on Darwin 345b20f15fcc python312Packages.pygreat: 2019.5.1.dev0 -> 2024.0.2 b3a0f2d3f1ce Merge master into staging-next b45392ecb998 metadata: Update ffmpeg-next dependency 127a31c3cf6e Merge branch 'staging' into staging-next 8d37fdd1bc08 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 (#348966) 50f3bc8d6e9e binutils: make patches unconditional (#350297) c068f3c41201 expat: 2.6.3 -> 2.6.4 (#354155) 8f763477baa2 upower: Fix a race condition in test_sibling_priority_no_overwrite (#350534) 42c877c76749 libopenmpt: 0.7.10 -> 0.7.11 (#352047) dfa1d819c7c2 libvpx: 1.14.1 -> 1.15.0 (#353589) 6b50ea92370a cmake: Fix the FindCURL module (#351573) b83ad8ea1e52 fyi: init at 1.0.4 ad6b2bb298cc pkgsi686Linux.swtpm: pull upstream 64-bit file api fix (#352722) 34abc6ed6910 go_1_23: 1.23.2 -> 1.23.3 (#354124) be653d900225 sphinx: disable racy test (#353185) b32690dd8b1a audiobookshelf: 2.16.1 -> 2.16.2 8021f83f5803 curl: 8.10.1 -> 8.11.0 (#353968) f258a102022e mpdecimal: use absolute library install names on Darwin (#354125) bd7bbd9333c7 darwin.copyfile: use a bootstrap SDK (#354162) 2a61b919d2d3 darwin.copyfile: use a bootstrap SDK b25a5d5ba7b7 mesa: 24.2.5 -> 24.2.6 (#354158) dc697d618e81 mesa: 24.2.5 -> 24.2.6 cb37e29e3c52 expat: 2.6.3 -> 2.6.4 8d771600805f Merge staging-next into staging 07f48745be31 Merge master into staging-next f144fc5b96af mpdecimal: use absolute library install names on Darwin d91203cd4ceb sov: mark as broken on Darwin aaacedffa4a4 sov: adopt and nixfmt-rfc-style 514bd9d7401a go_1_23: 1.23.2 -> 1.23.3 8072991b1d2b apple-sdk: propagate the `libutil` library (#353873) b67fdd5017e3 slumber: 2.1.0 -> 2.2.0 9bf6e33999fd libuv: clarify `darwin.libutil` dependency 59da82bf02fa macvim: drop `darwin.libutil` dependency 5af01c33cd74 fnc: set minimum version for Darwin 6bcccb6a8d8c fnc: drop `darwin.libutil` dependency 7863b8cf18a5 netbsd.install: drop `darwin.libutil` dependency d1e72625646d pypy{27,39,310}: drop `darwin.libutil` dependency 81a67492e9ee surelog: drop `darwin.libutil` dependency 1b080335df4b uhdm: drop `darwin.libutil` dependency 67cf25d7f4a5 apbs: drop unnecessary Darwin dependencies 10a2c9d7b8fa superhtml: 0.5.0 -> 0.5.1 91a300acbde8 Merge staging-next into staging 9c05a29d16f1 Merge master into staging-next 65835ab8d2a4 python312Packages.templateflow: fix build a886e49239ef llvmPackages_19: 19.1.1 -> 19.1.3 (#352781) 3cd45d08ee50 llvmPackages_19: 19.1.1 -> 19.1.3 1ab5205fbbfa llvmPackages_19.bolt: upstream patch to fix darwin build 7eb779860daf llvmPackages_19.libclc: use unwrapped clang only 0a785f6f426b nixos/gdm: automatically enable services.displayManager ad6564b0c33f nixos/pingvin-share: update env variable name 8ec0981318b3 pingvin-share: 1.1.3 -> 1.2.4 568bb8c275e0 lib/licenses: remove urls from licenses that have a spdxId bafae5bf436a lib/licenses: set spdx for Ubuntu font license 181f4aec8990 ft2-clone: 1.86 -> 1.88 45b28d976f0d nixos/mopidy: fix Python dependency collisions between extensions 3602fc321de1 abduco: drop `darwin.libutil` dependency ec62a8ee9dd4 chibi: drop `darwin.libutil` dependency c87f921f5066 mg: drop `darwin.libutil` dependency 6c32a119a5f7 eternal-terminal: drop `darwin.libutil` dependency cee9a79a82a7 mtm: drop `darwin.libutil` dependency e9877d256b8f Merge staging-next into staging 9038b3e48782 Merge master into staging-next ef7e5af4a45e cosmic-settings-daemon: use make install 3ea10f99b7cb libsForQt5.pix: fix build 2d79445d164f libsForQt5.pix: nixfmt 46e09172e004 Merge staging-next into staging 5a82e7abb480 Merge master into staging-next 63def5281884 pinact: 0.2.1 -> 1.0.0 f77d73045c5a Merge gssdp: fix cross compilation (#353433) e2333975879f graphviz: 12.1.2 -> 12.2.0 (#353590) c55530f978aa curl: 8.10.1 -> 8.11.0 ca614aa53a45 Merge staging-next into staging 590715689869 Merge master into staging-next 221b2afe7346 python312Packages.pybids: fix build cd2d4944bedf python312Packages.bids-validator: fix build 833eebc021af python312Packages.bidsschematools: init at 0.11.3 e90e71b3069d libfmvoice: Drop meta-wide "with lib;" ecff2204449a libfmvoice: nixfmt a70af477b19c libfmvoice: 0-unstable-2024-06-06 -> 0-unstable-2024-11-03 70f47b08a068 python312Packages.caldav: 1.3.9 -> 1.4.0 22f2052ca1e7 python{27,39,310,311,312,313,314}: drop Darwin `libutil` patch ee802060b85f neovim-unwrapped: drop `darwin.libutil` dependency 877e3454bb9f apple-sdk: propagate the `darwin.libutil` library 17cc7a6f1606 darwin.libutil: use bootstrap SDK e7cf0b43c870 Merge staging-next into staging bdd0627f8722 Merge master into staging-next 50259ac2c44b xcbuild: look in native toolchain when `/usr/bin` is in path (#353893) d65243dcef83 nixos/gotosocial: fix failing tests e4b106ec0873 autoconf-archive: 2023.02.20 -> 2024.10.16 (#349212) 7ae8a1e519de xcbuild: suppress warnings for unknown keys c8df66973b39 xcbuild: look in system toolchain for binaries on `/usr/bin` f899bb5680f0 Merge staging-next into staging 651acaef6e47 Merge master into staging-next c2a6507f0591 sphinxcontrib-moderncmakedomain init at 3.29.0 2a2766284533 maintainers: add jhol 62cc8b397806 portaudio: apple-sdk migration (#353078) 920eac097f5c gfie: init at 4.2 31fd3a6fe95d cocoapods: 1.15.1 -> 1.16.2 a186ca087ab8 gjs: 1.82.0 -> 1.82.1 (#351817) f07f51427016 dhcpcd: 10.0.6 -> 10.1.0 (#284123) e8911284ddb2 Merge staging-next into staging a08508d113d4 Merge master into staging-next 7d1abc0fc5a6 musescore: apple-sdk migration, removed portaudio override e510e227beaf kitty: Binary wrap kitty, and sign on darwin 09459d151754 {qt6Packages,libsForQt5}.*: don’t propagate Darwin version inputs (#353256) b048be052ccf Reapply "less: Fix withSecure regression" 60d70734b1b8 Merge staging-next into staging 77b4697ac6aa Merge master into staging-next 61dec155d98d python3Packages.*Hook: support `__structuredAttrs = true` (the easier ones) (#351734) 6597b74fea10 pypaBuildHook.tests: modernize e32457af0c9d setuptoolsRustHook: lint with ShellCheck 65293f424779 pythonRemoveTestDirHook: lint with ShellCheck 29c08adae171 pythonRelaxDepsHook: lint with ShellCheck 3a79bc3aee32 pythonRelaxDepsHook: handle attributes `__structuredAttrs`-agnostically e4f2f9dd22db pythonOutputDistHook: lint with ShellCheck ccb418b69938 pythonNamespacesHook: lint with ShellCheck bab7ef307cb1 pythonImportsCheckHook: lint with ShellCheck 777ba2cfa968 python3Packages.moto: 5.0.16 -> 5.0.18 (#352544) e953c01873ca Merge staging-next into staging 2b8494485002 Merge master into staging-next b15dd3014405 apple-sdk: only rewrite old SDK paths (#353383) 5b136316aaca pkgsi686Linux.swtpm: pull upstream 64-bit file api fix 0a4aaa9d9a73 pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files e2210c0ebc86 dhcpcd: 10.0.6 -> 10.1.0 7bea7caccad6 Merge staging-next into staging ef86bf6a4abf Merge master into staging-next 37226af6e86f python312Packages.great-expectations: init at 1.2.1 26c3a41f6bbc python312Packages.moto: add (trivial) `sns` optional dependency 18bd3e746274 waf: 2.1.2 -> 2.1.3 (#353407) 7fdeebad969a bubblewrap: 0.10.0 -> 0.11.0 (#352564) 1fe651e76ca9 monolith: add nix update script fe71abdc48ca Merge staging-next into staging 2ff59d478656 Merge master into staging-next 179f1365e022 rPackages.bgx: fix build 33dd80f051e8 libbpf: 1.4.6 -> 1.4.7 (#352349) baa84c3c6832 nim-2_0: 2.0.10 -> 2.0.12 9a023e536d95 graphviz: 12.1.2 -> 12.2.0 5a10946c77cd libvpx: 1.14.1 -> 1.15.0 70b769c7b792 Merge staging-next into staging ad3f60580aa2 Merge master into staging-next d2e8dbc576d8 ffmpeg: add librist (#353473) ff546ee4f31c tetrio-plus: split tpsecore into seperate package 3020b7f221cc Merge staging-next into staging 8cc792e0e1f7 Merge master into staging-next 18d48aa758d1 ffmpeg: add librist e1e75e691ef2 python312Packages.cassandra-driver: 3.29.1 -> 3.29.2 fb43b7067e14 raspberrypifw: 1.20240926 -> 1.20241008 2995821d8101 linux-rpi: 6.6.31-stable_20240529 -> 6.6.51-stable_20241008 dd116e84ffbf serd: move to pkgs/by-name (#352580) 583c82b1211b python3Packages.moto: 5.0.15 -> 5.0.18 eb9cde0d3a9d python3Packages.moto: reformat 42f60c5c2a69 python3Packages.moto: add onny as maintainer 775052b00985 chafa: 1.14.4 -> 1.14.5 bee49bdce0c2 Merge staging-next into staging cb404b388f07 Merge master into staging-next f9954062369e python312Packages.pastedeploy: 3.0.1 -> 3.1 a99d2b7d4fe9 python312Packages.paste: use `pyproject = true` 03524a85944d gssdp: fix cross compilation 50c534e46c0a tdb: 1.4.10 -> 1.4.11 (#331207) 1e49cbefaca3 jazz2: 2.9.0 -> 2.9.1 19fd3f030da2 waf: 2.1.2 -> 2.1.3 e166c9bb9443 apple-sdk: only rewrite old SDK paths a3071731e969 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` (#353142) b3f30359d1e9 python312Packages.ipython: 8.27.0 -> 8.29.0 (#351345) bd112af16a93 hyprlauncher: init at 0.1.2 15ece2154038 Merge staging-next into staging e21f80772462 Merge master into staging-next 73d9296e98f3 python312Packages.sagemaker: relax attrs 2d6343f7b792 python312Packages.twilio: aiounittest is not supported oyn Python 3.12 510f48f0b928 python311Packages.langchain-openai: disable failing test 93f02acdb4df python312Packages.aiohttp-retry: refactor da33679726fc python312Packages.aiohttp-retry: 2.8.3 -> 2.9.0 d81b4fe176b1 portaudio: use implicit apple-sdk pattern 4113cc0ca550 auto-patchelf: Don't use buildPythonApplication (#353270) 46a1f3aa58c5 Merge remote-tracking branch 'origin/staging-next' into staging 67ca7a73f7d5 Merge master into staging-next 285f0932e74d bubblewrap: 0.10.0 -> 0.11.0 7f5675836b74 libjpeg: 3.0.3 -> 3.0.4 (#341943) a808a98993cd rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 (#335291) 97e7e07856d4 python312Packages.passlib: modernize and adopt (#351911) 687371ab2835 auto-patchelf: Don't use buildPythonApplication b9aa5b3a2749 ethtool: 6.9 -> 6.11 (#334591) 5248318e589c darwin stdenv fixes needed for llvm_19 (#353229) a5693ced9454 libimobiledevice-glue: 1.3.0 -> 1.3.1 (#352057) 529b02353986 harfbuzz: 9.0.0 -> 10.0.1 (#344105) 9f089a3605eb boehmgc: 8.2.6 -> 8.2.8 (#340653) 1fb8dbc65a97 libjpeg: drop freeimage from passthru tests 90375e57e8ac directx-headers: 1.614.0 -> 1.614.1 (#340888) 0fc9787683e6 darwin.stdenv: add file to early stdenv stages f91487fa13dd ld64: fix build with llvm19 0efe75ec20e0 libffi: move label before .cfi_starproc fa8ce61acd0d llvmPackages_19.compiler_rt: don't codesign e7a360a67cdc imath: 3.1.11 -> 3.1.12 (#340890) 8aaea3781cca libsForQt5.*: don’t propagate Darwin version inputs 4e3c8f45a53f libsForQt5.*: consistently build with the macOS 13 SDK ed28ebdbb4de qt6Packages.*: don’t propagate Darwin version inputs 5ec4d4fd00d2 dav1d: 1.4.3 -> 1.5.0 (#349541) 6f5fe240afa0 nghttp2: 1.63.0 -> 1.64.0 (#350594) 086e59c640cc memcached: 1.6.29 -> 1.6.31 (#349258) 2ca883171cf4 Merge master into staging-next 81566487f3a8 libxmlb: 0.3.19 -> 0.3.20 (#348669) aaeeef5b6c78 stdenv: fix custom hardening settings when using `__structuredAttrs = true;` 26b46c0cf611 python312Packages.mlflow: 2.16.2 -> 2.17.2 d0c30789b932 libgit2: 1.8.3 -> 1.8.4 (#352823) 0fc2bbcb3862 Merge master into staging-next 7e7dce448e68 sphinx: disable racy test 8869364e4e87 libsForQt5.qcoro: 0.10.0 -> 0.11.0 (#346461) 00911fc4d83b devbox: 0.13.4 -> 0.13.6 7642cf2bdcb5 kangaru: init at 4.3.2 a13ba9b3667c libusb1: fix Android build 965d43f2041c clevis: 20 -> 21 d4997d086824 xivlauncher 1.1.0 -> 1.1.1 5162b70d6ef9 python312Packages.vulcan-api: switch to pypa builder e918946e67fe python312Packages.vulcan-api: 2.4.0 -> 2.4.1 12b067054335 maintainers: add arminius-smh d32fe4182148 publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 (#351258) 063950618528 Merge master into staging-next bf4d9cd72342 libgit2: 1.8.3 -> 1.8.4 d6ccd2835bc1 Merge staging-next into staging 0a375cc4a53d Merge master into staging-next 8190cd6c76c0 elpa2nix: inline string-empty-p to support Emacs 26 (#352915) 6524b07894a4 aesmd: allow overriding sgx-psw package manually 2d0e1f80465c sgx-psw: 2.24 -> 2.25 5605fc704424 Merge staging-next into staging e46fdbc11522 Merge master into staging-next 507c5dd2327e neovim: remove uneffective substituteInPlace patches (#352855) 2167c83d18f1 gcs: 5.27.0 -> 5.28.1 6e6e33bd99c7 Merge staging-next into staging 48927d94c00c Merge master into staging-next 82f5e8e9c16d python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#351092) 933687c9a28a tdb: 1.4.10 -> 1.4.11 214c684c8312 composefs: 1.0.6 -> 1.0.7 3c433c914456 elpa2nix: inline string-empty-p to support Emacs 26 f2b00cb5efa0 pkgs/stdenv/generic/setup.sh: lint with ShellCheck (#351849) 8b88b3a23542 arti: 1.2.8 -> 1.3.0 e4e28b07ad7c Merge staging-next into staging b78ad13b952f Merge master into staging-next 343d3333ef17 maintainers: add bhasherbel 670be3a8ed6c Merge staging-next into staging 958a2c994be7 Merge master into staging-next 0d874b451cbb Merge master into staging-next c73d5f09c5bc duckscript: 0.9.3 -> 0.11.1 171d219159ca caneda: 0.3.1 -> 0.4.0 336ffcf0e4b2 Merge staging-next into staging 5065ffdb6f16 Merge master into staging-next 96d76639f1ae anytype: 0.43.1 -> 0.43.4 5ac79292b3cc rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 (#351028) 1396ddce104b python312Packages.narwhals: 1.9.1 -> 1.12.1 c1100dd14256 pkgsStatic.dtc: fix build (#349201) 7011a66b4d49 nixos/tests/k3s/etcd: add etcd health check 4026e88664f7 rustc: use 1.82.0 binary to bootstrap rustc 1.82.0 6d99484921ff Merge staging-next into staging 069b38ebff5f Merge master into staging-next beda46612acf serd: move to pkgs/by-name 9617780ff757 Merge: postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper (#344039) 8ef263c33501 Merge staging-next into staging 9e3959fbe5df vault-bin: 1.18.0 -> 1.18.1 af521fac004f vault: 1.18.0 -> 1.18.1 df73f7de42be pghero: 3.5.0 -> 3.6.1 e14978f992d9 Merge staging-next into staging b3b427028eb4 serd: 0.30.16 → 0.32.2 (#351223) 11d7d33ef05b typst-live: nixfmt 267cbff491b8 typst-live: 0.7.0 -> 0.8.0 11769efa2ca5 python312Packages.image-go-nord: 1.1.0 -> 1.2.0 a7ea63b05591 python312Packages.image-go-nord: modernize f7ee49edba46 python312Packages.image-go-nord: add missing dependencies 6cdaa970796a cargo-audit: nixfmt 8bd877070573 cargo-audit: 0.20.1 -> 0.21.0 e125bec25238 Merge: stdenv/setup: make substituteInPlace require actual files (#350216) 0af36e21185e qt6Packages.qtbase: remove obsolete Darwin {patch,flags} (#352395) 16a8b667dc7e Merge remote-tracking branch 'origin/staging-next' into staging 8f1185250596 Merge staging-next into staging 23e40c0ca47b tests/lomiri: Only enable greeter in greeter test d14f6e598623 nixos/lightdm-greeters/lomiri: Enable lomiri.basics option for shared settings de4db8a6b0fc nixos/lightdm-greeters/lomiri: nixfmt 0b145d934850 nixos/lomiri: Add internal basics option for shared shell/greeter things 64391b32a544 python312Packages.scipy: 1.14.0 -> 1.14.1 (#352306) b363747ac6d7 pkgsStatic.dtc: fix build 04a90ffde20f ruby: fix cross build (#348566) 50e230c417c3 nixos/lomiri: nixfmt 85d60c6e4f6b dconf: fix building without emulation available (#347710) 17b7dfac6b48 cdparanoia: fix darwin (#351832) 0197e64a722d Merge remote-tracking branch 'origin/staging-next' into staging 90263425c535 fava: 1.28 -> 1.29 0e190616fa81 libbpf: 1.4.6 -> 1.4.7 80c324967361 docker-compose: 2.29.7 -> 2.30.0 1527445c79f2 calico-apiserver: 3.28.2 -> 3.29.0 27e5ad03d2c5 xorg.xorgserver: 21.1.13 -> 21.1.14 (#352191) b3f04cd54216 xorg.xorgserver: 21.1.13 -> 21.1.14 05054bce8a10 cdparanoia: fix darwin; add security patches c47f21ce939d Merge staging-next into staging 2b2e4d03e3a1 qt6Packages.qtbase: remove obsolete Darwin flags 5e5aa9dd40d4 qt6Packages.qtbase: remove obsolete Darwin patch 6fbdb9bcf61e k3s_1_30: 1.30.5+k3s1 -> 1.30.6+k3s1 389290becc53 k3s_1_31: 1.31.1+k3s1 -> 1.31.2+k3s1 bca5688b013f ecsk: init at 0.9.3 Co-authored-by: Aleksana <alexander.huang.y@gmail.com> f3423cc412af Merge staging-next into staging 17b0581c26f6 prometheus-graphite-exporter: 0.15.2 -> 0.16.0 19ff2dc86ffa zitadel.console: remove mkYarnPackage usage 683f8efd0d5a Merge staging-next into staging 630aedbf8376 libsForQt5.qtbase: fix Darwin build by removing obsolete patches (#351984) 0b45a711edaa clojure-lsp: 2024.04.22-11.50.26 -> 2024.08.05-18.16.00 ccfbf47037ec Merge staging-next into staging 629cfe1d2de0 sqlite: split man into man output, add documentation as doc 37ce0679d901 python312Packages.kalshi-python: init at 2.0.0 b54a912d526a maintainers: add robbiebuxton f0e85b34b8aa stirling-pdf: 0.29.0 -> 0.30.1 2d9e8a176fbe mercurial: 6.8.1 -> 6.8.2 (#352040) e24121ec205c postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 975bf7a1f504 alexandria: init at 0.12 d08e607506d4 libimobiledevice-glue: 1.3.0 -> 1.3.1 7e8b51b0971b libopenmpt: 0.7.10 -> 0.7.11 47dc341f33e3 mercurial: 6.8.1 -> 6.8.2 4147fbe5542d Merge remote-tracking branch 'origin/staging-next' into staging 3cd9ca4ee169 serd: reformat file 607282c12a5d serd: 0.30.16 → 0.32.2 de26abe63b34 serd: set myself as maintainer 951e05b4b794 serd: set license as ISC instead of MIT 88a3f3e959fc {bintools-wrapper,cc-wrapper}: export Darwin SDK variables (#351718) 9548dfa3a4fd python311Packages.tensorflow: fix evaulation error (#351846) 877a82f73c21 zed-editor: remove darwin workaround for isysroot (#351973) 0ad7ce532775 Merge staging-next into staging 593334fad2e0 shadowenv: 2.1.2 -> 3.0.1 38316856843f libsForQt5.qtbase: override the Darwin deployment target correctly 3be309eff11e libsForQt5.qtbase: use the macOS 13 SDK d85a1e50fea6 libsForQt5.qtbase: fix Darwin build by removing obsolete patches 87fe6550bb0d zed-editor: remove darwin workaround for isysroot 549b778c4ee5 Merge staging-next into staging 593d77182664 xterm: 394 -> 395 (#351129) 7451482dbe2f python311Packages.tesnsorflow: fix evaulation error e31f62694877 onlyoffice-desktopeditors: cleanup 6684bba9c262 onlyoffice-desktopeditors: 8.1.1 -> 8.2.0 34ebbd650cba pkgs/stdenv/generic/setup.sh: lint with ShellCheck 967e5b43ed61 pythonImportsCheckHook: support __structuredAttrs = true 69f4871514c0 pypaBuildHook: lint with ShellCheck 1f39bb6586ec pypaBuildHook: handle pypaBuildFlags `__structuredAttrs`-agnostically 7aa21ca5d32f bleep: 0.0.7 -> 0.0.9 9a18caa5cd10 bintools-wrapper: fix late‐bound command references (#351531) cbcd37e27b56 maintainers: add whtsht 8ccc5fb53a76 smlfut: 1.3.0 -> 1.6.2 3a0f6fabff15 pipInstallHook: handle pipInstallFlags `__structuredAttrs`-agnostically c4bc1a8bb603 pipBuildHook: handle pipBuildFlags `__structuredAttrs`-agnostically 1f8bb94bcab9 pythonOutputDistHook: append *Phases with appendToVar e774447767e9 python312Packages.scipy: 1.14.0 -> 1.14.1 7876de730fab druid: use mysql_jdbc directly a98b8f618bd6 druid: 30.0.0 -> 31.0.0 c088f62147f7 Merge staging-next into staging 61f36051d4b1 libarchive: 3.7.6 -> 3.7.7 (#348637) 769d8f7509a5 mpg123: 1.32.7 -> 1.32.8 (#351584) 0b96d8b9a46a python312Packages.werkzeug: 3.0.4 -> 3.0.6 714b0306e33a gjs: 1.82.0 -> 1.82.1 ca29a063ab7e Merge staging-next into staging 835a356a66c1 Merge staging-next into staging e7be25251399 stellarium: use lib.getExe in tests.version for xvfb-run fe04acd93b8c python312Packages.passlib: modernize and adopt 55dfed83c07f {bintools-wrapper,cc-wrapper}: export Darwin SDK variables 5d11433af5f6 python312Packages.grpcio: fix src hash (#351693) 8fbfbf557a7a python312Packages.grpcio: fix src hash 7916cf3912f9 meson: 1.5.2 -> 1.6.0 (#350256) 47406c64bc78 nixos-rebuild: fix --file with --build-host 05e85d1f9d28 liburing: 2.7 -> 2.8 (#351338) 4ee6ef1f8300 Merge staging-next into staging ecdfe952a14f libgit2: 1.8.1 -> 1.8.3 (#349928) 8817c2bed1b3 opentelemetry-collector-contrib: 0.110.0 -> 0.112.0 11aee2d2258a libgit2: 1.8.1 -> 1.8.3 1472acd79c09 mpg123: 1.32.7 -> 1.32.8 a9ebf88c51e2 Merge staging-next into staging eb4f33e14c97 cmake: Fix the FindCURL module b67a45959d7c Merge staging-next into staging 04ba4d1a3bbd bintools-wrapper: fix late‐bound command references 7a5cc1745690 ffmpeg: add new external libs added in 7.1 (#348798) 6c6037a93436 {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic, allow paths relative to the Darwin SDK (#351315) c5040d558c72 darwin.stdenv: avoid building a second Python just for locales (#351501) 53765b0fb33d darwin.stdenv: avoid building a second Python just for locales 9e49cb2ad9d1 stereotool: 10.30 -> 10.41 31a24deadc05 Merge staging-next into staging e047c69ed406 {bintools-wrapper,cc-wrapper}: allow paths relative to the Darwin SDK a162f7e57ffb ffmpeg_{4,6,7}: Darwin clean‐ups and improvements (#351188) 2f31fd064f92 ffmpeg_7: remove obsolete macOS 10.12 SDK patch 3487be3b8e01 Merge staging-next into staging 88df199edfc3 Merge staging-next into staging 48e5645c7537 liburing: 2.7 -> 2.8 b50611e74967 python312Packages.ipython: 8.27.0 -> 8.29.0 9ba8797dc2e1 python312Packages.pillow: 10.4.0 -> 11.0.0; python312Packages.pillow-simd: drop (#350832) 4e6b4b667b94 Merge staging-next into staging 9142a070307c {bintools-wrapper,cc-wrapper}: factor out Darwin SDK logic 7fe6b3351aff sword: enable Windows building a95abfd5e49f publicsuffix-list: 0-unstable-2024-09-10 -> 0-unstable-2024-10-25 795da483b5cf nss_latest: 3.105 -> 3.106 (#350999) 3e2972f7ea90 python312Packages: refresh various prominent python packages (#350975) d7e9d5d63d0c ffmpeg: add kvazaar option (#351176) 0855ae2c46ca bundler: 2.5.21 -> 2.5.22 3157d712e141 ruby.rubygems: 3.5.21 -> 3.5.22 f108380db7a1 openssh, openssh_hpn, openssh_gssapi: 9.8p1 -> 9.9p1 (#350699) 927d45eccfd8 ffmpeg_{4,6,7}: build with `apple-sdk_15` 151d5da2e624 ffmpeg_{4,6,7}: remove redundant Darwin framework feature flags 49e79fb61529 ffmpeg_{4,6,7}: clean up old Darwin SDK pattern 2386d26f95e1 tinysparql: upstream patch to fix a test that is broken on some platforms (#351146) d29d7043a7c3 tinysparql: upstream patch to fix a test that is broken on some platforms bdce4525702a Merge staging-next into staging c1f644cdccfc ethtool: 6.9 -> 6.11 8d38d0122121 Merge staging-next into staging 720d475962b0 Merge branch 'staging-next' into staging 4b8e58e8134a clang: skip the `-nostdlibinc` patch on Darwin; ld64: search standard library locations (#349555) 962fed7c8b17 OpenJDK/OpenJFX updates (#351025) 1b0dadd10238 nixpkgs-openjdk-updater.openjdkSource: enforce `source.json` schema f95c2f68da04 openjfx23: 23-ga -> 23.0.1+4 2c50b625cf3e openjfx21: 21.0.3-ga -> 21.0.3+2 09adc5dc965b openjfx17: 17.0.11-ga -> 17.0.11+3 7bc545f5a811 openjdk{8,11,17,21,23}: remove obsolete version logic 860924d70406 openjdk23: 23-ga -> 23.0.1+11 fc8beb4a6a02 openjdk21: 21.0.4+7 -> 21.0.5+11 fe4e4a1ae23b openjdk17: 17.0.12+7 -> 17.0.13+11 5807d3ad698c ngrok 3.16.0 -> 3.18.1 10ba3b431ac5 nss_latest: 3.105 -> 3.106 afa5f909846c openjdk11: 11.0.24+8 -> 11.0.25+9 d831e4c17ba9 openjdk8: 8u422-ga -> 8u432-b06 61074757b050 Merge staging-next into staging b75c70282f91 ld64: search standard library locations 22feb8f7cab0 cc-wrapper: Hardcode path to `mktemp` and `rm` if possible (#349589) 5036d2221600 python312Packages.build: 1.2.2 -> 1.2.2.post1 514b00cf0870 clang: skip the `-nostdlibinc` patch on Darwin 2ff66debd8c8 python312Packages.pdm-backend: 2.4.1 -> 2.4.3 754aa51e96f8 Merge remote-tracking branch 'origin/staging-next' into staging a92ce87eb3d5 python312Packages.aiohttp: 3.10.8 -> 3.10.10 d38c5bebc6a9 python312Packages.fastapi: 0.115.0 -> 0.115.3 c3d78ae8a58e treewide: More string indentation fixes (#350774) fc8e85adff26 python312Packages.uvicorn: 0.31.0 -> 0.32.0 427db1945c38 python312Packages.anyio: 4.6.0 -> 4.6.2 000c1bad0d8a python312Packages.starlette: 0.39.2 -> 0.40.0 464344156d32 python312Packages.imageio: disable failing test 2713abab6893 python312Packages.pillow-heif: 0.18.0 -> 0.20.0 477d7f774836 python312Packages.pillow: 10.4.0 -> 11.0 fa3075a22d79 lib/licenses: introduce MIT-CMU license 1971cea54925 python312Packages.pillow-simd: drop 99dba1471d8a maintainers/ymstnt: update name 3ff2adbb80da hifile: add update script 13f2e6029375 hifile: 0.9.9.13 -> 0.9.9.15 77a6293b4ff3 ffmpeg: add kvazaar option 5e29fe353405 kvazaar: init at 2.3.1 31c26ff594f9 Merge staging-next into staging 06411c3c48e1 protobuf: 28.2 -> 28.3 (#350660) 994a7831f65c Merge staging-next into staging 7869ffb01056 maintainers: add greg 4dfaaf832547 tinyxxd: 1.3.6 -> 1.3.7 (#350789) 74d8a923cb79 tinyxxd: 1.3.6 -> 1.3.7 ae207af82b4c treewide: More string indentation fixes 4e9b31ff0e34 Merge staging-next into staging 56ad9c0e01a0 yutto: 2.0.0-rc.4 -> 2.0.0-rc.5 d0c7f81ae80b biliass: 2.1.0 -> 2.1.1 5aa080a4906b upower: Fix a race condition in test_sibling_priority_no_overwrite 60045be98ee5 pipewire: 1.2.5 -> 1.2.6 (#350724) 5b4cc3f8048a pipewire: 1.2.5 -> 1.2.6 234ee792896d Merge staging-next into staging 182bdfff16cf iwd: 2.22 -> 3.0 (#350149) 70e3fbac841d scc: 3.3.5 -> 3.4.0 2c59da55cb1a python312Packages.protobuf: 5.28.2 -> 5.28.3 5f6c78c303e2 protobuf: 28.2 -> 28.3 292b66c7fcfe Merge staging-next into staging 9b175cffd7ad swaytools: 0.1.1 -> 0.1.2 87ee5a5ff3b6 python3Packages: remove all usage of pytest-cov in builds (#349324) 07aa0b864b9e nghttp2: 1.63.0 -> 1.64.0 274153ad8258 Merge staging-next into staging 72c49b5eef64 nspr: 4.35 -> 4.36 (#350454) 1d06a107deb6 grpc: 1.62.1 -> 1.67.0 (#350432) e14936ef02d4 Merge staging-next into staging da16a24f0aff python312Packages.grpcio: 1.64.1 -> 1.67.0 6b5a8cb3f462 python312Packages.grpcio-tools: 1.65.1 -> 1.67.0 2a4535cc10bc python312Packages.grpcio-testing: 1.66.2 -> 1.67.0 0bddc71698b5 python312Packages.grpcio-status: 1.64.1 -> 1.67.0 2853e86dfd45 python312Packages.grpcio-reflection: 1.66.2 -> 1.67.0 e1b88807433c python312Packages.grpcio-health-checking: 1.66.2 -> 1.67.0 19ac92c619b9 python312Packages.grpcio-channelz: 1.66.2 -> 1.67.0 205e356a5323 Merge staging-next into staging f922c45fded8 nspr: 4.35 -> 4.36 ca81d85c856c grpc: 1.62.1 -> 1.67.0 5fa7bd7a7f93 tinyxxd: 1.3.5 -> 1.3.6 (#350279) 38e77220352e python3Packages.scikit-image: fix tests with overridePythonAttrs 5d3d06d62194 Merge staging-next into staging 3e8d53b9e8ee python3Packages.pythonCatchConflictsHook: fix tests with lib.overrideDerivation b4e9f423f494 rl-2411.section.md: update to inform the removal of (buildPythonPackage { ... }).overrideDerivation 6a08749f824d Merge staging-next into staging 53c11b7bb74b meson/setup-hook.sh: make build directory configurable (#342868) 62f2fc1ae5f6 tests.cc-wrapper: Add `NIX_CC_USE_RESPONSE_FILE` check 985072e2ce4a cc-wrapper: Hardcode path to `mktemp` and `rm` if possible 72413bfe89d7 binutils: make patches unconditional cafd52fe5e7a Merge staging-next into staging e6f4812da2d3 tinyxxd: 1.3.5 -> 1.3.6 1ceba9367c27 meson/setup-hook.sh: make build directory configurable 52dc9272a140 meson: 1.5.2 -> 1.6.0 3576b958e439 Reapply "bmake: 20240808 -> 20240921" (PR #349649) 2f706e61f57a Merge branch 'staging-next' into staging 06748981a8d8 numactl: Apply memory corruption fix (#347766) ba99a7b1efac numactl: Fix memory corruption in set_nodemask_size a6e22b791a49 Merge staging-next into staging cc6f98de9152 cmake: 3.30.4 -> 3.30.5 (#349465) 9767bb9bf1e6 stdenv/setup: make substituteInPlace require actual files d4d77ce35015 Merge staging-next into staging e266fb9a509e iwd: 2.22 -> 3.0 c7ac9aa65f5a Merge staging-next into staging 097532a3ccd2 add libtool to darwin bazel deps efccd216ab5e Merge staging-next into staging 90abf6e0dbe4 monolith: mark darwin as broken and fix license 585e85438de2 fmt: 11.0.1 -> 11.0.2, change sha256 -> hash 2cceec0e1e90 Merge staging-next into staging 594aad9d990c Merge branch 'staging-next' into staging 3d3022266def Merge staging-next into staging 652aa247c462 Merge staging-next into staging e57d35f92285 gptscript: 0.9.4 -> 0.9.5 6a0bf10a472c Merge staging-next into staging 8107b0a4bdec Merge staging-next into staging 303c125bf0b9 Merge staging-next into staging f00233fd4618 Merge staging-next into staging fdf2cbdc1c13 ffmpeg: add lcevcdec option 22faf0ac9e16 ffmpeg: add lc3 option 46c012331f62 ffmpeg: add vvenc option cb2ef37af34b lcevcdec: init at 3.2.1 15e4102a6a0a vvenc: init at 1.12.0 42691bf98c25 Merge staging-next into staging 2e4b5bc037a0 python312Packages.markupsafe: 3.0.1 -> 3.0.2 (#349563) 840af567fb08 nixos/libvirt: fix shellcheck findings with enableStrictShellChecks enabled 7982facdc301 Merge staging-next into staging 77d256a1e18a python312Packages.markupsafe: 3.0.1 -> 3.0.2 d4bc528d4471 libogg: build shared library a59a45073da5 dav1d: 1.4.3 -> 1.5.0 b0a1bdbc97fb Merge staging-next into staging 16cbbf66510f cmake: 3.30.4 -> 3.30.5 53f86058a921 Merge staging-next into staging 0b155c10e0da python3Packages.sip: 6.8.3 -> 6.8.6 (#347606) 65f010f6b9eb Merge staging-next into staging dd98f9d88f83 stac-validator: init at 3.4.0 b06c5381efa0 Merge staging-next into staging 485117729421 libssh2: 1.11.0 -> 1.11.1 (#349129) bf595a9173bc python312Packages.xformers: pytest-cov -> pytest-cov-stub 0684b2b042c2 python312Packages.venusian: pytest-cov -> pytest-cov-stub edc1dfd1c412 python312Packages.unstructured*: pytest-cov -> pytest-cov-stub c4407814cc91 python312Packages.uarray: pytest-cov -> pytest-cov-stub 6372046ee5e2 python312Packages.torch-geometric: pytest-cov -> pytest-cov-stub 5391f72c5604 python312Packages.tf2onnx: pytest-cov -> pytest-cov-stub e208ff1087bd python312Packages.subliminal: pytest-cov -> pytest-cov-stub 2b8b58d8de55 python312Packages.stups-fullstop: pytest-cov -> pytest-cov-stub 48887a6046f6 python312Packages.sortedcollections: pytest-cov -> pytest-cov-stub 59d1cfb2350a python312Packages.snapshottest: pytest-cov -> pytest-cov-stub 9e2dc7918b34 python312Packages.sentence-transformers: pytest-cov -> pytest-cov-stub 419db747e45e python312Packages.schwifty: pytest-cov -> pytest-cov-stub 7f7c3242afa2 python312Packages.reikna: pytest-cov -> pytest-cov-stub 202b4b5c7ca9 python312Packages.rdflib: pytest-cov -> pytest-cov-stub 73cf526286a0 python312Packages.pytest-*: pytest-cov -> pytest-cov-stub d5886a2e3166 python312Packages.pystac: pytest-cov -> pytest-cov-stub 5db834e1729a python312Packages.pyscaffold*: pytest-cov -> pytest-cov-stub da9a4b0b6404 python312Packages.pymaven-patch: pytest-cov -> pytest-cov-stub c4a2c16c76b3 python312Packages.pyexcel-xls: pytest-cov -> pytest-cov-stub 112a7efe1543 python312Packages.pyevtk: pytest-cov -> pytest-cov-stub b703f4d0ce9e python312Packages.psautohint: pytest-cov -> pytest-cov-stub e197c36efdc7 python312Packages.property-manager: pytest-cov -> pytest-cov-stub c56d950ff3b5 python312Packages.plaster: pytest-cov -> pytest-cov-stub afadc6f9260e python312Packages.pgmpy: pytest-cov -> pytest-cov-stub 87135622104d python312Packages.pettingzoo: pytest-cov -> pytest-cov-stub 6d73eaa60dfa python312Packages.monero: pytest-cov -> pytest-cov-stub e198a6026839 python312Packages.jwt: pytest-cov -> pytest-cov-stub 3d7a2e91743d python312Packages.isbnlib: pytest-cov -> pytest-cov-stub 2d53d3790721 python312Packages.ipfshttpclient: pytest-cov -> pytest-cov-stub 8ebf13b49711 python312Packages.iocapture: pytest-cov -> pytest-cov-stub 788d11f457aa python312Packages.injector: pytest-cov -> pytest-cov-stub a07ff3b1bbeb python312Packages.haystack-ai: pytest-cov -> pytest-cov-stub c97526afed38 python312Packages.gunicorn: pytest-cov -> pytest-cov-stub 4c0dbf162baf python312Packages.googlemaps: pytest-cov -> pytest-cov-stub bbfbfa07bdf9 python312Packages.flufl-lock: pytest-cov -> pytest-cov-stub 7d76cd700d7b python312Packages.fast-histogram: pytest-cov -> pytest-cov-stub df2eef0dedc3 python312Packages.fairscale: pytest-cov -> pytest-cov-stub 6244788e1e21 python312Packages.echo: pytest-cov -> pytest-cov-stub 195c9123542c python312Packages.dbus-next: pytest-cov -> pytest-cov-stub 11cced659e5a python312Packages.clickclick: pytest-cov -> pytest-cov-stub 55684cdf408b vim: 9.1.0765 -> 9.1.0787 (#349214) 886001c153ba darwin.libiconv: unconditionalize static patch (#349275) 58b590d966e4 darwin.libiconv: unconditionalize static patch 1a8cfca68040 Merge staging-next into staging 68da0b94729b memcached: 1.6.29 -> 1.6.31 e2e74de075a3 vim: 9.1.0765 -> 9.1.0787 59b91bae8c9f autoconf-archive: 2023.02.20 -> 2024.10.16 a6f239cb3324 Merge staging-next into staging 5760b1796c1e texinfo: fix reference to build platform coreutils (#348156) 1dd7f8aaa720 Merge staging-next into staging 4721a7ff35e8 protobuf_25: 25.4 -> 25.5 (#342890) 7a29272898c7 python314: init at 3.14.0a1 (#348940) f250bd2efc87 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search (#346713) 48f7655db81c libssh2: 1.11.0 -> 1.11.1 38a87f836756 Merge staging-next into staging c58c2052cd53 maintainers: add kuglimon 0caa23354992 Merge staging-next into staging 062bd17d7132 execline-man-pages: 2.9.6.0.1 -> 2.9.6.1.1 0d7fbcdaa1d9 Merge staging-next into staging b21033f825b2 OWNERS: extend my python code ownership 835a9710c137 python314Packages.flit-core: backport 3.14 compat patch 8044c0cc0aec python314: init at 3.14.0a1 aafd9c0a25c6 Merge staging-next into staging 9934d3445fc8 Merge staging-next into staging 84b9dfea419d osquery: 5.12.2 -> 5.13.1 f6588327a25d libxmlb: 0.3.19 -> 0.3.20 b9a41bcbac86 libarchive: 3.7.6 -> 3.7.7 4904021426ba protobuf_25: 25.4 -> 25.5 88bfd2e8242a libation: 11.3.14.2 -> 11.4.1 a670466186cf texinfo: use substituteInPlace --replace-fail d604acb13610 texinfo: fix reference to build platform coreutils cc4a29d84b22 monolith: 2.8.1 -> 2.8.3 d195900a0ecf valkey: 7.2.7 -> 8.0.1 63d46aaac49a dconf: fix building without emulation available 2def23d712ca eclipses: 2024-06 -> 2024-09 52069f4fe533 eclipses: fix update script to avoid extra escapes in url output 4f9f7f80a3e1 python3Packages.sip: 6.8.3 -> 6.8.6 24597e9460e8 nixos/network-interfaces-systemd: improve default ethernet network matching ba3ad022bad5 lilv: remove unnecessary search path for LV2 plugins 4cc4fd6ff1b9 bitwarden-desktop: fix system authentication c31e8384dd91 lilv: add meson options to include Nix and NixOS specific paths for the default lv2 plugin search 7153c0975acb libsForQt5.qcoro: 0.10.0 -> 0.11.0 63ba95cb91d0 stellarium: add passthru.updateScript 8cc8689d8731 Revert "vimPlugins.nvim-treesitter: add workaround for #332580" 2668d660b6ce neovimUtils: make installing queries in treesitter grammars optional 6aae06b8ce27 use mktemp instead of TMP for deps 46016bada373 fix whitespace bd5023c4ea26 fix deps hashes for linux 77c941be7f5a fix deps and hashes for darwin bee45a2c281a correct x86_64-linux deps sha 3de687a6b6fa get linux/aarch64-darwin builds working 76bf576d03c5 use camelCase for FODs, fix deps FOD 8e8d4a6c365d set meta.sourceProvenance for bazel bootstrap 95a4a50c0907 make bazel bootstrap multi-platform cfae44ae9c90 bazel: 7.1.2 -> 7.3.1 4d84cf298200 harfbuzz: 9.0.0 -> 10.0.1 5970720f1cad nixos/minidlna: add package option 7c2572e5cf43 alvr: build from source 963b72c000a6 nanoboyadvance: use cmake flag instead of patch for glad source 879738c42d49 ghstack: init at 0.9.3 ca6df3d236ac libjpeg: 3.0.3 -> 3.0.4 c38eb4045a5f mongodb-6_0: 6.0.17 -> 6.0.18 5bd3d7b23148 imath: 3.1.11 -> 3.1.12 ac1c862a3b74 directx-headers: 1.614.0 -> 1.614.1 3b12ef2f6fdf nixos/udisks2: add package option 3571c72f41c4 boehmgc: 8.2.6 -> 8.2.8 45c4b954aff0 linuxPackages.amneziawg: init at 1.0.20240711 a9421be2926f gdtoolkit_4: 4.2.2 -> 4.3.1 b829051ea497 uglify-js: 3.18.0 -> 3.19.3 fbf9024093e0 uglify-js: fix update script d990a4de512c uglify-js: add meta.changelog be50cd8e6ca4 ffsubsync: fix Fixes issue where ffs could not be run. 0f589144a1ac rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 58176c67da14 maintainers: add marnym 3db022d0c267 python312Packages.x-transformers: init at 1.32.2 bdade1b81eb0 passt: support cross compilation 0d1057ac2bde kallisto: Add updateScript c15cc06900fd vapoursynth-znedi3: init at unstable-2023-07-09 78b5722e3e3b vapoursynth-nnedi3: init at v12 3fa182e7ec85 nixos/teleport: add required utils to path 8e4153243277 nixos/geoclue2: add package option 298aa2a75e05 vapoursynth-nnedi3cl: init at r8 78e61aaed0ca vapoursynth-eedi3: init at unstable-2019-09-30 40a81539739d maintainers: add snaki 9ac50cec5033 udev-block-notify: init at 0.7.11 10538b82df08 nixos/mysql: fix permission error during first startup 56195a6a3863 maintainers: add danbulant 24b73ab42999 python3Packages.sphinx-multiversion: init at version 0.2.4 7f78cd20fd37 nixos/changedetection-io: fix creation of data dir a9ce6eb94b94 hspell: remove build perl from runtime closure 4c55d256cdc3 README: use relative links to CONTRIBUTING.md git-subtree-dir: third_party/nixpkgs git-subtree-split: 23e89b7da85c3640bbc2173fe04f4bd114342367
2024-11-23 21:16:41 +00:00
name = "ymstnt";
github = "ymstnt";
githubId = 21342713;
};
yoavlavi = {
email = "yoav@yoavlavi.com";
github = "yoav-lavi";
githubId = 14347895;
name = "Yoav Lavi";
};
yochai = {
email = "yochai@titat.info";
github = "yochai";
githubId = 1322201;
name = "Yochai";
};
yoctocell = {
email = "public@yoctocell.xyz";
github = "yoctocell";
githubId = 40352765;
name = "Yoctocell";
};
yomaq = {
name = "yomaq";
github = "yomaq";
githubId = 112864332;
};
yorickvp = {
email = "yorickvanpelt@gmail.com";
matrix = "@yorickvp:matrix.org";
github = "yorickvP";
githubId = 647076;
name = "Yorick van Pelt";
};
YorikSar = {
name = "Yuriy Taraday";
email = "yorik.sar@gmail.com";
matrix = "@yorik.sar:matrix.org";
github = "YorikSar";
githubId = 428074;
};
YoshiRulz = {
name = "YoshiRulz";
email = "OSSYoshiRulz+Nixpkgs@gmail.com";
matrix = "@YoshiRulz:matrix.org";
github = "YoshiRulz";
githubId = 13409956;
};
youhaveme9 = {
name = "Roshan Kumar";
email = "roshaen09@gmail.com";
github = "youhaveme9";
githubId = 58213083;
};
youwen5 = {
name = "Youwen Wu";
email = "youwenw@gmail.com";
github = "youwen5";
githubId = 38934577;
keys = [ { fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3"; } ];
};
yrashk = {
email = "yrashk@gmail.com";
github = "yrashk";
githubId = 452;
name = "Yurii Rashkovskii";
};
yrd = {
name = "Yannik Rödel";
email = "nix@yannik.info";
github = "yrd";
githubId = 1820447;
};
yshym = {
name = "Yevhen Shymotiuk";
email = "yshym@pm.me";
github = "yshym";
githubId = 44244245;
};
ysndr = {
email = "me@ysndr.de";
github = "ysndr";
githubId = 7040031;
name = "Yannik Sander";
};
yuka = {
email = "yuka@yuka.dev";
matrix = "@yuka:yuka.dev";
github = "yu-re-ka";
githubId = 86169957;
name = "Yureka";
};
Yumasi = {
email = "gpagnoux@gmail.com";
github = "Yumasi";
githubId = 24368641;
name = "Guillaume Pagnoux";
keys = [ { fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C"; } ];
};
yunfachi = {
email = "yunfachi@gmail.com";
github = "yunfachi";
githubId = 73419713;
name = "Yunfachi";
};
yureien = {
email = "contact@sohamsen.me";
github = "Yureien";
githubId = 17357089;
name = "Soham Sen";
};
yuriaisaka = {
email = "yuri.aisaka+nix@gmail.com";
github = "yuriaisaka";
githubId = 687198;
name = "Yuri Aisaka";
};
yurkobb = {
name = "Yury Bulka";
email = "setthemfree@privacyrequired.com";
github = "yurkobb";
githubId = 479389;
};
yurrriq = {
email = "eric@ericb.me";
github = "yurrriq";
githubId = 1866448;
name = "Eric Bailey";
};
yusdacra = {
email = "y.bera003.06@protonmail.com";
matrix = "@yusdacra:nixos.dev";
github = "yusdacra";
githubId = 19897088;
name = "Yusuf Bera Ertan";
keys = [ { fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2"; } ];
};
yusuf-duran = {
github = "yusuf-duran";
githubId = 37774475;
name = "Yusuf Duran";
};
yuu = {
email = "yuunix@grrlz.net";
matrix = "@yuu:matrix.org";
github = "yuuyins";
githubId = 86538850;
name = "Yuu Yin";
keys = [ { fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3"; } ];
};
yvan-sraka = {
email = "yvan@sraka.xyz";
github = "yvan-sraka";
githubId = 705213;
keys = [ { fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379"; } ];
matrix = "@/yvan:matrix.org";
name = "Yvan Sraka";
};
yvesf = {
email = "yvesf+nix@xapek.org";
github = "yvesf";
githubId = 179548;
name = "Yves Fischer";
};
YvesStraten = {
email = "yves.straten@gmail.com";
github = "YvesStraten";
githubId = 65394961;
name = "Yves Straten";
};
yvt = {
email = "i@yvt.jp";
github = "yvt";
githubId = 5253988;
name = "yvt";
};
yzx9 = {
email = "yuan.zx@outlook.com";
github = "yzx9";
githubId = 41458459;
name = "Zexin Yuan";
keys = [ { fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2"; } ];
};
zachcoyle = {
email = "zach.coyle@gmail.com";
github = "zachcoyle";
githubId = 908716;
name = "Zach Coyle";
};
Zaechus = {
email = "zaechus@proton.me";
github = "Zaechus";
githubId = 19353212;
name = "Maxwell Anderson";
};
zagy = {
email = "cz@flyingcircus.io";
github = "zagy";
githubId = 568532;
name = "Christian Zagrodnick";
};
zahrun = {
email = "zahrun@murena.io";
github = "zahrun";
githubId = 10415894;
name = "Zahrun";
};
zakame = {
email = "zakame@zakame.net";
github = "zakame";
githubId = 110625;
name = "Zak B. Elep";
};
zakkor = {
email = "edward.dalbon@gmail.com";
github = "zakkor";
githubId = 6191421;
name = "Edward d'Albon";
};
zalakain = {
email = "ping@umazalakain.info";
github = "umazalakain";
githubId = 1319905;
name = "Uma Zalakain";
};
zaldnoay = {
email = "zunway@outlook.com";
github = "zaldnoay";
githubId = 5986078;
name = "Zunway Liang";
};
zanculmarktum = {
name = "Azure Zanculmarktum";
email = "zanculmarktum@gmail.com";
github = "zanculmarktum";
githubId = 16958511;
};
zane = {
name = "Zane van Iperen";
email = "zane@zanevaniperen.com";
github = "vs49688";
githubId = 4423262;
keys = [ { fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5"; } ];
};
zaninime = {
email = "francesco@zanini.me";
github = "zaninime";
githubId = 450885;
name = "Francesco Zanini";
};
zarelit = {
email = "david@zarel.net";
github = "zarelit";
githubId = 3449926;
name = "David Costa";
};
zauberpony = {
email = "elmar@athmer.org";
github = "elmarx";
githubId = 250877;
name = "Elmar Athmer";
};
zazedd = {
name = "Leonardo Santos";
email = "leomendesantos@gmail.com";
github = "zazedd";
githubId = 93401987;
};
zbioe = {
name = "Iury Fukuda";
email = "zbioe@protonmail.com";
github = "zbioe";
githubId = 7332055;
};
zebradil = {
email = "german.lashevich+nixpkgs@gmail.com";
github = "zebradil";
githubId = 1475583;
name = "German Lashevich";
};
zebreus = {
matrix = "@lennart:cicen.net";
email = "lennarteichhorn+nixpkgs@gmail.com";
github = "zebreus";
githubId = 1557253;
name = "Lennart Eichhorn";
};
zedseven = {
name = "Zacchary Dempsey-Plante";
email = "zacc@ztdp.ca";
github = "zedseven";
githubId = 25164338;
keys = [ { fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875"; } ];
};
zelkourban = {
name = "zelkourban";
email = "zelo.urban@gmail.com";
github = "zelkourban";
githubId = 33812622;
};
zendo = {
name = "zendo";
email = "linzway@qq.com";
github = "zendo";
githubId = 348013;
};
zenithal = {
name = "zenithal";
email = "i@zenithal.me";
github = "ZenithalHourlyRate";
githubId = 19512674;
keys = [ { fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9"; } ];
};
zeorin = {
name = "Xandor Schiefer";
email = "me@xandor.co.za";
matrix = "@zeorin:matrix.org";
github = "zeorin";
githubId = 1187078;
keys = [ { fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A"; } ];
};
zeratax = {
email = "mail@zera.tax";
github = "zeratax";
githubId = 5024958;
name = "Jona Abdinghoff";
keys = [ { fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4"; } ];
};
zeri = {
name = "zeri";
matrix = "@zeri:matrix.org";
github = "zeri42";
githubId = 68825133;
};
zestsystem = {
email = "mk337337@gmail.com";
github = "zestsystem";
githubId = 39456023;
name = "Mike Yim";
};
zfnmxt = {
name = "zfnmxt";
email = "zfnmxt@zfnmxt.com";
github = "zfnmxt";
githubId = 37446532;
};
zhaofengli = {
email = "hello@zhaofeng.li";
matrix = "@zhaofeng:zhaofeng.li";
github = "zhaofengli";
githubId = 2189609;
name = "Zhaofeng Li";
};
zi3m5f = {
name = "zi3m5f";
email = "k7n3o3a6f@mozmail.com";
github = "zi3m5f";
githubId = 113244000;
};
ziguana = {
name = "Zig Uana";
email = "git@ziguana.dev";
github = "ziguana";
githubId = 45833444;
};
zimbatm = {
email = "zimbatm@zimbatm.com";
github = "zimbatm";
githubId = 3248;
name = "zimbatm";
};
zimeg = {
email = "zim@o526.net";
github = "zimeg";
githubId = 18134219;
name = "zimeg";
};
Zimmi48 = {
email = "theo.zimmermann@telecom-paris.fr";
github = "Zimmi48";
githubId = 1108325;
name = "Théo Zimmermann";
};
zimward = {
name = "zimward";
github = "zimward";
githubId = 96021122;
matrix = "@memoryfragmentation:matrix.org";
keys = [ { fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9"; } ];
};
zlepper = {
name = "Rasmus Hansen";
github = "zlepper";
githubId = 1499810;
email = "hansen13579@gmail.com";
};
zmitchell = {
name = "Zach Mitchell";
email = "zmitchell@fastmail.com";
matrix = "@zmitchell:matrix.org";
github = "zmitchell";
githubId = 10246891;
};
znaniye = {
email = "zn4niye@proton.me";
github = "znaniye";
githubId = 134703788;
name = "Samuel Silva";
};
znewman01 = {
email = "znewman01@gmail.com";
github = "znewman01";
githubId = 873857;
name = "Zack Newman";
};
zoedsoupe = {
github = "zoedsoupe";
githubId = 44469426;
name = "Zoey de Souza Pessanha";
email = "zoey.spessanha@outlook.com";
keys = [ { fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315"; } ];
};
zohl = {
email = "zohl@fmap.me";
github = "zohl";
githubId = 6067895;
name = "Al Zohali";
};
zokrezyl = {
email = "zokrezyl@gmail.com";
github = "zokrezyl";
githubId = 51886259;
name = "Zokre Zyl";
};
zookatron = {
email = "tim@zookatron.com";
github = "zookatron";
githubId = 1772064;
name = "Tim Zook";
};
zopieux = {
email = "zopieux@gmail.com";
github = "zopieux";
githubId = 81353;
name = "Alexandre Macabies";
};
zoriya = {
email = "zoe.roux@zoriya.dev";
github = "zoriya";
githubId = 32224410;
name = "Zoe Roux";
};
zowoq = {
github = "zowoq";
githubId = 59103226;
name = "zowoq";
};
zraexy = {
email = "zraexy@gmail.com";
github = "zraexy";
githubId = 8100652;
name = "David Mell";
};
zshipko = {
email = "zachshipko@gmail.com";
github = "zshipko";
githubId = 332534;
name = "Zach Shipko";
};
ztzg = {
email = "dd@crosstwine.com";
github = "ztzg";
githubId = 393108;
name = "Damien Diederen";
};
zupo = {
name = "Nejc Zupan";
email = "nejczupan+nix@gmail.com";
github = "zupo";
githubId = 311580;
};
zuzuleinen = {
email = "andrey.boar@gmail.com";
name = "Andrei Boar";
github = "zuzuleinen";
githubId = 944919;
};
zx2c4 = {
email = "Jason@zx2c4.com";
github = "zx2c4";
githubId = 10643;
name = "Jason A. Donenfeld";
};
zyansheep = {
email = "zyansheep@protonmail.com";
github = "zyansheep";
githubId = 20029431;
name = "Zyansheep";
};
zygot = {
email = "stefan.bordei13@gmail.com";
github = "stefan-bordei";
githubId = 71881325;
name = "Stefan Bordei";
};
zzzsy = {
email = "me@zzzsy.top";
github = "zzzsyyy";
githubId = 59917878;
name = "Mathias Zhang";
};
}
# Keep the list alphabetically sorted.